cvg 0.1.2 → 0.1.3
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 +8 -8
- data/CHANGELOG +6 -0
- data/bin/cvg +1 -1
- data/features/basic.feature +11 -11
- data/lib/cvg/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,15 +1,15 @@
|
|
|
1
1
|
---
|
|
2
2
|
!binary "U0hBMQ==":
|
|
3
3
|
metadata.gz: !binary |-
|
|
4
|
-
|
|
4
|
+
YTI1NWZhNjg4YzY2ZDAwZGU3NTk1YTIxMGQyNTQ1ZjFlMjc1ZTY5MQ==
|
|
5
5
|
data.tar.gz: !binary |-
|
|
6
|
-
|
|
6
|
+
MjQ5NDE2Mzk4OGI2ZWNlZWIyYzU5MDI5ZmQ4N2M2YjkwMjg1N2E3MQ==
|
|
7
7
|
SHA512:
|
|
8
8
|
metadata.gz: !binary |-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
9
|
+
ODU5NTBiMTE3NzE0OTVlODk2MjliNDc4ZjVhZjk2NmJmMjNkYjQ0MjEzM2Yz
|
|
10
|
+
YzQ1OWMxOWM3Mjk1MTBjOTBhZTFkMDJmMTg5YzcyYTlkYjBjMGJhZWU0NTJl
|
|
11
|
+
ZDliYmY3MDhkMTM0NmVlYTgwZGYzYjU3OGIxNTVjNTJmOTZjZjU=
|
|
12
12
|
data.tar.gz: !binary |-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
13
|
+
N2FhY2QyZTAwMzkyY2YwMGQ0MDMwYzQwZmQ0ZmRjY2Q0MTdlNDQ0NzgwOWVl
|
|
14
|
+
ZjA2YTdlZTJkNDQ0MjFmOTUyNTA3MDJhY2UyMGMyYTgyZDhkZGE0YTVkYjU0
|
|
15
|
+
NzNlNTNiNmUxN2Q2MTgxYzZmYzczNjU2NWM3ZmE4NzFiYzM5M2Q=
|
data/CHANGELOG
CHANGED
data/bin/cvg
CHANGED
data/features/basic.feature
CHANGED
|
@@ -134,23 +134,23 @@ Feature: Basic functionality
|
|
|
134
134
|
Given an input csv
|
|
135
135
|
"""
|
|
136
136
|
a,b
|
|
137
|
-
yes,-
|
|
138
|
-
yes,-
|
|
139
|
-
yes
|
|
140
|
-
yes
|
|
141
|
-
no
|
|
142
|
-
no
|
|
137
|
+
yes,-9
|
|
138
|
+
yes,-9.0
|
|
139
|
+
yes,-6
|
|
140
|
+
yes,-6.0
|
|
141
|
+
no,-1
|
|
142
|
+
no,-1.0
|
|
143
143
|
no,
|
|
144
144
|
no,z
|
|
145
145
|
"""
|
|
146
|
-
When you pass arguments --lte 'b
|
|
146
|
+
When you pass arguments --lte 'b:-5'
|
|
147
147
|
Then you get output
|
|
148
148
|
"""
|
|
149
149
|
a,b
|
|
150
|
-
yes,-
|
|
151
|
-
yes,-
|
|
152
|
-
yes
|
|
153
|
-
yes
|
|
150
|
+
yes,-9
|
|
151
|
+
yes,-9.0
|
|
152
|
+
yes,-6
|
|
153
|
+
yes,-6.0
|
|
154
154
|
"""
|
|
155
155
|
|
|
156
156
|
Scenario: Greater than
|
data/lib/cvg/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: cvg
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.1.
|
|
4
|
+
version: 0.1.3
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Seamus Abshere
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2013-11-
|
|
11
|
+
date: 2013-11-14 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: activesupport
|