diff --git a/Gemfile.lock b/Gemfile.lock index ac21fb8..25845a6 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - rubill (0.1.4) + rubill (0.1.5) httmultiparty json diff --git a/rubill.gemspec b/rubill.gemspec index d1c0477..f08a7b8 100644 --- a/rubill.gemspec +++ b/rubill.gemspec @@ -1,6 +1,6 @@ Gem::Specification.new do |s| s.name = 'rubill' - s.version = '0.1.4' + s.version = '0.1.5' s.date = '2014-09-31' s.summary = "Interface with Bill.com" s.description = "A Ruby interface to Bill.com's API" @@ -12,10 +12,10 @@ Gem::Specification.new do |s| "lib/rubill/query.rb", "lib/rubill/base.rb", "lib/rubill/bill.rb", - "lib/rubill/bill_payment", + "lib/rubill/bill_payment.rb", "lib/rubill/invoice.rb", "lib/rubill/sent_payment.rb", - "lib/rubill/sent_bill_payment", + "lib/rubill/sent_bill_payment.rb", "lib/rubill/received_payment.rb", "lib/rubill/vendor.rb", "lib/rubill/customer.rb",