Skip to content

Commit

Permalink
updated gemspec.
Browse files Browse the repository at this point in the history
  • Loading branch information
godfat committed Feb 4, 2009
1 parent 004be3d commit 398912c
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 6 deletions.
1 change: 1 addition & 0 deletions .gitignore
Expand Up @@ -2,4 +2,5 @@ tmp
pkg
doc
ann-*

*.rbc
12 changes: 6 additions & 6 deletions thumbo.gemspec
Expand Up @@ -6,8 +6,8 @@ Gem::Specification.new do |s|

s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
s.authors = ["Lin Jen-Shin (a.k.a. godfat \347\234\237\345\270\270)"]
s.date = %q{2009-01-05}
s.description = %q{}
s.date = %q{2009-02-04}
s.description = %q{create thumbnails via RMagick}
s.email = %q{godfat (XD) godfat.org}
s.extra_rdoc_files = ["CHANGES", "LICENSE", "NOTICE", "README", "TODO", "thumbo.gemspec"]
s.files = ["CHANGES", "LICENSE", "NOTICE", "README", "Rakefile", "TODO", "lib/thumbo.rb", "lib/thumbo/exceptions/file_not_found.rb", "lib/thumbo/proxy.rb", "lib/thumbo/storages/abstract.rb", "lib/thumbo/storages/filesystem.rb", "lib/thumbo/storages/mogilefs.rb", "lib/thumbo/version.rb", "test/helper.rb", "test/ruby.png", "test/test_storage.rb", "test/test_thumbo.rb", "thumbo.gemspec"]
Expand All @@ -17,7 +17,7 @@ Gem::Specification.new do |s|
s.require_paths = ["lib"]
s.rubyforge_project = %q{ludy}
s.rubygems_version = %q{1.3.1}
s.summary = %q{}
s.summary = %q{create thumbnails via RMagick}
s.test_files = ["test/test_storage.rb", "test/test_thumbo.rb"]

if s.respond_to? :specification_version then
Expand All @@ -26,13 +26,13 @@ Gem::Specification.new do |s|

if Gem::Version.new(Gem::RubyGemsVersion) >= Gem::Version.new('1.2.0') then
s.add_runtime_dependency(%q<rmagick>, [">= 2.6.0"])
s.add_development_dependency(%q<bones>, [">= 2.2.0"])
s.add_development_dependency(%q<bones>, [">= 2.4.0"])
else
s.add_dependency(%q<rmagick>, [">= 2.6.0"])
s.add_dependency(%q<bones>, [">= 2.2.0"])
s.add_dependency(%q<bones>, [">= 2.4.0"])
end
else
s.add_dependency(%q<rmagick>, [">= 2.6.0"])
s.add_dependency(%q<bones>, [">= 2.2.0"])
s.add_dependency(%q<bones>, [">= 2.4.0"])
end
end

0 comments on commit 398912c

Please sign in to comment.