leancloud-ruby-client.gemspec in leancloud-ruby-client-0.1.1 vs leancloud-ruby-client.gemspec in leancloud-ruby-client-0.2.0
- old
+ new
@@ -3,11 +3,11 @@
# Instead, edit Jeweler::Tasks in Rakefile, and run 'rake gemspec'
# -*- encoding: utf-8 -*-
Gem::Specification.new do |s|
s.name = "leancloud-ruby-client"
- s.version = "0.1.1"
+ s.version = "0.2.0"
s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
s.authors = ["Alan deLevie", "Adam Alpern", "Dennis Zhuang"]
s.date = "2015-06-16"
s.description = "A simple Ruby client for the leancloud.cn REST API"
@@ -17,11 +17,10 @@
"README.md"
]
s.files = [
".travis.yml",
"Gemfile",
- "Gemfile.lock",
"LICENSE.txt",
"README.md",
"Rakefile",
"VERSION",
"example.rb",
@@ -161,6 +160,5 @@
s.add_dependency(%q<webmock>, ["~> 1.9.0"])
s.add_dependency(%q<vcr>, [">= 0"])
s.add_dependency(%q<pry>, [">= 0"])
end
end
-