curdbee 0.0.5 → 0.0.6

Sign up to get free protection for your applications and to get access to all the features.
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.0.5
1
+ 0.0.6
@@ -5,7 +5,7 @@
5
5
 
6
6
  Gem::Specification.new do |s|
7
7
  s.name = %q{curdbee}
8
- s.version = "0.0.5"
8
+ s.version = "0.0.6"
9
9
 
10
10
  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
11
11
  s.authors = ["Lakshan Perera"]
@@ -31,6 +31,7 @@ begin
31
31
  {:name_and_description => "Domain Registration", :quantity => 10, :price => 10.00, :unit => "domain"}
32
32
  ],
33
33
  :notes => "Please write a cheque in favour of MyCompany Inc."
34
+ :payment_options => ["paypal", "gcheckout", "twocheckout", "authorizenet"]
34
35
  )
35
36
  @invoice.create
36
37
 
metadata CHANGED
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
5
5
  segments:
6
6
  - 0
7
7
  - 0
8
- - 5
9
- version: 0.0.5
8
+ - 6
9
+ version: 0.0.6
10
10
  platform: ruby
11
11
  authors:
12
12
  - Lakshan Perera