Skip to content

Commit 450cdf3

Browse files
author
bcoe
committed
rolling out new version of ruby-box.
1 parent 077c0b1 commit 450cdf3

2 files changed

Lines changed: 9 additions & 6 deletions

File tree

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.11.1
1+
1.12.1

ruby-box.gemspec

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,11 @@
55

66
Gem::Specification.new do |s|
77
s.name = "ruby-box"
8-
s.version = "1.11.1"
8+
s.version = "1.12.1"
99

1010
s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
1111
s.authors = ["Attachments.me"]
12-
s.date = "2013-09-09"
12+
s.date = "2013-12-02"
1313
s.description = "ruby gem for box.com 2.0 api"
1414
s.email = "ben@attachments.me"
1515
s.extra_rdoc_files = [
@@ -18,6 +18,7 @@ Gem::Specification.new do |s|
1818
]
1919
s.files = [
2020
".document",
21+
".travis.yml",
2122
"Gemfile",
2223
"Gemfile.lock",
2324
"LICENSE.txt",
@@ -46,22 +47,24 @@ Gem::Specification.new do |s|
4647
"spec/fixtures/comment_create.json",
4748
"spec/fixtures/events.json",
4849
"spec/fixtures/me.json",
50+
"spec/fixtures/users.json",
4951
"spec/folder_spec.rb",
5052
"spec/helper/account.example",
5153
"spec/helper/account.rb",
5254
"spec/integration_spec.rb",
5355
"spec/item_spec.rb",
5456
"spec/me_spec.rb",
55-
"spec/spec_helper.rb"
57+
"spec/spec_helper.rb",
58+
"spec/users_spec.rb"
5659
]
5760
s.homepage = "http://github.com/attachmentsme/ruby-box"
5861
s.licenses = ["MIT"]
5962
s.require_paths = ["lib"]
60-
s.rubygems_version = "2.0.3"
63+
s.rubygems_version = "1.8.24"
6164
s.summary = "ruby gem for box.com 2.0 api"
6265

6366
if s.respond_to? :specification_version then
64-
s.specification_version = 4
67+
s.specification_version = 3
6568

6669
if Gem::Version.new(Gem::VERSION) >= Gem::Version.new('1.2.0') then
6770
s.add_runtime_dependency(%q<multipart-post>, [">= 0"])

0 commit comments

Comments
 (0)