csvbuilder-core 0.1.0 → 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: 6fedadf90c335d82df4347aa2a392fe4f56a62edd1b0393eebb2bd45890f5258
4
- data.tar.gz: 9a48a9988939ff7b250094d8753809c2fe087d4275eda6d0fd211129fc98983b
3
+ metadata.gz: 66d6db396e9e5218f7a22b363d047317e4d2992a38491bc0378b2214b130e27c
4
+ data.tar.gz: 5cbd8d0429b26bf6388ef32673e9e23cfbbb91f71a33952da1f5be8a9982adb9
5
5
  SHA512:
6
- metadata.gz: e3294efe3fc87cc1587cb847c5e10d855ea7c1823d88100b4ec950847d67e5f0c12d8df35fc8a0a2831b2f54c91206063cc5e5cc7d602039bd012d669c3fd288
7
- data.tar.gz: 502e564b3cce9c62c8092c4642328aaee0761557a0f4f8d32731e900106d3566281150d56751a2c881b672b5648dcce7db243a5cf94bea5b4a98161948f6f1db
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.0"
5
+ VERSION = "0.1.2"
6
6
  end
7
7
  end
metadata CHANGED
@@ -1,29 +1,35 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: csvbuilder-core
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
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
15
15
  requirement: !ruby/object:Gem::Requirement
16
16
  requirements:
17
- - - '='
17
+ - - ">="
18
18
  - !ruby/object:Gem::Version
19
- version: 5.2.8.1
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
+ - - ">="
28
+ - !ruby/object:Gem::Version
29
+ version: '5.2'
30
+ - - "<"
25
31
  - !ruby/object:Gem::Version
26
- version: 5.2.8.1
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,81 +0,0 @@
1
- PATH
2
- remote: .
3
- specs:
4
- csvbuilder-core (0.1.0)
5
- activesupport (= 5.2.8.1)
6
-
7
- GEM
8
- remote: https://rubygems.org/
9
- specs:
10
- activesupport (5.2.8.1)
11
- concurrent-ruby (~> 1.0, >= 1.0.2)
12
- i18n (>= 0.7, < 2)
13
- minitest (~> 5.1)
14
- tzinfo (~> 1.1)
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
- thread_safe (0.3.6)
63
- tzinfo (1.2.10)
64
- thread_safe (~> 0.1)
65
- unicode-display_width (2.3.0)
66
-
67
- PLATFORMS
68
- arm64-darwin-21
69
- x86_64-linux
70
-
71
- DEPENDENCIES
72
- csvbuilder-core!
73
- rake
74
- rspec
75
- rubocop
76
- rubocop-performance
77
- rubocop-rake
78
- rubocop-rspec
79
-
80
- BUNDLED WITH
81
- 2.3.22