csvbuilder-core 0.1.0 → 0.1.1
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/Gemfile.lock +8 -9
- data/lib/csvbuilder/core/version.rb +1 -1
- metadata +5 -5
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: c5fc6c82e5099184154805074c75a48b54fed79c500603a6fb211c599ea15fd7
|
4
|
+
data.tar.gz: 17af6a8cae6da96fc0cac9ae1b48e1c7893df5a052be3bf489cf4623067eceb6
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 6d6ae98216555a452f76ef498582740a8cc53ad02602172e1d4e3bf0f5c9bcbfb38fc9e6f24916b9564c38a329cb7bc59f8faf69fd5d78395e239a5459ac5ba2
|
7
|
+
data.tar.gz: 177324968c346be874e45406448be5f8c1b7aee2432df569f424f00659b9d3c281eb0550aaa9ed20d402a03aeeb4b4210205ea0ab5266363702982dc8e5721d5
|
data/Gemfile.lock
CHANGED
@@ -1,17 +1,17 @@
|
|
1
1
|
PATH
|
2
2
|
remote: .
|
3
3
|
specs:
|
4
|
-
csvbuilder-core (0.1.
|
5
|
-
activesupport
|
4
|
+
csvbuilder-core (0.1.1)
|
5
|
+
activesupport
|
6
6
|
|
7
7
|
GEM
|
8
8
|
remote: https://rubygems.org/
|
9
9
|
specs:
|
10
|
-
activesupport (
|
10
|
+
activesupport (7.0.4)
|
11
11
|
concurrent-ruby (~> 1.0, >= 1.0.2)
|
12
|
-
i18n (>=
|
13
|
-
minitest (
|
14
|
-
tzinfo (~>
|
12
|
+
i18n (>= 1.6, < 2)
|
13
|
+
minitest (>= 5.1)
|
14
|
+
tzinfo (~> 2.0)
|
15
15
|
ast (2.4.2)
|
16
16
|
concurrent-ruby (1.1.10)
|
17
17
|
diff-lcs (1.5.0)
|
@@ -59,9 +59,8 @@ GEM
|
|
59
59
|
rubocop-rspec (2.16.0)
|
60
60
|
rubocop (~> 1.33)
|
61
61
|
ruby-progressbar (1.11.0)
|
62
|
-
|
63
|
-
|
64
|
-
thread_safe (~> 0.1)
|
62
|
+
tzinfo (2.0.5)
|
63
|
+
concurrent-ruby (~> 1.0)
|
65
64
|
unicode-display_width (2.3.0)
|
66
65
|
|
67
66
|
PLATFORMS
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: csvbuilder-core
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.1.
|
4
|
+
version: 0.1.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Joel Azemar
|
@@ -14,16 +14,16 @@ dependencies:
|
|
14
14
|
name: activesupport
|
15
15
|
requirement: !ruby/object:Gem::Requirement
|
16
16
|
requirements:
|
17
|
-
- -
|
17
|
+
- - ">="
|
18
18
|
- !ruby/object:Gem::Version
|
19
|
-
version:
|
19
|
+
version: '0'
|
20
20
|
type: :runtime
|
21
21
|
prerelease: false
|
22
22
|
version_requirements: !ruby/object:Gem::Requirement
|
23
23
|
requirements:
|
24
|
-
- -
|
24
|
+
- - ">="
|
25
25
|
- !ruby/object:Gem::Version
|
26
|
-
version:
|
26
|
+
version: '0'
|
27
27
|
description: Help handle CSVs in a more efficient way
|
28
28
|
email:
|
29
29
|
- joel.azemar@gmail.com
|