rest-more.gemspec in rest-more-0.7.0 vs rest-more.gemspec in rest-more-0.7.1
- old
+ new
@@ -1,16 +1,16 @@
# -*- encoding: utf-8 -*-
Gem::Specification.new do |s|
s.name = "rest-more"
- s.version = "0.7.0"
+ s.version = "0.7.1"
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-08"
+ s.date = "2011-10-31"
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.files = [
".gitignore",
".gitmodules",
@@ -69,11 +69,14 @@
"lib/rest-core/client/linkedin.rb",
"lib/rest-core/client/mixi.rb",
"lib/rest-core/client/simple.rb",
"lib/rest-core/client/twitter.rb",
"lib/rest-core/client/universal.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",
"rest-more.gemspec",
"task/.gitignore",
"task/gemgem.rb",
"test/client/facebook/config/rest-core.yaml",
@@ -89,10 +92,11 @@
"test/client/facebook/test_page.rb",
"test/client/facebook/test_parse.rb",
"test/client/facebook/test_serialize.rb",
"test/client/facebook/test_timeout.rb",
"test/client/flurry/test_metrics.rb",
+ "test/client/mixi/test_api.rb",
"test/client/twitter/test_api.rb"]
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][]"
@@ -109,9 +113,10 @@
"test/client/facebook/test_page.rb",
"test/client/facebook/test_parse.rb",
"test/client/facebook/test_serialize.rb",
"test/client/facebook/test_timeout.rb",
"test/client/flurry/test_metrics.rb",
+ "test/client/mixi/test_api.rb",
"test/client/twitter/test_api.rb"]
if s.respond_to? :specification_version then
s.specification_version = 3