diff --git a/Gemfile.lock b/Gemfile.lock index d21f02f..ecf1232 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -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) @@ -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 diff --git a/rubill-0.2.1.gem b/rubill-0.2.1.gem new file mode 100644 index 0000000..04f686a Binary files /dev/null and b/rubill-0.2.1.gem differ diff --git a/rubill.gemspec b/rubill.gemspec index de8aec3..7a6394e 100644 --- a/rubill.gemspec +++ b/rubill.gemspec @@ -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"