Skip to content

Commit

Permalink
Regenerated gemspec for version 0.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
tomharris committed Jun 24, 2009
1 parent f95d9e7 commit 6cbcadd
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions mimetype-fu.gemspec
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -2,11 +2,12 @@


Gem::Specification.new do |s| Gem::Specification.new do |s|
s.name = %q{mimetype-fu} s.name = %q{mimetype-fu}
s.version = "0.1.0" s.version = "0.1.1"


s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version= s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
s.authors = ["Josh French"] s.authors = ["Josh French"]
s.date = %q{2009-06-09} s.date = %q{2009-06-24}
s.description = %q{get the mimetype of a file directly in Ruby}
s.email = %q{josh@vitamin-j.com} s.email = %q{josh@vitamin-j.com}
s.extra_rdoc_files = [ s.extra_rdoc_files = [
"README" "README"
Expand All @@ -21,6 +22,7 @@ Gem::Specification.new do |s|
"lib/extensions_const.rb", "lib/extensions_const.rb",
"lib/mime_types.yml", "lib/mime_types.yml",
"lib/mimetype_fu.rb", "lib/mimetype_fu.rb",
"mimetype-fu.gemspec",
"spec/fixtures/file.jpg", "spec/fixtures/file.jpg",
"spec/fixtures/file.rb", "spec/fixtures/file.rb",
"spec/fixtures/file.unknown", "spec/fixtures/file.unknown",
Expand All @@ -30,11 +32,12 @@ Gem::Specification.new do |s|
"test/mimetype_fu_test.rb", "test/mimetype_fu_test.rb",
"uninstall.rb" "uninstall.rb"
] ]
s.has_rdoc = true
s.homepage = %q{http://github.com/jfrench/mimetype-fu} s.homepage = %q{http://github.com/jfrench/mimetype-fu}
s.rdoc_options = ["--charset=UTF-8"] s.rdoc_options = ["--charset=UTF-8"]
s.require_paths = ["lib"] s.require_paths = ["lib"]
s.rubygems_version = %q{1.3.4} s.rubygems_version = %q{1.3.2}
s.summary = %q{TODO} s.summary = %q{get the mimetype of a file directly in Ruby}
s.test_files = [ s.test_files = [
"spec/fixtures/file.rb", "spec/fixtures/file.rb",
"spec/mime_type_spec.rb", "spec/mime_type_spec.rb",
Expand Down

0 comments on commit 6cbcadd

Please sign in to comment.