httpthumbnailer.gemspec in httpthumbnailer-0.0.3 vs httpthumbnailer.gemspec in httpthumbnailer-0.0.4

- old
+ new

@@ -3,15 +3,15 @@ # Instead, edit Jeweler::Tasks in Rakefile, and run 'rake gemspec' # -*- encoding: utf-8 -*- Gem::Specification.new do |s| s.name = "httpthumbnailer" - s.version = "0.0.3" + s.version = "0.0.4" s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version= s.authors = ["Jakub Pastuszek"] - s.date = "2011-11-28" + s.date = "2011-11-29" s.description = "Provides HTTP API for thumbnailing images" s.email = "jpastuszek@gmail.com" s.executables = ["httpthumbnailer"] s.extra_rdoc_files = [ "LICENSE.txt", @@ -30,9 +30,10 @@ "features/httpthumbnailer.feature", "features/step_definitions/httpthumbnailer_steps.rb", "features/support/env.rb", "features/support/test-transparent.png", "features/support/test.jpg", + "features/support/test.txt", "httpthumbnailer.gemspec", "lib/httpthumbnailer/multipart_response.rb", "lib/httpthumbnailer/thumbnail_specs.rb", "lib/httpthumbnailer/thumbnailer.rb", "spec/multipart_response_spec.rb",