Skip to content

Commit

Permalink
updated gemspec
Browse files Browse the repository at this point in the history
  • Loading branch information
chriskruger committed Jul 9, 2012
1 parent 9157beb commit 362efd6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions saasu.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Gem::Specification.new do |s|

s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
s.authors = ["Kieran Johnson, Chris Kruger"]
s.date = "2012-07-06"
s.date = "2012-07-09"
s.description = "Expanded Fork of Ruby wrapper for the Saasu api. Originally written by Keiran Johnson, it has had features added to it in order to suit the needs of Agworld Pty Ltd by Chris Kruger"
s.email = "hello@invisiblelines.com"
s.extra_rdoc_files = [
Expand All @@ -24,7 +24,6 @@ Gem::Specification.new do |s|
"Rakefile",
"VERSION",
"lib/saasu.rb",
"lib/saasu/address.rb",
"lib/saasu/base.rb",
"lib/saasu/contact.rb",
"lib/saasu/contact_response.rb",
Expand All @@ -42,6 +41,7 @@ Gem::Specification.new do |s|
"lib/saasu/invoice_payment.rb",
"lib/saasu/invoice_payment_item.rb",
"lib/saasu/item_invoice_item.rb",
"lib/saasu/postal_address.rb",
"lib/saasu/quick_payment.rb",
"lib/saasu/service_invoice_item.rb",
"lib/saasu/transaction.rb",
Expand Down

0 comments on commit 362efd6

Please sign in to comment.