imagery.gemspec in imagery-0.0.2 vs imagery.gemspec in imagery-0.0.3

- old
+ new

@@ -3,15 +3,15 @@ # 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.2" + s.version = "0.0.3" s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version= s.authors = ["Cyril David"] - s.date = %q{2010-05-31} + s.date = %q{2010-06-07} s.description = %q{Uses ImageMagick directly underneath. Nuff said.} s.email = %q{cyx.ucron@gmail.com} s.extra_rdoc_files = [ "LICENSE", "README.markdown" @@ -24,25 +24,28 @@ "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.6} 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