csvbuilder-core 0.1.1 → 0.1.2

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: c5fc6c82e5099184154805074c75a48b54fed79c500603a6fb211c599ea15fd7
4
- data.tar.gz: 17af6a8cae6da96fc0cac9ae1b48e1c7893df5a052be3bf489cf4623067eceb6
3
+ metadata.gz: 66d6db396e9e5218f7a22b363d047317e4d2992a38491bc0378b2214b130e27c
4
+ data.tar.gz: 5cbd8d0429b26bf6388ef32673e9e23cfbbb91f71a33952da1f5be8a9982adb9
5
5
  SHA512:
6
- metadata.gz: 6d6ae98216555a452f76ef498582740a8cc53ad02602172e1d4e3bf0f5c9bcbfb38fc9e6f24916b9564c38a329cb7bc59f8faf69fd5d78395e239a5459ac5ba2
7
- data.tar.gz: 177324968c346be874e45406448be5f8c1b7aee2432df569f424f00659b9d3c281eb0550aaa9ed20d402a03aeeb4b4210205ea0ab5266363702982dc8e5721d5
6
+ metadata.gz: c6338d0f2b49f91d63586536abb1f9e021a273ef739925e5dae00350cd4792b8b60ab957bfa7a9bb0a249d156571ee5d00ff115d617caec1a5fa7612632a6cb7
7
+ data.tar.gz: 3999ccceef910ee15c10ab438ef93dcce3dfd7b76c22d86053c6d50b32014dd549dc29e28bc211b250ec6fae36e825fa3e1efafa232e76d7731a49be9ee84e8d
@@ -2,6 +2,6 @@
2
2
 
3
3
  module Csvbuilder
4
4
  module Core
5
- VERSION = "0.1.1"
5
+ VERSION = "0.1.2"
6
6
  end
7
7
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: csvbuilder-core
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.1
4
+ version: 0.1.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Joel Azemar
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2022-12-19 00:00:00.000000000 Z
11
+ date: 2022-12-20 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: activesupport
@@ -16,14 +16,20 @@ dependencies:
16
16
  requirements:
17
17
  - - ">="
18
18
  - !ruby/object:Gem::Version
19
- version: '0'
19
+ version: '5.2'
20
+ - - "<"
21
+ - !ruby/object:Gem::Version
22
+ version: '8'
20
23
  type: :runtime
21
24
  prerelease: false
22
25
  version_requirements: !ruby/object:Gem::Requirement
23
26
  requirements:
24
27
  - - ">="
25
28
  - !ruby/object:Gem::Version
26
- version: '0'
29
+ version: '5.2'
30
+ - - "<"
31
+ - !ruby/object:Gem::Version
32
+ version: '8'
27
33
  description: Help handle CSVs in a more efficient way
28
34
  email:
29
35
  - joel.azemar@gmail.com
@@ -37,7 +43,6 @@ files:
37
43
  - CHANGELOG.md
38
44
  - CODE_OF_CONDUCT.md
39
45
  - Gemfile
40
- - Gemfile.lock
41
46
  - LICENSE.txt
42
47
  - README.md
43
48
  - Rakefile
data/Gemfile.lock DELETED
@@ -1,80 +0,0 @@
1
- PATH
2
- remote: .
3
- specs:
4
- csvbuilder-core (0.1.1)
5
- activesupport
6
-
7
- GEM
8
- remote: https://rubygems.org/
9
- specs:
10
- activesupport (7.0.4)
11
- concurrent-ruby (~> 1.0, >= 1.0.2)
12
- i18n (>= 1.6, < 2)
13
- minitest (>= 5.1)
14
- tzinfo (~> 2.0)
15
- ast (2.4.2)
16
- concurrent-ruby (1.1.10)
17
- diff-lcs (1.5.0)
18
- i18n (1.12.0)
19
- concurrent-ruby (~> 1.0)
20
- json (2.6.3)
21
- minitest (5.16.3)
22
- parallel (1.22.1)
23
- parser (3.1.3.0)
24
- ast (~> 2.4.1)
25
- rainbow (3.1.1)
26
- rake (13.0.6)
27
- regexp_parser (2.6.1)
28
- rexml (3.2.5)
29
- rspec (3.12.0)
30
- rspec-core (~> 3.12.0)
31
- rspec-expectations (~> 3.12.0)
32
- rspec-mocks (~> 3.12.0)
33
- rspec-core (3.12.0)
34
- rspec-support (~> 3.12.0)
35
- rspec-expectations (3.12.0)
36
- diff-lcs (>= 1.2.0, < 2.0)
37
- rspec-support (~> 3.12.0)
38
- rspec-mocks (3.12.0)
39
- diff-lcs (>= 1.2.0, < 2.0)
40
- rspec-support (~> 3.12.0)
41
- rspec-support (3.12.0)
42
- rubocop (1.40.0)
43
- json (~> 2.3)
44
- parallel (~> 1.10)
45
- parser (>= 3.1.2.1)
46
- rainbow (>= 2.2.2, < 4.0)
47
- regexp_parser (>= 1.8, < 3.0)
48
- rexml (>= 3.2.5, < 4.0)
49
- rubocop-ast (>= 1.23.0, < 2.0)
50
- ruby-progressbar (~> 1.7)
51
- unicode-display_width (>= 1.4.0, < 3.0)
52
- rubocop-ast (1.24.0)
53
- parser (>= 3.1.1.0)
54
- rubocop-performance (1.15.1)
55
- rubocop (>= 1.7.0, < 2.0)
56
- rubocop-ast (>= 0.4.0)
57
- rubocop-rake (0.6.0)
58
- rubocop (~> 1.0)
59
- rubocop-rspec (2.16.0)
60
- rubocop (~> 1.33)
61
- ruby-progressbar (1.11.0)
62
- tzinfo (2.0.5)
63
- concurrent-ruby (~> 1.0)
64
- unicode-display_width (2.3.0)
65
-
66
- PLATFORMS
67
- arm64-darwin-21
68
- x86_64-linux
69
-
70
- DEPENDENCIES
71
- csvbuilder-core!
72
- rake
73
- rspec
74
- rubocop
75
- rubocop-performance
76
- rubocop-rake
77
- rubocop-rspec
78
-
79
- BUNDLED WITH
80
- 2.3.22