coda_standard 0.2.1 → 0.2.2

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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: b2e9ba5205c80eee66c9918e05ce9ebf96d145df
4
- data.tar.gz: e24f16b4f5aa8621d10679fa746ac514c8ed0a37
3
+ metadata.gz: 67478ef6da304c6f111134b4f2fe3df6d53df76d
4
+ data.tar.gz: d463db360bf97a0e29f61ed6b6f05ea80460bef1
5
5
  SHA512:
6
- metadata.gz: 402057b61b5aa3db54f20f945865d00eedd5dbe02380706d15ee2cf188ffabe5242365753e636e34e65843a47238d178d12d047110485e4042654785233310c5
7
- data.tar.gz: 08603fbbdf8be4845189fc7b668a30fe71c752a36866c16742a830613e70b046afa333648c990ea5f532e9d304b2d98c7c1d7d072a9d05a7d48d6ab091dacebd
6
+ metadata.gz: 7dc61962d8d59f65cc2b6aee8fa5c65cb8f860ca2c0dca17daa040e0c849ead99dc329b927d04289dad29efc0345d5ec3e6d580afcd84da88bb3d0d03adc5cd1
7
+ data.tar.gz: f2bdc8aad0295b6e96a929be0a237dd35790be9d9fadfe9a8396c6503baebe4a7a98fe2ded2b3e4ac21c26c28d87d68384ee9f23d06e63ae4b06140a5b07718f
data/.gitignore CHANGED
File without changes
data/Gemfile CHANGED
File without changes
data/LICENSE CHANGED
File without changes
data/README.md CHANGED
File without changes
data/Rakefile CHANGED
File without changes
File without changes
data/lib/coda_standard.rb CHANGED
File without changes
File without changes
@@ -125,7 +125,6 @@ module CodaStandard
125
125
 
126
126
  def extract(field)
127
127
  result = raw_extract(field)
128
- p result if field == :amount
129
128
  case field
130
129
  when :address
131
130
  separate_address(result)
File without changes
File without changes
@@ -1,3 +1,3 @@
1
1
  module CodaStandard
2
- VERSION = "0.2.1"
2
+ VERSION = "0.2.2"
3
3
  end
data/spec/coda.cod CHANGED
File without changes
data/spec/invalid.cod CHANGED
File without changes
data/spec/parser_spec.rb CHANGED
File without changes
data/spec/record_spec.rb CHANGED
File without changes
data/spec/spec_helper.rb CHANGED
File without changes
File without changes
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: coda_standard
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.1
4
+ version: 0.2.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Alvaro Leal
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2015-05-19 00:00:00.000000000 Z
11
+ date: 2015-07-30 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler
@@ -108,4 +108,3 @@ test_files:
108
108
  - spec/record_spec.rb
109
109
  - spec/spec_helper.rb
110
110
  - spec/transaction_list_spec.rb
111
- has_rdoc: