csv2qif 0.0.4 → 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.
@@ -1,5 +1,8 @@
1
1
  type: CCard
2
2
  header: 0
3
+ date_format: |
4
+ %m/%d/%Y
5
+ encoding: ISO-8859-1
3
6
  where: e
4
7
  date: a
5
8
  payee: |
@@ -1,5 +1,8 @@
1
1
  type: CCard
2
2
  header: 0
3
+ date_format: |
4
+ %m/%d/%Y
5
+ encoding: ISO-8859-1
3
6
  where: e
4
7
  date: a
5
8
  payee: |
@@ -91,7 +91,7 @@ module Csv2qif
91
91
  end
92
92
 
93
93
  def self.load_rb file, qif
94
- eval File.read(file), (qif and qif.block)
94
+ qif.instance_eval File.read(file)
95
95
  end
96
96
 
97
97
  def self.prepare_options stdout, options, qif
@@ -1,3 +1,3 @@
1
1
  module Csv2qif
2
- VERSION = "0.0.4"
2
+ VERSION = "1.0"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: csv2qif
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.4
4
+ version: '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: 2012-09-22 00:00:00.000000000 Z
12
+ date: 2012-09-23 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: rspec