Skip to content

Commit

Permalink
Add attachment to manifest, bump version.
Browse files Browse the repository at this point in the history
  • Loading branch information
ataber committed Dec 20, 2015
1 parent 50b603d commit 5e8c250
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 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.5)
rubill (0.1.6)
httmultiparty
json

Expand Down
2 changes: 2 additions & 0 deletions lib/rubill.rb
Original file line number Diff line number Diff line change
Expand Up @@ -56,3 +56,5 @@ def sandbox
require "rubill/vendor"
require "rubill/customer"
require "rubill/customer_contact"
require "rubill/attachment"

3 changes: 2 additions & 1 deletion 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.5'
s.version = '0.1.6'
s.date = '2014-09-31'
s.summary = "Interface with Bill.com"
s.description = "A Ruby interface to Bill.com's API"
Expand All @@ -20,6 +20,7 @@ Gem::Specification.new do |s|
"lib/rubill/vendor.rb",
"lib/rubill/customer.rb",
"lib/rubill/customer_contact.rb",
"lib/rubill/attachment.rb",
]
s.homepage = 'http://rubygems.org/gems/rubill'
s.license = 'MIT'
Expand Down

0 comments on commit 5e8c250

Please sign in to comment.