rest-more.gemspec in rest-more-1.0.1 vs rest-more.gemspec in rest-more-1.0.2

- old
+ new

@@ -1,16 +1,16 @@ # -*- encoding: utf-8 -*- Gem::Specification.new do |s| s.name = "rest-more" - s.version = "1.0.1" + s.version = "1.0.2" s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version= s.authors = [ "Cardinal Blue", "Lin Jen-Shin (godfat)"] - s.date = "2012-05-14" + s.date = "2012-07-13" s.description = "Various REST clients such as Facebook and Twitter built with [rest-core][]\n\n[rest-core]: https://github.com/cardinalblue/rest-core" s.email = ["dev (XD) cardinalblue.com"] s.executables = ["rib-rest-core"] s.files = [ ".gitignore", @@ -76,12 +76,10 @@ "lib/rest-core/client/bing.rb", "lib/rest-core/client/bing/rails_util.rb", "lib/rest-core/client/dropbox.rb", "lib/rest-core/client/facebook.rb", "lib/rest-core/client/facebook/rails_util.rb", - "lib/rest-core/client/flurry.rb", - "lib/rest-core/client/flurry/rails_util.rb", "lib/rest-core/client/github.rb", "lib/rest-core/client/github/rails_util.rb", "lib/rest-core/client/linkedin.rb", "lib/rest-core/client/linkedin/rails_util.rb", "lib/rest-core/client/mixi.rb", @@ -93,12 +91,10 @@ "lib/rest-more.rb", "lib/rest-more/test.rb", "lib/rest-more/version.rb", "lib/rib/app/rest-core.rb", "rest-more.gemspec", - "task/.gitignore", - "task/gemgem.rb", "test/bing/test_api.rb", "test/dropbox/test_api.rb", "test/facebook/config/rest-core.yaml", "test/facebook/test_api.rb", "test/facebook/test_cache.rb", @@ -111,11 +107,10 @@ "test/facebook/test_old.rb", "test/facebook/test_page.rb", "test/facebook/test_parse.rb", "test/facebook/test_serialize.rb", "test/facebook/test_timeout.rb", - "test/flurry/test_metrics.rb", "test/mixi/test_api.rb", "test/twitter/test_api.rb"] s.homepage = "https://github.com/cardinalblue/rest-more" s.require_paths = ["lib"] s.rubygems_version = "1.8.24" @@ -134,10 +129,9 @@ "test/facebook/test_old.rb", "test/facebook/test_page.rb", "test/facebook/test_parse.rb", "test/facebook/test_serialize.rb", "test/facebook/test_timeout.rb", - "test/flurry/test_metrics.rb", "test/mixi/test_api.rb", "test/twitter/test_api.rb"] if s.respond_to? :specification_version then s.specification_version = 3