Commit 77f74dea by lanrion

added rspec version 3.0.0.beta1

parent 1fba2560
...@@ -8,8 +8,8 @@ Gem::Specification.new do |spec| ...@@ -8,8 +8,8 @@ Gem::Specification.new do |spec|
spec.version = WeixinAuthorize::VERSION spec.version = WeixinAuthorize::VERSION
spec.authors = ["lanrion"] spec.authors = ["lanrion"]
spec.email = ["huaitao-deng@foxmail.com"] spec.email = ["huaitao-deng@foxmail.com"]
spec.description = %q{TODO: Write a gem description} spec.description = %q{weixin api authorize access_token}
spec.summary = %q{TODO: Write a gem summary} spec.summary = %q{weixin api authorize access_token}
spec.homepage = "" spec.homepage = ""
spec.license = "MIT" spec.license = "MIT"
...@@ -22,4 +22,7 @@ Gem::Specification.new do |spec| ...@@ -22,4 +22,7 @@ Gem::Specification.new do |spec|
spec.add_development_dependency "bundler", "~> 1.3" spec.add_development_dependency "bundler", "~> 1.3"
spec.add_development_dependency "rake" spec.add_development_dependency "rake"
spec.add_development_dependency "rspec", "~> 3.0.0.beta1"
end end
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment