Skip to content

Commit

Permalink
Bump gem version
Browse files Browse the repository at this point in the history
  • Loading branch information
Chebotarev committed May 30, 2017
1 parent a16f720 commit ca74199
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 20 deletions.
24 changes: 5 additions & 19 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,28 +1,17 @@
PATH
remote: .
specs:
rubill (0.2.0)
json (~> 2.0)
rest-client (~> 2.0)
rubill (0.2.1)
json (~> 0)
rest-client (~> 0)

GEM
remote: https://rubygems.org/
specs:
diff-lcs (1.2.5)
domain_name (0.5.20161021)
unf (>= 0.0.5, < 1.0.0)
http-cookie (1.0.3)
domain_name (~> 0.5)
json (2.0.3)
mime-types (3.1)
mime-types-data (~> 3.2015)
mime-types-data (3.2016.0521)
netrc (0.11.0)
json (0.4.3)
rake (10.3.1)
rest-client (2.0.0)
http-cookie (>= 1.0.2, < 2.0)
mime-types (>= 1.16, < 4.0)
netrc (~> 0.8)
rest-client (0.9.2)
rspec (3.1.0)
rspec-core (~> 3.1.0)
rspec-expectations (~> 3.1.0)
Expand All @@ -35,9 +24,6 @@ GEM
rspec-mocks (3.1.2)
rspec-support (~> 3.1.0)
rspec-support (3.1.1)
unf (0.1.4)
unf_ext
unf_ext (0.0.7.2)

PLATFORMS
ruby
Expand Down
Binary file added rubill-0.2.1.gem
Binary file not shown.
2 changes: 1 addition & 1 deletion rubill.gemspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Gem::Specification.new do |spec|
spec.name = 'rubill'
spec.version = '0.2.0'
spec.version = '0.2.1'
spec.date = Date.today.to_s
spec.summary = "Interface with Bill.com"
spec.description = "A Ruby interface to Bill.com's API"
Expand Down

0 comments on commit ca74199

Please sign in to comment.