parse_resource.gemspec in parse_resource-1.6.1 vs parse_resource.gemspec in parse_resource-1.6.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.6.1" + s.version = "1.6.2" s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version= s.authors = ["Alan deLevie"] s.date = "2011-12-09" s.description = "" @@ -23,21 +23,21 @@ "LICENSE.txt", "README.md", "Rakefile", "VERSION", "lib/base.rb", - "lib/criteria.rb", - "lib/examples/post.rb", "lib/parse_resource.rb", + "lib/query.rb", "parse_resource.gemspec", "rdoc/ParseResource.html", "rdoc/created.rid", "rdoc/index.html", "rdoc/lib/parse_resource_rb.html", "rdoc/rdoc.css", "test/active_model_lint_test.rb", "test/helper.rb", - "test/test_parse_resource.rb" + "test/test_parse_resource.rb", + "test/test_query.rb" ] s.homepage = "http://github.com/adelevie/parse_resource" s.licenses = ["MIT"] s.require_paths = ["lib"] s.rubygems_version = "1.8.10"