rest-more.gemspec in rest-more-2.0.4 vs rest-more.gemspec in rest-more-3.0.0

- old
+ new

@@ -1,18 +1,18 @@ # -*- encoding: utf-8 -*- +# stub: rest-more 3.0.0 ruby lib Gem::Specification.new do |s| s.name = "rest-more" - s.version = "2.0.4" + s.version = "3.0.0" 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 = "2013-04-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.require_paths = ["lib"] + s.authors = ["Lin Jen-Shin (godfat)"] + s.date = "2014-05-04" + s.description = "Various REST clients such as Facebook and Twitter built with [rest-core][].\n\n[rest-core]: https://github.com/godfat/rest-core" + s.email = ["godfat (XD) godfat.org"] s.executables = ["rib-rest-core"] s.files = [ ".gitignore", ".gitmodules", ".travis.yml", @@ -21,11 +21,11 @@ "LICENSE", "README.md", "Rakefile", "TODO.md", "bin/rib-rest-core", - "doc/tutorial/facebook.md", + "doc/facebook.md", "example/multi.rb", "example/rails3/Gemfile", "example/rails3/README", "example/rails3/Rakefile", "example/rails3/app/controllers/application_controller.rb", @@ -42,18 +42,19 @@ "example/rails3/config/rest-core.yaml", "example/rails3/config/routes.rb", "example/rails3/test/functional/application_controller_test.rb", "example/rails3/test/test_helper.rb", "example/rails3/test/unit/rails_util_test.rb", - "example/rainbows.rb", "example/simple.rb", "example/sinatra/config.ru", "lib/rest-core/client/dropbox.rb", "lib/rest-core/client/facebook.rb", "lib/rest-core/client/facebook/rails_util.rb", + "lib/rest-core/client/firebase.rb", "lib/rest-core/client/github.rb", "lib/rest-core/client/github/rails_util.rb", + "lib/rest-core/client/instagram.rb", "lib/rest-core/client/linkedin.rb", "lib/rest-core/client/linkedin/rails_util.rb", "lib/rest-core/client/twitter.rb", "lib/rest-core/client/twitter/rails_util.rb", "lib/rest-core/util/config.rb", @@ -61,11 +62,11 @@ "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/README.md", "task/gemgem.rb", "test/dropbox/test_api.rb", "test/facebook/config/rest-core.yaml", "test/facebook/test_api.rb", "test/facebook/test_default.rb", @@ -77,15 +78,16 @@ "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/instagram/test_api.rb", "test/twitter/test_api.rb"] - s.homepage = "https://github.com/cardinalblue/rest-more" - s.require_paths = ["lib"] - s.rubygems_version = "2.0.0" - s.summary = "Various REST clients such as Facebook and Twitter built with [rest-core][]" + s.homepage = "https://github.com/godfat/rest-more" + s.licenses = ["Apache License 2.0"] + s.rubygems_version = "2.2.2" + s.summary = "Various REST clients such as Facebook and Twitter built with [rest-core][]." s.test_files = [ "test/dropbox/test_api.rb", "test/facebook/test_api.rb", "test/facebook/test_default.rb", "test/facebook/test_error.rb", @@ -96,19 +98,20 @@ "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/instagram/test_api.rb", "test/twitter/test_api.rb"] if s.respond_to? :specification_version then s.specification_version = 4 if Gem::Version.new(Gem::VERSION) >= Gem::Version.new('1.2.0') then - s.add_runtime_dependency(%q<rest-core>, [">= 2.0.3"]) + s.add_runtime_dependency(%q<rest-core>, [">= 3.0.0"]) else - s.add_dependency(%q<rest-core>, [">= 2.0.3"]) + s.add_dependency(%q<rest-core>, [">= 3.0.0"]) end else - s.add_dependency(%q<rest-core>, [">= 2.0.3"]) + s.add_dependency(%q<rest-core>, [">= 3.0.0"]) end end