billysbilling-rails 1.1.1 → 1.1.2

Sign up to get free protection for your applications and to get access to all the features.
@@ -2,7 +2,7 @@ module BillysBilling
2
2
  class Invoice < BillysBilling::Base
3
3
  attr_accessor :id, :type, :created_time, :approved_time, :invoice_no, :entry_date,
4
4
  :due_date, :state, :amount, :vat, :exchange_rate, :balance, :is_paid,
5
- :contact_message, :print_url, :url, :success,
5
+ :contact_message, :print_url, :url, :success, :download_url
6
6
  :currency
7
7
 
8
8
  has_one :contact
@@ -2,7 +2,7 @@ module BillysBilling
2
2
  class Version #:nodoc:
3
3
  @major = 1
4
4
  @minor = 1
5
- @tiny = 1
5
+ @tiny = 2
6
6
  @build = nil
7
7
 
8
8
  class << self
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: billysbilling-rails
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.1.1
4
+ version: 1.1.2
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2012-10-01 00:00:00.000000000 Z
12
+ date: 2012-10-27 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: rspec