decombobulate 0.1.2 → 0.1.3

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: a59dbe52a60fb02fb778321ca0c94e0f1f0f9dcb398b9ae4eb99d742b796ec84
4
- data.tar.gz: 398be19030a30753ee0edbbcd903eee8db90052c149b0867c64759eb1730f273
3
+ metadata.gz: 153e6f51eadf84455fdd682c8c6eb3fb986f9dfafaa833f3c60e0e491a08fc94
4
+ data.tar.gz: '08e60c60fab9867131aa075177bdd7e470e628804ab51232a1a4bc259844c6ca'
5
5
  SHA512:
6
- metadata.gz: 35ff913019ae6af28e0dd76cfb70510318fd3e2dc62a696d8ebf47308ba19d097f33e1a05af4c9875e8067ed1b2214c3609d6227e12c60c1d47840c663a93f87
7
- data.tar.gz: 63531351bf5c51a5620439a6427a050f78bc541cf8cedf296d6018f92d5bdf9374673a9de39e220919ccb57a88ae1386b6691a3ca1df6050750ffe4d4f1b40d5
6
+ metadata.gz: 7ae3eba70539c1d56e98c69e190f1eeb6e4c726dcb3c0a2f390e80c163ef6cb95010bc04908b3fd274d3481de89e271db2f71bd8d14c0d697b13deaa201636a0
7
+ data.tar.gz: a32b6a3f54a1afb2b939470ed1b33cf29cf04b32c4f5955552e508a512d76a24832d6f7781e8c5b86c9d06839cbed7009bc9d3d16af76eab36b9555d7faed7f2
data/Gemfile.lock CHANGED
@@ -1,11 +1,24 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- decombobulate (0.1.1)
4
+ decombobulate (0.1.3)
5
5
 
6
6
  GEM
7
7
  remote: https://rubygems.org/
8
8
  specs:
9
+ actionpack (7.0.7)
10
+ actionview (= 7.0.7)
11
+ activesupport (= 7.0.7)
12
+ rack (~> 2.0, >= 2.2.4)
13
+ rack-test (>= 0.6.3)
14
+ rails-dom-testing (~> 2.0)
15
+ rails-html-sanitizer (~> 1.0, >= 1.2.0)
16
+ actionview (7.0.7)
17
+ activesupport (= 7.0.7)
18
+ builder (~> 3.1)
19
+ erubi (~> 1.4)
20
+ rails-dom-testing (~> 2.0)
21
+ rails-html-sanitizer (~> 1.1, >= 1.2.0)
9
22
  activesupport (7.0.7)
10
23
  concurrent-ruby (~> 1.0, >= 1.0.2)
11
24
  i18n (>= 1.6, < 2)
@@ -13,18 +26,45 @@ GEM
13
26
  tzinfo (~> 2.0)
14
27
  ast (2.4.2)
15
28
  base64 (0.1.1)
29
+ builder (3.2.4)
16
30
  concurrent-ruby (1.2.2)
31
+ crass (1.0.6)
32
+ erubi (1.12.0)
17
33
  i18n (1.14.1)
18
34
  concurrent-ruby (~> 1.0)
19
35
  json (2.6.3)
20
36
  language_server-protocol (3.17.0.3)
37
+ loofah (2.21.3)
38
+ crass (~> 1.0.2)
39
+ nokogiri (>= 1.12.0)
40
+ method_source (1.0.0)
21
41
  minitest (5.19.0)
42
+ nokogiri (1.15.4-arm64-darwin)
43
+ racc (~> 1.4)
44
+ nokogiri (1.15.4-x86_64-linux)
45
+ racc (~> 1.4)
22
46
  parallel (1.23.0)
23
47
  parser (3.2.2.3)
24
48
  ast (~> 2.4.1)
25
49
  racc
26
50
  racc (1.7.1)
27
- rack (3.0.8)
51
+ rack (2.2.8)
52
+ rack-test (2.1.0)
53
+ rack (>= 1.3)
54
+ rails-dom-testing (2.2.0)
55
+ activesupport (>= 5.0.0)
56
+ minitest
57
+ nokogiri (>= 1.6)
58
+ rails-html-sanitizer (1.6.0)
59
+ loofah (~> 2.21)
60
+ nokogiri (~> 1.14)
61
+ railties (7.0.7)
62
+ actionpack (= 7.0.7)
63
+ activesupport (= 7.0.7)
64
+ method_source
65
+ rake (>= 12.2)
66
+ thor (~> 1.0)
67
+ zeitwerk (~> 2.5)
28
68
  rainbow (3.1.1)
29
69
  rake (13.0.6)
30
70
  regexp_parser (2.8.1)
@@ -43,6 +83,12 @@ GEM
43
83
  unicode-display_width (>= 2.4.0, < 3.0)
44
84
  rubocop-ast (1.29.0)
45
85
  parser (>= 3.2.1.0)
86
+ rubocop-md (1.2.0)
87
+ rubocop (>= 1.0)
88
+ rubocop-minitest (0.31.0)
89
+ rubocop (>= 1.39, < 2.0)
90
+ rubocop-packaging (0.5.2)
91
+ rubocop (>= 1.33, < 2.0)
46
92
  rubocop-performance (1.19.0)
47
93
  rubocop (>= 1.7.0, < 2.0)
48
94
  rubocop-ast (>= 0.4.0)
@@ -50,13 +96,25 @@ GEM
50
96
  activesupport (>= 4.2.0)
51
97
  rack (>= 1.1)
52
98
  rubocop (>= 1.33.0, < 2.0)
99
+ rubocop-rails_config (1.13.0)
100
+ railties (>= 5.0)
101
+ rubocop (>= 1.48.0)
102
+ rubocop-ast (>= 1.26.0)
103
+ rubocop-md
104
+ rubocop-minitest (~> 0.22)
105
+ rubocop-packaging (~> 0.5)
106
+ rubocop-performance (~> 1.11)
107
+ rubocop-rails (~> 2.0)
53
108
  ruby-progressbar (1.13.0)
109
+ thor (1.2.2)
54
110
  tzinfo (2.0.6)
55
111
  concurrent-ruby (~> 1.0)
56
112
  unicode-display_width (2.4.2)
113
+ zeitwerk (2.6.11)
57
114
 
58
115
  PLATFORMS
59
116
  arm64-darwin-22
117
+ x86_64-linux
60
118
 
61
119
  DEPENDENCIES
62
120
  decombobulate!
@@ -65,6 +123,7 @@ DEPENDENCIES
65
123
  rubocop (~> 1.21)
66
124
  rubocop-performance
67
125
  rubocop-rails
126
+ rubocop-rails_config
68
127
 
69
128
  BUNDLED WITH
70
129
  2.4.9
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  class Decombobulate
4
- VERSION = "0.1.2"
4
+ VERSION = "0.1.3"
5
5
  end
data/lib/decombobulate.rb CHANGED
@@ -1,8 +1,8 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  require_relative "decombobulate/version"
4
- require "JSON"
5
- require "CSV"
4
+ require "json"
5
+ require "csv"
6
6
 
7
7
  class Decombobulate
8
8
  class Error < StandardError; end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: decombobulate
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.2
4
+ version: 0.1.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Christopher Guess
@@ -52,6 +52,20 @@ dependencies:
52
52
  - - ">="
53
53
  - !ruby/object:Gem::Version
54
54
  version: '0'
55
+ - !ruby/object:Gem::Dependency
56
+ name: rubocop-rails_config
57
+ requirement: !ruby/object:Gem::Requirement
58
+ requirements:
59
+ - - ">="
60
+ - !ruby/object:Gem::Version
61
+ version: '0'
62
+ type: :development
63
+ prerelease: false
64
+ version_requirements: !ruby/object:Gem::Requirement
65
+ requirements:
66
+ - - ">="
67
+ - !ruby/object:Gem::Version
68
+ version: '0'
55
69
  description: Convert JSON structures to CSVs
56
70
  email:
57
71
  - cguess@gmail.com
@@ -85,7 +99,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
85
99
  requirements:
86
100
  - - ">="
87
101
  - !ruby/object:Gem::Version
88
- version: 2.6.0
102
+ version: 2.7.0
89
103
  required_rubygems_version: !ruby/object:Gem::Requirement
90
104
  requirements:
91
105
  - - ">="