lite-report 1.0.0 → 1.0.1

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: '01200390e3a06669140612cf102393844a3121b27b71905e3df0adcfa275a299'
4
- data.tar.gz: 808ce98ff9635dcd92d59b09eeec9a397b556f2f4d064e5e76c67ff4e99cc282
3
+ metadata.gz: '0858c189821239b020f4c42e74d223a3b49fc96fcc568b6680f0debe9820061a'
4
+ data.tar.gz: 38afa48cdbde551d0ae0bfaafe637908d09cf946a9044847174b848244484f96
5
5
  SHA512:
6
- metadata.gz: 53eb09f4960b0aa89e5cc6391cc86bdb674b115a171414bb88ee45992e4724b0a9c467c2e491beb744177c41f7553bc113ba51cf339a4e2159ea0b9db410071e
7
- data.tar.gz: 99ccc7f5f644d53486843984f3211589ce7bd07a3f738dadbfad1de83020d44f52b971ec50cc1857855b8003be4b81510c16d1f5e7f242ea846e08b120035e1b
6
+ metadata.gz: 492a6ef48c686c1fabde0bc2d75299b2b6a3b279e015f2e6cb11442734d36f06325a22fab35f270c170b65c514e60ea917a7afacbb66d61ba472d23a87403284
7
+ data.tar.gz: cf3a6808e9af66e35bd2ae3c5a7b351610fa7e889a07916ee080ceadc87e370fd430eea88bb576746a5ea0b37a4abd62fac5ce378bc657683037fbced2e62269
data/CHANGELOG.md CHANGED
@@ -5,6 +5,11 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
5
5
  and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
6
6
 
7
7
  ## [Unreleased]
8
+
9
+ ## [1.0.1] - 2019-08-15
10
+ ### Changed
11
+ - Underscore initializer file name
12
+
8
13
  ## [1.0.0] - 2019-07-08
9
14
  ### Added
10
15
  - Initial project version
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- lite-report (1.0.0)
4
+ lite-report (1.0.1)
5
5
  activerecord
6
6
  activerecord-import
7
7
  deep_pluck
@@ -47,7 +47,7 @@ GEM
47
47
  pluck_all (>= 1.2.3)
48
48
  diff-lcs (1.3)
49
49
  erubi (1.8.0)
50
- fasterer (0.5.1)
50
+ fasterer (0.6.0)
51
51
  colorize (~> 0.7)
52
52
  ruby_parser (>= 3.13.0)
53
53
  generator_spec (0.9.4)
@@ -62,7 +62,7 @@ GEM
62
62
  method_source (0.9.2)
63
63
  mini_portile2 (2.4.0)
64
64
  minitest (5.11.3)
65
- nokogiri (1.10.3)
65
+ nokogiri (1.10.4)
66
66
  mini_portile2 (~> 2.4.0)
67
67
  parallel (1.17.0)
68
68
  parser (2.6.3.0)
@@ -75,7 +75,7 @@ GEM
75
75
  rails-dom-testing (2.0.3)
76
76
  activesupport (>= 4.2.0)
77
77
  nokogiri (>= 1.6)
78
- rails-html-sanitizer (1.0.4)
78
+ rails-html-sanitizer (1.2.0)
79
79
  loofah (~> 2.2, >= 2.2.2)
80
80
  railties (5.2.3)
81
81
  actionpack (= 5.2.3)
@@ -84,7 +84,7 @@ GEM
84
84
  rake (>= 0.8.7)
85
85
  thor (>= 0.19.0, < 2.0)
86
86
  rainbow (3.0.0)
87
- rake (12.3.2)
87
+ rake (12.3.3)
88
88
  ransack (2.1.1)
89
89
  actionpack (>= 5.0)
90
90
  activerecord (>= 5.0)
@@ -111,16 +111,16 @@ GEM
111
111
  rspec-mocks (~> 3.8.0)
112
112
  rspec-support (~> 3.8.0)
113
113
  rspec-support (3.8.2)
114
- rubocop (0.72.0)
114
+ rubocop (0.74.0)
115
115
  jaro_winkler (~> 1.5.1)
116
116
  parallel (~> 1.10)
117
117
  parser (>= 2.6)
118
118
  rainbow (>= 2.2.2, < 4.0)
119
119
  ruby-progressbar (~> 1.7)
120
120
  unicode-display_width (>= 1.4.0, < 1.7)
121
- rubocop-performance (1.4.0)
121
+ rubocop-performance (1.4.1)
122
122
  rubocop (>= 0.71.0)
123
- rubocop-rspec (1.33.0)
123
+ rubocop-rspec (1.35.0)
124
124
  rubocop (>= 0.60.0)
125
125
  ruby-progressbar (1.10.1)
126
126
  ruby_parser (3.13.1)
data/README.md CHANGED
@@ -37,7 +37,7 @@ Or install it yourself as:
37
37
  ## Configurations
38
38
 
39
39
  `rails g lite:report:install` will generate the following file:
40
- `../config/initalizers/lite-report.rb`
40
+ `../config/initalizers/lite_report.rb`
41
41
 
42
42
  Place your default configs in this file.
43
43
 
@@ -9,7 +9,7 @@ module Lite
9
9
  source_root File.expand_path('../templates', __FILE__)
10
10
 
11
11
  def copy_initializer_file
12
- copy_file('install.rb', 'config/initializers/lite-report.rb')
12
+ copy_file('install.rb', 'config/initializers/lite_report.rb')
13
13
  end
14
14
 
15
15
  end
@@ -3,7 +3,7 @@
3
3
  module Lite
4
4
  module Report
5
5
 
6
- VERSION ||= '1.0.0'
6
+ VERSION ||= '1.0.1'
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.0
4
+ version: 1.0.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Juan Gomez
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2019-07-08 00:00:00.000000000 Z
11
+ date: 2019-08-15 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: activerecord