rest-more.gemspec in rest-more-0.7.1 vs rest-more.gemspec in rest-more-0.7.2
- old
+ new
@@ -1,28 +1,30 @@
# -*- encoding: utf-8 -*-
Gem::Specification.new do |s|
s.name = "rest-more"
- s.version = "0.7.1"
+ s.version = "0.7.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 = "2011-10-31"
+ s.date = "2011-11-05"
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",
".gitmodules",
".travis.yml",
"CHANGES.md",
"Gemfile",
"LICENSE",
"README.md",
"Rakefile",
"TODO.md",
+ "bin/rib-rest-core",
"example/rails2/Gemfile",
"example/rails2/README",
"example/rails2/Rakefile",
"example/rails2/app/controllers/application_controller.rb",
"example/rails2/app/views/application/helper.html.erb",
@@ -59,28 +61,34 @@
"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/sinatra/config.ru",
+ "lib/rest-core/client/bing.rb",
+ "lib/rest-core/client/bing/rails_util.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",
- "lib/rest-core/client/simple.rb",
+ "lib/rest-core/client/mixi/rails_util.rb",
"lib/rest-core/client/twitter.rb",
- "lib/rest-core/client/universal.rb",
+ "lib/rest-core/client/twitter/rails_util.rb",
"lib/rest-core/util/config.rb",
"lib/rest-core/util/rails_util_util.rb",
"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/client/bing/test_api.rb",
"test/client/facebook/config/rest-core.yaml",
"test/client/facebook/test_api.rb",
"test/client/facebook/test_cache.rb",
"test/client/facebook/test_default.rb",
"test/client/facebook/test_error.rb",
@@ -99,9 +107,10 @@
s.homepage = "https://github.com/cardinalblue/rest-more"
s.require_paths = ["lib"]
s.rubygems_version = "1.8.11"
s.summary = "Various REST clients such as Facebook and Twitter built with [rest-core][]"
s.test_files = [
+ "test/client/bing/test_api.rb",
"test/client/facebook/test_api.rb",
"test/client/facebook/test_cache.rb",
"test/client/facebook/test_default.rb",
"test/client/facebook/test_error.rb",
"test/client/facebook/test_handler.rb",