-
Notifications
You must be signed in to change notification settings - Fork 69
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #107 from attachmentsme/v1.15.0-release
v1.15.0 Release
- Loading branch information
Showing
4 changed files
with
32 additions
and
13 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
1.14.0 | ||
1.15.0 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,16 +2,16 @@ | |
# DO NOT EDIT THIS FILE DIRECTLY | ||
# Instead, edit Jeweler::Tasks in Rakefile, and run 'rake gemspec' | ||
# -*- encoding: utf-8 -*- | ||
# stub: ruby-box 1.14.0 ruby lib | ||
# stub: ruby-box 1.15.0 ruby lib | ||
|
||
Gem::Specification.new do |s| | ||
s.name = "ruby-box" | ||
s.version = "1.14.0" | ||
s.version = "1.15.0" | ||
|
||
s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version= | ||
s.require_paths = ["lib"] | ||
s.authors = ["Attachments.me"] | ||
s.date = "2014-03-07" | ||
s.date = "2014-10-16" | ||
s.description = "ruby gem for box.com 2.0 api" | ||
s.email = "[email protected]" | ||
s.extra_rdoc_files = [ | ||
|
@@ -56,12 +56,13 @@ Gem::Specification.new do |s| | |
"spec/integration_spec.rb", | ||
"spec/item_spec.rb", | ||
"spec/me_spec.rb", | ||
"spec/session_spec.rb", | ||
"spec/spec_helper.rb", | ||
"spec/users_spec.rb" | ||
] | ||
s.homepage = "http://github.com/attachmentsme/ruby-box" | ||
s.licenses = ["MIT"] | ||
s.rubygems_version = "2.2.1" | ||
s.rubygems_version = "2.2.2" | ||
s.summary = "ruby gem for box.com 2.0 api" | ||
|
||
if s.respond_to? :specification_version then | ||
|
@@ -74,7 +75,7 @@ Gem::Specification.new do |s| | |
s.add_runtime_dependency(%q<addressable>, [">= 0"]) | ||
s.add_development_dependency(%q<rspec>, [">= 0"]) | ||
s.add_development_dependency(%q<bundler>, [">= 0"]) | ||
s.add_development_dependency(%q<jeweler>, ["~> 1.6.4"]) | ||
s.add_development_dependency(%q<jeweler>, [">= 0"]) | ||
s.add_development_dependency(%q<webmock>, [">= 0"]) | ||
else | ||
s.add_dependency(%q<multipart-post>, [">= 0"]) | ||
|
@@ -83,7 +84,7 @@ Gem::Specification.new do |s| | |
s.add_dependency(%q<addressable>, [">= 0"]) | ||
s.add_dependency(%q<rspec>, [">= 0"]) | ||
s.add_dependency(%q<bundler>, [">= 0"]) | ||
s.add_dependency(%q<jeweler>, ["~> 1.6.4"]) | ||
s.add_dependency(%q<jeweler>, [">= 0"]) | ||
s.add_dependency(%q<webmock>, [">= 0"]) | ||
end | ||
else | ||
|
@@ -93,7 +94,7 @@ Gem::Specification.new do |s| | |
s.add_dependency(%q<addressable>, [">= 0"]) | ||
s.add_dependency(%q<rspec>, [">= 0"]) | ||
s.add_dependency(%q<bundler>, [">= 0"]) | ||
s.add_dependency(%q<jeweler>, ["~> 1.6.4"]) | ||
s.add_dependency(%q<jeweler>, [">= 0"]) | ||
s.add_dependency(%q<webmock>, [">= 0"]) | ||
end | ||
end | ||
|