lite-report 1.0.5 → 1.0.6

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: e19a104989a720b33c1d0be498695c26352a0a607d8a2c89af66705958398ed1
4
- data.tar.gz: 2df858892aff83bad0042f486e4d9501b7a7ef5886c9139b5496c0c9ac37af73
3
+ metadata.gz: b94708f3ef60f8780c0444e9ea75767073b8c6e93ca3ec2259d3d9fab20f4e3f
4
+ data.tar.gz: c47f0fcc4a55fd85b52d479fab6b79f66c49ef7644fbd2eca93e1638142e2437
5
5
  SHA512:
6
- metadata.gz: 153acef279ba609c0b02f30b0651fb5c085231dbc22d713499ffd38b254d0881821060bbe02947eadf2f1f2b853ca002e998460bb918a4fccd9bc60484261a97
7
- data.tar.gz: 6001668ff0e2751a674abaec2331ba43f9aec2eda280ac66b5c40c7f234fcb2f505c0ec1b4d7f9e72f2add92c1469aa6622bf959aee89f558e9596c1310ec227
6
+ metadata.gz: ec0aaa4561df1d5ed44c48897aefc7580769936e6ece768679321c8208d43b1def9308982e9f3320b040bed9d2a98c5641ae8e381524c2b1a8d7c3e7a7b1eda4
7
+ data.tar.gz: 278459ea22c634e0e38222af6b55031a4d02ed7831eb1f67ac625a136ee88e4e9543990c6b67266451e4f22928a29e76df81f4b4ca28c1a1f621ed9f1adbc9b7
@@ -6,6 +6,8 @@ AllCops:
6
6
  NewCops: enable
7
7
  DisplayCopNames: true
8
8
  DisplayStyleGuide: true
9
+ Gemspec/RequiredRubyVersion:
10
+ Enabled: false
9
11
  Layout/EmptyLinesAroundAttributeAccessor:
10
12
  Enabled: true
11
13
  Layout/EmptyLinesAroundBlockBody:
@@ -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.0.6] - 2020-10-10
10
+ ### Added
11
+ - Added improved Ruby 2.7 support
12
+
9
13
  ## [1.0.5] - 2020-07-03
10
14
  ### Added
11
15
  - Added Ruby 2.7 support
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- lite-report (1.0.5)
4
+ lite-report (1.0.6)
5
5
  activerecord
6
6
  activerecord-import
7
7
  deep_pluck
@@ -9,27 +9,27 @@ PATH
9
9
  GEM
10
10
  remote: https://rubygems.org/
11
11
  specs:
12
- actionpack (6.0.3.2)
13
- actionview (= 6.0.3.2)
14
- activesupport (= 6.0.3.2)
12
+ actionpack (6.0.3.4)
13
+ actionview (= 6.0.3.4)
14
+ activesupport (= 6.0.3.4)
15
15
  rack (~> 2.0, >= 2.0.8)
16
16
  rack-test (>= 0.6.3)
17
17
  rails-dom-testing (~> 2.0)
18
18
  rails-html-sanitizer (~> 1.0, >= 1.2.0)
19
- actionview (6.0.3.2)
20
- activesupport (= 6.0.3.2)
19
+ actionview (6.0.3.4)
20
+ activesupport (= 6.0.3.4)
21
21
  builder (~> 3.1)
22
22
  erubi (~> 1.4)
23
23
  rails-dom-testing (~> 2.0)
24
24
  rails-html-sanitizer (~> 1.1, >= 1.2.0)
25
- activemodel (6.0.3.2)
26
- activesupport (= 6.0.3.2)
27
- activerecord (6.0.3.2)
28
- activemodel (= 6.0.3.2)
29
- activesupport (= 6.0.3.2)
30
- activerecord-import (1.0.5)
25
+ activemodel (6.0.3.4)
26
+ activesupport (= 6.0.3.4)
27
+ activerecord (6.0.3.4)
28
+ activemodel (= 6.0.3.4)
29
+ activesupport (= 6.0.3.4)
30
+ activerecord-import (1.0.6)
31
31
  activerecord (>= 3.2)
32
- activesupport (6.0.3.2)
32
+ activesupport (6.0.3.4)
33
33
  concurrent-ruby (~> 1.0, >= 1.0.2)
34
34
  i18n (>= 0.7, < 2)
35
35
  minitest (~> 5.1)
@@ -38,7 +38,7 @@ GEM
38
38
  ast (2.4.1)
39
39
  builder (3.2.4)
40
40
  colorize (0.8.1)
41
- concurrent-ruby (1.1.6)
41
+ concurrent-ruby (1.1.7)
42
42
  crass (1.0.6)
43
43
  database_cleaner (1.8.5)
44
44
  deep_pluck (1.1.4)
@@ -53,18 +53,18 @@ GEM
53
53
  generator_spec (0.9.4)
54
54
  activesupport (>= 3.0.0)
55
55
  railties (>= 3.0.0)
56
- i18n (1.8.3)
56
+ i18n (1.8.5)
57
57
  concurrent-ruby (~> 1.0)
58
- loofah (2.6.0)
58
+ loofah (2.7.0)
59
59
  crass (~> 1.0.2)
60
60
  nokogiri (>= 1.5.9)
61
61
  method_source (1.0.0)
62
62
  mini_portile2 (2.4.0)
63
- minitest (5.14.1)
64
- nokogiri (1.10.9)
63
+ minitest (5.14.2)
64
+ nokogiri (1.10.10)
65
65
  mini_portile2 (~> 2.4.0)
66
66
  parallel (1.19.2)
67
- parser (2.7.1.4)
67
+ parser (2.7.2.0)
68
68
  ast (~> 2.4.1)
69
69
  pluck_all (2.0.4)
70
70
  activesupport (>= 3.0.0)
@@ -80,9 +80,9 @@ GEM
80
80
  loofah (~> 2.3)
81
81
  rails_compatibility (0.0.2)
82
82
  activerecord (>= 3)
83
- railties (6.0.3.2)
84
- actionpack (= 6.0.3.2)
85
- activesupport (= 6.0.3.2)
83
+ railties (6.0.3.4)
84
+ actionpack (= 6.0.3.4)
85
+ activesupport (= 6.0.3.4)
86
86
  method_source
87
87
  rake (>= 0.8.7)
88
88
  thor (>= 0.20.3, < 2.0)
@@ -93,13 +93,13 @@ GEM
93
93
  activesupport (>= 5.2.1)
94
94
  i18n
95
95
  polyamorous (= 2.3.2)
96
- regexp_parser (1.7.1)
96
+ regexp_parser (1.8.1)
97
97
  rexml (3.2.4)
98
98
  rspec (3.9.0)
99
99
  rspec-core (~> 3.9.0)
100
100
  rspec-expectations (~> 3.9.0)
101
101
  rspec-mocks (~> 3.9.0)
102
- rspec-core (3.9.2)
102
+ rspec-core (3.9.3)
103
103
  rspec-support (~> 3.9.3)
104
104
  rspec-expectations (3.9.2)
105
105
  diff-lcs (>= 1.2.0, < 2.0)
@@ -116,32 +116,33 @@ GEM
116
116
  rspec-mocks (~> 3.9)
117
117
  rspec-support (~> 3.9)
118
118
  rspec-support (3.9.3)
119
- rubocop (0.86.0)
119
+ rubocop (0.93.0)
120
120
  parallel (~> 1.10)
121
- parser (>= 2.7.0.1)
121
+ parser (>= 2.7.1.5)
122
122
  rainbow (>= 2.2.2, < 4.0)
123
- regexp_parser (>= 1.7)
123
+ regexp_parser (>= 1.8)
124
124
  rexml
125
- rubocop-ast (>= 0.0.3, < 1.0)
125
+ rubocop-ast (>= 0.6.0)
126
126
  ruby-progressbar (~> 1.7)
127
127
  unicode-display_width (>= 1.4.0, < 2.0)
128
- rubocop-ast (0.1.0)
129
- parser (>= 2.7.0.1)
130
- rubocop-performance (1.6.1)
131
- rubocop (>= 0.71.0)
132
- rubocop-rspec (1.41.0)
133
- rubocop (>= 0.68.1)
128
+ rubocop-ast (0.7.1)
129
+ parser (>= 2.7.1.5)
130
+ rubocop-performance (1.8.1)
131
+ rubocop (>= 0.87.0)
132
+ rubocop-ast (>= 0.4.0)
133
+ rubocop-rspec (1.43.2)
134
+ rubocop (~> 0.87)
134
135
  ruby-progressbar (1.10.1)
135
- ruby_parser (3.14.2)
136
+ ruby_parser (3.15.0)
136
137
  sexp_processor (~> 4.9)
137
- sexp_processor (4.15.0)
138
+ sexp_processor (4.15.1)
138
139
  sqlite3 (1.4.2)
139
140
  thor (1.0.1)
140
141
  thread_safe (0.3.6)
141
142
  tzinfo (1.2.7)
142
143
  thread_safe (~> 0.1)
143
144
  unicode-display_width (1.7.0)
144
- zeitwerk (2.3.1)
145
+ zeitwerk (2.4.0)
145
146
 
146
147
  PLATFORMS
147
148
  ruby
@@ -18,7 +18,7 @@ class Lite::Report::Record < Lite::Report::Base
18
18
  @data = Lite::Report::Hash.import(@data, csv_options: @csv_options, data_options: @data_options)
19
19
  .each { |row| row.delete(:id) || row.delete('id') }
20
20
 
21
- klass.import(@data, @import_options)
21
+ klass.import(@data, **@import_options)
22
22
  end
23
23
 
24
24
  private
@@ -3,7 +3,7 @@
3
3
  module Lite
4
4
  module Report
5
5
 
6
- VERSION ||= '1.0.5'
6
+ VERSION ||= '1.0.6'
7
7
 
8
8
  end
9
9
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: lite-report
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.5
4
+ version: 1.0.6
5
5
  platform: ruby
6
6
  authors:
7
7
  - Juan Gomez
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2020-07-03 00:00:00.000000000 Z
11
+ date: 2020-10-11 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: activerecord