imagery.gemspec in imagery-0.0.6 vs imagery.gemspec in imagery-0.2.0

- old
+ new

@@ -1,73 +1,10 @@ -# Generated by jeweler -# DO NOT EDIT THIS FILE DIRECTLY -# Instead, edit Jeweler::Tasks in Rakefile, and run the gemspec command -# -*- encoding: utf-8 -*- - Gem::Specification.new do |s| - s.name = %q{imagery} - s.version = "0.0.6" - - s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version= - s.authors = ["Cyril David"] - s.date = %q{2010-07-06} - s.description = %q{Uses ImageMagick directly underneath. Nuff said.} - s.email = %q{cyx.ucron@gmail.com} - s.extra_rdoc_files = [ - "LICENSE", - "README.markdown" - ] - s.files = [ - ".document", - ".gitignore", - "LICENSE", - "README.markdown", - "Rakefile", - "VERSION", - "imagery.gemspec", - "lib/imagery.rb", - "lib/imagery/faking.rb", - "lib/imagery/missing.rb", - "lib/imagery/model.rb", - "lib/imagery/s3.rb", - "lib/imagery/test.rb", - "test/fixtures/lake.jpg", - "test/helper.rb", - "test/test_imagery.rb", - "test/test_missing.rb", - "test/test_with_s3.rb" - ] - s.homepage = %q{http://github.com/sinefunc/imagery} - s.rdoc_options = ["--charset=UTF-8"] - s.require_paths = ["lib"] - s.rubygems_version = %q{1.3.7} - s.summary = %q{Image resizing without all the bloat} - s.test_files = [ - "test/helper.rb", - "test/test_imagery.rb", - "test/test_missing.rb", - "test/test_with_s3.rb" - ] - - if s.respond_to? :specification_version then - current_version = Gem::Specification::CURRENT_SPECIFICATION_VERSION - s.specification_version = 3 - - if Gem::Version.new(Gem::VERSION) >= Gem::Version.new('1.2.0') then - s.add_runtime_dependency(%q<escape>, [">= 0"]) - s.add_development_dependency(%q<contest>, [">= 0"]) - s.add_development_dependency(%q<aws-s3>, [">= 0"]) - s.add_development_dependency(%q<mocha>, [">= 0"]) - else - s.add_dependency(%q<escape>, [">= 0"]) - s.add_dependency(%q<contest>, [">= 0"]) - s.add_dependency(%q<aws-s3>, [">= 0"]) - s.add_dependency(%q<mocha>, [">= 0"]) - end - else - s.add_dependency(%q<escape>, [">= 0"]) - s.add_dependency(%q<contest>, [">= 0"]) - s.add_dependency(%q<aws-s3>, [">= 0"]) - s.add_dependency(%q<mocha>, [">= 0"]) - end + s.name = "imagery" + s.version = "0.2.0" + s.summary = "POROS + GraphicsMagick." + s.description = "Provide a clean and light interface around GraphicsMagick." + s.authors = ["Cyril David"] + s.email = ["me@cyrildavid.com"] + s.homepage = "http://github.com/cyx/imagery" + s.files = ["LICENSE", "README.markdown", "lib/imagery/faking.rb", "lib/imagery/s3.rb", "lib/imagery/test.rb", "lib/imagery.rb", "imagery.gemspec", "test/faking.rb", "test/helper.rb", "test/imagery.rb", "test/s3.rb"] end -