twineCSV 1.0.3 → 1.0.4

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.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +1 -1
  3. data/lib/twineCSV/version.rb +1 -1
  4. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: eaada1971307a0365ddfe473a802013c81805ab7
4
- data.tar.gz: 2dd61c3076be0fb5fdcea3a4048b6b68b129886c
3
+ metadata.gz: cd5585380e2974fa41d2cc45e6e7984f5395da49
4
+ data.tar.gz: 636b45606a6c0e7ad43e914f56ca8bd996672403
5
5
  SHA512:
6
- metadata.gz: 4973b776615995d0f79d3fb01bbb5d31148aa75b207f7113292d4d9654e375751b33f53e41d1d0b1ca8952ad591d2af724adf3e9756bafe42efbd18b454b66cf
7
- data.tar.gz: 424d72a36a6c5a19e2484dae583c21ce95c550ec7ba78203497934b6634cdfb9e1e8082292c0351be2a90f67f78d62f80f5b3fe08613e79d11b3210cac1410bb
6
+ metadata.gz: bf8fbb49d296092ba1dfff6a6a0e5d9c2c1868a5efb7b758b972cbd1dbf288f3776e86939465457bd390faac4c04d08cfde95fe8b9533b880ef0eeaf821028f6
7
+ data.tar.gz: bf83b635d97bfb2ddcc4e4b51ed9231817138bc57489af579986acc84c0f0bdb8cfa5f5b326c94c5d245d704c566aead96101b055024bfced8e0905ab329a539
data/README.md CHANGED
@@ -31,7 +31,7 @@ You have to proide at least the input file. When omitting the output file the fi
31
31
  ### Convert to twine file
32
32
 
33
33
  ```
34
- twineCSV tocsv converted.txt localisation_new.txt
34
+ twineCSV tocsv converted.csv localisation_new.txt
35
35
  ```
36
36
 
37
37
  You have to proide at least the input file. When omitting the output file the filename is created based on the inputs filename.
@@ -1,3 +1,3 @@
1
1
  module TwineCSV
2
- VERSION = "1.0.3"
2
+ VERSION = "1.0.4"
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: twineCSV
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.3
4
+ version: 1.0.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Stefan Neidig
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2017-01-11 00:00:00.000000000 Z
11
+ date: 2017-05-03 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: commander