idata 1.2.5 → 1.2.6
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/idata.gemspec +1 -1
- data/lib/idata/version.rb +1 -1
- metadata +2 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 09aa831ce6639539d31fdc4c009f78c4278df43f
|
4
|
+
data.tar.gz: 209e54989a5bd4f0c7f542d902262d27afd712cb
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 902bb05a8bd24d884f8cd653f358c97380f78de01ad5f768cc6212fd344187a55b5e6cc32954b3e64361e6882bc1eacc7e7147540295cf10f955965f75344c13
|
7
|
+
data.tar.gz: 1f015c691216f2ee8e7787aa17a966838934ba4a1e1ce1e858425d4b7706e9ae38e239dd362f105046a745f3a9230a42d148ed11cf98f1de345dea303064ba41
|
data/idata.gemspec
CHANGED
@@ -15,7 +15,7 @@ Gem::Specification.new do |spec|
|
|
15
15
|
|
16
16
|
spec.files = `git ls-files`.split($/)
|
17
17
|
#spec.executables = spec.files.grep(%r{^bin/}) { |f| File.basename(f) }
|
18
|
-
spec.executables = ["iload", "ieval", "ipatch", "ivalidate", "iexport", "isanitize", "imerge", "ivalidate2"]
|
18
|
+
spec.executables = ["iload", "ieval", "ipatch", "ivalidate", "iexport", "isanitize", "imerge", "ivalidate2", "icsvutils"]
|
19
19
|
spec.test_files = spec.files.grep(%r{^(test|spec|features)/})
|
20
20
|
spec.require_paths = ["lib"]
|
21
21
|
|
data/lib/idata/version.rb
CHANGED
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: idata
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.2.
|
4
|
+
version: 1.2.6
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Nghi Pham
|
@@ -78,6 +78,7 @@ executables:
|
|
78
78
|
- isanitize
|
79
79
|
- imerge
|
80
80
|
- ivalidate2
|
81
|
+
- icsvutils
|
81
82
|
extensions: []
|
82
83
|
extra_rdoc_files: []
|
83
84
|
files:
|