sunnyside 0.0.9 → 0.1.0

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.
@@ -149,7 +149,6 @@ module Sunnyside
149
149
  def create_csv
150
150
  claims.each { |clm|
151
151
  if clm.paid > 0.0
152
- puts "-----------------------Total so far: #{total += clm.paid}"
153
152
  self.receivable_csv(clm, Payment[payment_id], post_date)
154
153
  end
155
154
  }
@@ -219,7 +218,7 @@ module Sunnyside
219
218
  end
220
219
 
221
220
  def check_total
222
- Claim.where(payment_id: payment.id).sum(:paid).round(2)
221
+ Claim.where(payment_id: payment_id).sum(:paid).round(2)
223
222
  end
224
223
  end
225
224
 
@@ -1,3 +1,3 @@
1
1
  module Sunnyside
2
- VERSION = "0.0.9" # stupid, no-good, lousy rubygems not letting me yank my bad install. grumble grumble...
2
+ VERSION = "0.1.0" # stupid, no-good, lousy rubygems not letting me yank my bad install. grumble grumble...
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: sunnyside
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.9
4
+ version: 0.1.0
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: 2014-01-30 00:00:00.000000000 Z
12
+ date: 2014-01-31 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: sqlite3