xeroizer-float 2.15.3.4 → 2.15.3.5

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
data/Rakefile CHANGED
@@ -57,10 +57,10 @@ end
57
57
 
58
58
  namespace :gem do
59
59
  task :publish do
60
- `rm *.gem`
61
- `rake gemspec`
62
- `gem build xeroizer-float.gemspec`
63
- `gem push *.gem`
60
+ puts `rm *.gem`
61
+ puts `rake gemspec`
62
+ puts `gem build xeroizer-float.gemspec`
63
+ puts `gem push *.gem`
64
64
  end
65
65
 
66
66
  end
data/VERSION CHANGED
@@ -1 +1 @@
1
- 2.15.3.4
1
+ 2.15.3.5
@@ -15,6 +15,7 @@ module Xeroizer
15
15
  } unless defined?(BANK_TRANSACTION_STATUS)
16
16
  BANK_TRANSACTION_STATUSES = BANK_TRANSACTION_STATUS.keys.sort
17
17
 
18
+ list_contains_summary_only true
18
19
 
19
20
  def initialize(parent)
20
21
  super parent
@@ -53,6 +54,7 @@ module Xeroizer
53
54
  self.line_items.size > 0
54
55
  end
55
56
 
57
+
56
58
  def sub_total=(value); raise SettingTotalDirectlyNotSupported.new(:sub_total); end
57
59
  def total_tax=(value); raise SettingTotalDirectlyNotSupported.new(:total_tax); end
58
60
  def total=(value); raise SettingTotalDirectlyNotSupported.new(:total); end
@@ -5,7 +5,7 @@
5
5
 
6
6
  Gem::Specification.new do |s|
7
7
  s.name = "xeroizer-float"
8
- s.version = "2.15.3.4"
8
+ s.version = "2.15.3.5"
9
9
 
10
10
  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
11
11
  s.authors = ["Wayne Robinson", "Philip Roberts"]
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: xeroizer-float
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.15.3.4
4
+ version: 2.15.3.5
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: