summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAustin Ziegler <austin@surfeasy.com>2012-03-20 21:59:47 -0400
committerAustin Ziegler <austin@surfeasy.com>2012-03-20 21:59:47 -0400
commit4ac5de037479dcac6f23fedeb466035286e49786 (patch)
tree9827b1dd0f4d0b29c3676885a4d7f65ad1b306c8
parent12efe06e43582a139b435cb3b70867eeeba6da1d (diff)
downloadgit-1.18.tar.gz
Fixing up the gemfile for Hoe3.v1.18
-rw-r--r--.hoerc2
-rw-r--r--README.rdoc10
-rw-r--r--Rakefile1
-rw-r--r--mime-types.gemspec6
4 files changed, 8 insertions, 11 deletions
diff --git a/.hoerc b/.hoerc
index 09ae9ae429..b09b9d0555 100644
--- a/.hoerc
+++ b/.hoerc
@@ -1,8 +1,6 @@
---
publish_on_announce: false
exclude: !ruby/regexp /\.(?:svn|git)|(?:\.(?:swp|hoerc|DS_Store)|~|email.txt)$|(?:coverage|type-lists)\//
-signing_key_file: ~/.gem/gem-private_key.pem
-signing_cert_file: ~/.gem/gem-public_cert.pem
blogs:
- user: user
url: url
diff --git a/README.rdoc b/README.rdoc
index ef11b4ff25..288ee8337f 100644
--- a/README.rdoc
+++ b/README.rdoc
@@ -1,5 +1,10 @@
= MIME::Types for Ruby
+home :: http://mime-types.rubyforge.org/
+code :: https://github.com/halostatue/mime-types/
+bugs :: https://github.com/halostatue/mime-types/issues
+rdoc :: http://mime-types.rubyforge.org/
+
== Description
This library allows for the identification of a file's likely MIME content
@@ -11,9 +16,4 @@ Perl by Mark Overmeer, copyright 2001 - 2009. As of version 1.15, the data
format for the MIME::Type list has changed and the synchronization will no
longer happen.
-Homepage:: http://mime-types.rubyforge.org/
-GitHub:: http://github.com/halostatue/mime-types/
-Copyright:: 2002 - 2011, Austin Ziegler
- Based in part on prior work copyright Mark Overmeer
-
:include: Licence.rdoc
diff --git a/Rakefile b/Rakefile
index 5ea525a8d1..ba55cc14af 100644
--- a/Rakefile
+++ b/Rakefile
@@ -14,7 +14,6 @@ spec = Hoe.spec 'mime-types' do
developer('Austin Ziegler', 'austin@rubyforge.org')
- self.urls = [ "http://mime-types.rubyforge.org/" ]
self.remote_rdoc_dir = '.'
self.rsync_args << ' --exclude=statsvn/'
diff --git a/mime-types.gemspec b/mime-types.gemspec
index 77de6cfeac..c1da7b3815 100644
--- a/mime-types.gemspec
+++ b/mime-types.gemspec
@@ -2,16 +2,16 @@
Gem::Specification.new do |s|
s.name = "mime-types"
- s.version = "1.18.20120320205349"
+ s.version = "1.18"
s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
s.authors = ["Austin Ziegler"]
s.date = "2012-03-21"
- s.description = "This library allows for the identification of a file's likely MIME content\ntype. This is release 1.17.2. The identification of MIME content type is based\non a file's filename extensions.\n\nMIME::Types for Ruby originally based on and synchronized with MIME::Types for\nPerl by Mark Overmeer, copyright 2001 - 2009. As of version 1.15, the data\nformat for the MIME::Type list has changed and the synchronization will no\nlonger happen.\n\nHomepage:: http://mime-types.rubyforge.org/\nGitHub:: http://github.com/halostatue/mime-types/\nCopyright:: 2002 - 2011, Austin Ziegler\n Based in part on prior work copyright Mark Overmeer\n\n:include: Licence.rdoc"
+ s.description = "This library allows for the identification of a file's likely MIME content\ntype. This is release 1.17.2. The identification of MIME content type is based\non a file's filename extensions.\n\nMIME::Types for Ruby originally based on and synchronized with MIME::Types for\nPerl by Mark Overmeer, copyright 2001 - 2009. As of version 1.15, the data\nformat for the MIME::Type list has changed and the synchronization will no\nlonger happen.\n\n:include: Licence.rdoc"
s.email = ["austin@rubyforge.org"]
s.extra_rdoc_files = ["History.rdoc", "Licence.rdoc", "Manifest.txt", "README.rdoc", "type-lists/application.txt", "type-lists/audio.txt", "type-lists/image.txt", "type-lists/message.txt", "type-lists/model.txt", "type-lists/multipart.txt", "type-lists/text.txt", "type-lists/video.txt", "History.rdoc", "Licence.rdoc", "README.rdoc"]
s.files = [".gitignore", ".hoerc", "History.rdoc", "Licence.rdoc", "Manifest.txt", "README.rdoc", "Rakefile", "lib/mime/types.rb", "lib/mime/types/application", "lib/mime/types/application.mac", "lib/mime/types/application.nonstandard", "lib/mime/types/application.obsolete", "lib/mime/types/audio", "lib/mime/types/audio.nonstandard", "lib/mime/types/audio.obsolete", "lib/mime/types/image", "lib/mime/types/image.nonstandard", "lib/mime/types/image.obsolete", "lib/mime/types/message", "lib/mime/types/message.obsolete", "lib/mime/types/model", "lib/mime/types/multipart", "lib/mime/types/multipart.nonstandard", "lib/mime/types/multipart.obsolete", "lib/mime/types/other.nonstandard", "lib/mime/types/text", "lib/mime/types/text.nonstandard", "lib/mime/types/text.obsolete", "lib/mime/types/text.vms", "lib/mime/types/video", "lib/mime/types/video.nonstandard", "lib/mime/types/video.obsolete", "mime-types.gemspec", "test/test_mime_type.rb", "test/test_mime_types.rb", "type-lists/application.txt", "type-lists/audio.txt", "type-lists/image.txt", "type-lists/message.txt", "type-lists/model.txt", "type-lists/multipart.txt", "type-lists/text.txt", "type-lists/video.txt", ".gemtest"]
- s.homepage = ["http://mime-types.rubyforge.org/"]
+ s.homepage = "http://mime-types.rubyforge.org/"
s.rdoc_options = ["--main", "README.rdoc"]
s.require_paths = ["lib"]
s.rubyforge_project = "mime-types"