Merge branch 'hotfix/v1.0.3' into develop

This commit is contained in:
404
2012-05-28 21:22:32 +08:00
2 changed files with 2 additions and 1 deletions
+1 -1
View File
@@ -2,6 +2,6 @@
module Qiniu
module RS
VERSION = "1.0.2"
VERSION = "1.0.3"
end
end
+1
View File
@@ -20,6 +20,7 @@ Gem::Specification.new do |gem|
gem.add_development_dependency "rake"
gem.add_development_dependency "rspec"
gem.add_development_dependency "fakeweb"
gem.add_runtime_dependency "json"
gem.add_runtime_dependency "rest-client"
gem.add_runtime_dependency "mime-types"
end