Skip to content

Commit

Permalink
Add .rb extensions to files, bump to 0.1.5
Browse files Browse the repository at this point in the history
  • Loading branch information
ataber committed Dec 13, 2015
1 parent 0b126ba commit 50b603d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
rubill (0.1.4)
rubill (0.1.5)
httmultiparty
json

Expand Down
6 changes: 3 additions & 3 deletions rubill.gemspec
Original file line number Diff line number Diff line change
@@ -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"
Expand All @@ -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",
Expand Down

0 comments on commit 50b603d

Please sign in to comment.