structured_csv 0.2.0 → 0.2.1
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/.github/workflows/main.yml +1 -1
- data/.gitignore +3 -3
- data/lib/structured_csv/version.rb +1 -1
- data/structured_csv.gemspec +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 1be00b46f4b18d2d6a69343c4d083c2098626e0204ee5b705c213fd404a34d90
|
4
|
+
data.tar.gz: 7fb32090e175f573b99ca9c8b48e6a80a1d2d7f5239179f370c73faaf12ae320
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 821a7ea00771edef68f773503e5081587b76b1e2c6dadc65f778112dbb52d82c4c0cbc9045faa53ce64ad6f384fe6f993cc3dee071e96a0f000a1b4b0981bccb
|
7
|
+
data.tar.gz: f75c35dcd96f6c98ef32e403cd1710e7c4e7ab90d81cf200964bc7ad09381a47eb533aeb8ab12f856a9a8ec402b3f6288c269fae332fbc0ca1f37bec00ac3f55
|
data/.github/workflows/main.yml
CHANGED
data/.gitignore
CHANGED
@@ -151,9 +151,9 @@ build-iPhoneSimulator/
|
|
151
151
|
|
152
152
|
# for a library or gem, you might want to ignore these files since the code is
|
153
153
|
# intended to run in multiple environments; otherwise, check them in:
|
154
|
-
|
155
|
-
|
156
|
-
|
154
|
+
Gemfile.lock
|
155
|
+
.ruby-version
|
156
|
+
.ruby-gemset
|
157
157
|
|
158
158
|
# unless supporting rvm < 1.11.0 or doing something fancy, ignore this:
|
159
159
|
.rvmrc
|
data/structured_csv.gemspec
CHANGED
@@ -11,7 +11,7 @@ Gem::Specification.new do |spec|
|
|
11
11
|
spec.summary = "Library to process structured CSV files"
|
12
12
|
spec.description = "Library to process structured CSV files"
|
13
13
|
spec.homepage = "https://open.ribose.com"
|
14
|
-
spec.required_ruby_version = Gem::Requirement.new(">= 2.6.
|
14
|
+
spec.required_ruby_version = Gem::Requirement.new(">= 2.6.0")
|
15
15
|
|
16
16
|
spec.metadata["homepage_uri"] = spec.homepage
|
17
17
|
spec.metadata["source_code_uri"] = "https://github.com/riboseinc/structured_csv"
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: structured_csv
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.2.
|
4
|
+
version: 0.2.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Ribose Inc.
|
@@ -175,7 +175,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
175
175
|
requirements:
|
176
176
|
- - ">="
|
177
177
|
- !ruby/object:Gem::Version
|
178
|
-
version: 2.6.
|
178
|
+
version: 2.6.0
|
179
179
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
180
180
|
requirements:
|
181
181
|
- - ">="
|