ruby-box.gemspec in ruby-box-1.12.1 vs ruby-box.gemspec in ruby-box-1.12.2
- old
+ new
@@ -1,17 +1,18 @@
# Generated by jeweler
# DO NOT EDIT THIS FILE DIRECTLY
# Instead, edit Jeweler::Tasks in Rakefile, and run 'rake gemspec'
# -*- encoding: utf-8 -*-
+# stub: ruby-box 1.12.2 ruby lib
Gem::Specification.new do |s|
s.name = "ruby-box"
- s.version = "1.12.1"
+ s.version = "1.12.2"
s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
s.authors = ["Attachments.me"]
- s.date = "2013-12-02"
+ s.date = "2013-12-26"
s.description = "ruby gem for box.com 2.0 api"
s.email = "ben@attachments.me"
s.extra_rdoc_files = [
"LICENSE.txt",
"README.markdown"
@@ -58,14 +59,14 @@
"spec/users_spec.rb"
]
s.homepage = "http://github.com/attachmentsme/ruby-box"
s.licenses = ["MIT"]
s.require_paths = ["lib"]
- s.rubygems_version = "1.8.24"
+ s.rubygems_version = "2.1.11"
s.summary = "ruby gem for box.com 2.0 api"
if s.respond_to? :specification_version then
- s.specification_version = 3
+ s.specification_version = 4
if Gem::Version.new(Gem::VERSION) >= Gem::Version.new('1.2.0') then
s.add_runtime_dependency(%q<multipart-post>, [">= 0"])
s.add_runtime_dependency(%q<oauth2>, [">= 0"])
s.add_runtime_dependency(%q<json>, [">= 0"])