lite-component 1.1.0 → 1.2.0

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: 2d9bdfa9c79cc9a007b6b1e35c42072dcbbbf6cf319c09b7d69738ef0133f284
4
- data.tar.gz: 790df7f0ced92eec0f4403740ac4e433dc80e11f1f5ab2305d3d2fe935359afd
3
+ metadata.gz: 94fe577f5d86072b350e7397dc6d7025f08a93966806b75d040ba575cc5f8d6a
4
+ data.tar.gz: 8c2ff2ffdb573cdf74178d4bf35a4d6fd006fb330e5a71b8db26632f45fc0aa2
5
5
  SHA512:
6
- metadata.gz: bda36b4310e86b25b3f1f6e57b24a42b8a1eec4afe178bcdcf4886a7bffcd025de9110a15aba00589062c3aacf5ae5294763acccfa70bd2690f8a45229db4196
7
- data.tar.gz: 139d5bd118979cdb4d6ed7edcfe5f5e95e34d517aba028a5ef6bd462fe5955e7a2c36bed6dd7381bd79bba81eb69b95d48d3dbbc65f09eb870d26d9e507b917f
6
+ metadata.gz: 8d62c2c14499a4ca7510cf040f8891c86e8a4e5494f4977828a169e93f56229514dc21916d8d5c1acf192254a8aaf58b1f4acd962970a001d4792821eeb46a3c
7
+ data.tar.gz: 17e6ad40cc126de92f2bdf5550c613451bf780a72c3f7ffe1f37f8e007f6b7313e087a13e1964dfdba3b0be20f85b901d42c0a036961af8608f690c181de013f
data/.rubocop.yml CHANGED
@@ -3,7 +3,7 @@ require:
3
3
  - rubocop-rake
4
4
  - rubocop-rspec
5
5
  AllCops:
6
- TargetRubyVersion: 2.7
6
+ TargetRubyVersion: 3.0
7
7
  DisplayCopNames: true
8
8
  DisplayStyleGuide: true
9
9
  NewCops: enable
@@ -38,6 +38,8 @@ RSpec/ExampleLength:
38
38
  Enabled: false
39
39
  RSpec/MultipleExpectations:
40
40
  Enabled: false
41
+ Style/ArgumentsForwarding:
42
+ Enabled: false
41
43
  Style/Documentation:
42
44
  Enabled: false
43
45
  Style/ExpandPathArguments:
data/CHANGELOG.md CHANGED
@@ -6,6 +6,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
6
6
 
7
7
  ## [Unreleased]
8
8
 
9
+ ## [1.2.0] - 2021-07-19
10
+ ### Added
11
+ - Added Ruby 3.0 support
12
+
9
13
  ## [1.1.0] - 2021-01-20
10
14
  ### Added
11
15
  - Add improved collection rendering
data/Gemfile.lock CHANGED
@@ -1,57 +1,57 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- lite-component (1.1.0)
4
+ lite-component (1.2.0)
5
5
  actionview
6
6
 
7
7
  GEM
8
8
  remote: https://rubygems.org/
9
9
  specs:
10
- actionpack (6.1.1)
11
- actionview (= 6.1.1)
12
- activesupport (= 6.1.1)
10
+ actionpack (6.1.4)
11
+ actionview (= 6.1.4)
12
+ activesupport (= 6.1.4)
13
13
  rack (~> 2.0, >= 2.0.9)
14
14
  rack-test (>= 0.6.3)
15
15
  rails-dom-testing (~> 2.0)
16
16
  rails-html-sanitizer (~> 1.0, >= 1.2.0)
17
- actionview (6.1.1)
18
- activesupport (= 6.1.1)
17
+ actionview (6.1.4)
18
+ activesupport (= 6.1.4)
19
19
  builder (~> 3.1)
20
20
  erubi (~> 1.4)
21
21
  rails-dom-testing (~> 2.0)
22
22
  rails-html-sanitizer (~> 1.1, >= 1.2.0)
23
- activesupport (6.1.1)
23
+ activesupport (6.1.4)
24
24
  concurrent-ruby (~> 1.0, >= 1.0.2)
25
25
  i18n (>= 1.6, < 2)
26
26
  minitest (>= 5.1)
27
27
  tzinfo (~> 2.0)
28
28
  zeitwerk (~> 2.3)
29
- ast (2.4.1)
29
+ ast (2.4.2)
30
30
  builder (3.2.4)
31
31
  colorize (0.8.1)
32
- concurrent-ruby (1.1.8)
32
+ concurrent-ruby (1.1.9)
33
33
  crass (1.0.6)
34
34
  diff-lcs (1.4.4)
35
35
  erubi (1.10.0)
36
- fasterer (0.8.3)
36
+ fasterer (0.9.0)
37
37
  colorize (~> 0.7)
38
38
  ruby_parser (>= 3.14.1)
39
39
  generator_spec (0.9.4)
40
40
  activesupport (>= 3.0.0)
41
41
  railties (>= 3.0.0)
42
- i18n (1.8.7)
42
+ i18n (1.8.10)
43
43
  concurrent-ruby (~> 1.0)
44
- loofah (2.9.0)
44
+ loofah (2.10.0)
45
45
  crass (~> 1.0.2)
46
46
  nokogiri (>= 1.5.9)
47
47
  method_source (1.0.0)
48
- mini_portile2 (2.5.0)
49
- minitest (5.14.3)
50
- nokogiri (1.11.1)
48
+ mini_portile2 (2.5.3)
49
+ minitest (5.14.4)
50
+ nokogiri (1.11.7)
51
51
  mini_portile2 (~> 2.5.0)
52
52
  racc (~> 1.4)
53
53
  parallel (1.20.1)
54
- parser (3.0.0.0)
54
+ parser (3.0.2.0)
55
55
  ast (~> 2.4.1)
56
56
  racc (1.5.2)
57
57
  rack (2.2.3)
@@ -62,16 +62,16 @@ GEM
62
62
  nokogiri (>= 1.6)
63
63
  rails-html-sanitizer (1.3.0)
64
64
  loofah (~> 2.3)
65
- railties (6.1.1)
66
- actionpack (= 6.1.1)
67
- activesupport (= 6.1.1)
65
+ railties (6.1.4)
66
+ actionpack (= 6.1.4)
67
+ activesupport (= 6.1.4)
68
68
  method_source
69
- rake (>= 0.8.7)
69
+ rake (>= 0.13)
70
70
  thor (~> 1.0)
71
71
  rainbow (3.0.0)
72
- rake (13.0.3)
73
- regexp_parser (2.0.3)
74
- rexml (3.2.4)
72
+ rake (13.0.6)
73
+ regexp_parser (2.1.1)
74
+ rexml (3.2.5)
75
75
  rspec (3.10.0)
76
76
  rspec-core (~> 3.10.0)
77
77
  rspec-expectations (~> 3.10.0)
@@ -81,33 +81,33 @@ GEM
81
81
  rspec-expectations (3.10.1)
82
82
  diff-lcs (>= 1.2.0, < 2.0)
83
83
  rspec-support (~> 3.10.0)
84
- rspec-mocks (3.10.1)
84
+ rspec-mocks (3.10.2)
85
85
  diff-lcs (>= 1.2.0, < 2.0)
86
86
  rspec-support (~> 3.10.0)
87
- rspec-support (3.10.1)
88
- rubocop (1.8.1)
87
+ rspec-support (3.10.2)
88
+ rubocop (1.18.3)
89
89
  parallel (~> 1.10)
90
90
  parser (>= 3.0.0.0)
91
91
  rainbow (>= 2.2.2, < 4.0)
92
92
  regexp_parser (>= 1.8, < 3.0)
93
93
  rexml
94
- rubocop-ast (>= 1.2.0, < 2.0)
94
+ rubocop-ast (>= 1.7.0, < 2.0)
95
95
  ruby-progressbar (~> 1.7)
96
96
  unicode-display_width (>= 1.4.0, < 3.0)
97
- rubocop-ast (1.4.0)
98
- parser (>= 2.7.1.5)
99
- rubocop-performance (1.9.2)
100
- rubocop (>= 0.90.0, < 2.0)
97
+ rubocop-ast (1.8.0)
98
+ parser (>= 3.0.1.1)
99
+ rubocop-performance (1.11.4)
100
+ rubocop (>= 1.7.0, < 2.0)
101
101
  rubocop-ast (>= 0.4.0)
102
- rubocop-rake (0.5.1)
103
- rubocop
104
- rubocop-rspec (2.1.0)
102
+ rubocop-rake (0.6.0)
103
+ rubocop (~> 1.0)
104
+ rubocop-rspec (2.4.0)
105
105
  rubocop (~> 1.0)
106
106
  rubocop-ast (>= 1.1.0)
107
107
  ruby-progressbar (1.11.0)
108
- ruby_parser (3.15.1)
109
- sexp_processor (~> 4.9)
110
- sexp_processor (4.15.2)
108
+ ruby_parser (3.16.0)
109
+ sexp_processor (~> 4.15, >= 4.15.1)
110
+ sexp_processor (4.15.3)
111
111
  thor (1.1.0)
112
112
  tzinfo (2.0.4)
113
113
  concurrent-ruby (~> 1.0)
@@ -130,4 +130,4 @@ DEPENDENCIES
130
130
  rubocop-rspec
131
131
 
132
132
  BUNDLED WITH
133
- 2.1.4
133
+ 2.2.24
@@ -3,7 +3,7 @@
3
3
  module Lite
4
4
  module Component
5
5
 
6
- VERSION ||= '1.1.0'
6
+ VERSION = '1.2.0'
7
7
 
8
8
  end
9
9
  end
@@ -25,7 +25,7 @@ Gem::Specification.new do |spec|
25
25
  )
26
26
  else
27
27
  raise 'RubyGems 2.0 or newer is required to protect against ' \
28
- 'public gem pushes.'
28
+ 'public gem pushes.'
29
29
  end
30
30
 
31
31
  # Specify which files should be added to the gem when it is released.
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: lite-component
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.1.0
4
+ version: 1.2.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Juan Gomez
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2021-01-21 00:00:00.000000000 Z
11
+ date: 2021-07-20 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: actionview
@@ -204,7 +204,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
204
204
  - !ruby/object:Gem::Version
205
205
  version: '0'
206
206
  requirements: []
207
- rubygems_version: 3.2.5
207
+ rubygems_version: 3.2.24
208
208
  signing_key:
209
209
  specification_version: 4
210
210
  summary: Generate component from collections of data points