parse_resource.gemspec in parse_resource-1.5.1 vs parse_resource.gemspec in parse_resource-1.5.2

- old
+ new

@@ -3,11 +3,11 @@ # Instead, edit Jeweler::Tasks in Rakefile, and run 'rake gemspec' # -*- encoding: utf-8 -*- Gem::Specification.new do |s| s.name = "parse_resource" - s.version = "1.5.1" + s.version = "1.5.2" s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version= s.authors = ["Alan deLevie"] s.date = "2011-09-20" s.description = "" @@ -22,19 +22,19 @@ "Gemfile.lock", "LICENSE.txt", "README.md", "Rakefile", "VERSION", + "lib/examples/post.rb", "lib/parse_resource.rb", "parse_resource.gemspec", "rdoc/ParseResource.html", "rdoc/created.rid", "rdoc/index.html", "rdoc/lib/parse_resource_rb.html", "rdoc/rdoc.css", "test/helper.rb", - "test/test_parse_resource.rb", - "test/test_subclass.rb" + "test/test_parse_resource.rb" ] s.homepage = "http://github.com/adelevie/parse_resource" s.licenses = ["MIT"] s.require_paths = ["lib"] s.rubygems_version = "1.8.10"