lite-archive 1.0.2 → 1.0.3

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: 6ae94a3221795e257a1006b97f1767d323e6ab228d8db1e96f058aa7543c7bfb
4
- data.tar.gz: 0e32473ec68a788d6b97140e5ca38c70b5bc41f80f64afc63b76cf771b551aff
3
+ metadata.gz: d2a6f55bd7fd94f308b8855e5b5dd2ae4e0ba77e91699906311377f7a48d15e4
4
+ data.tar.gz: 0d840ca115ece5771e947b05a941a596952d0702232a3cfe828667df04e9a756
5
5
  SHA512:
6
- metadata.gz: 5433996f33421d704bcf3d38edf9f80569166a2d792247e099e279b1bf62269471a4f47f59246cf5dd003f4b06cd7baf19d26c04b9ad1fc20cd85a7fbf78cc8a
7
- data.tar.gz: 27823bf54b46c332963f8a1d768742bb4c2f570112312e2aeca268bc1735c3003867b08077cc22c98700a7ed62c031bb87cc63a4607a6cf6857ce7d0bf26c192
6
+ metadata.gz: c6c1f09b6d9a0dd39a2ac7857c7d04812d6950c7d1598bf757159f3b20a97da7b0c64ae238bc716beae1f6109d55a1763feffc6f0105caf54838b2f4166e75c7
7
+ data.tar.gz: 5b4e52ed02b3ccd5a97289f7245179ad02ff708f4b5b3f550318810dd8a42b9fe361776430c1e292833b9398e455fc202ea8faf5dcb066c2a99f898ca1a20921
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.3] - 2019-08-15
10
+ ### Changed
11
+ - Underscore initializer file name
12
+
8
13
  ## [1.0.2] - 2019-07-08
9
14
  ### Added
10
15
  - Require rails/railtie in railtie
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- lite-archive (1.0.2)
4
+ lite-archive (1.0.3)
5
5
  activerecord
6
6
  activesupport
7
7
 
@@ -41,7 +41,7 @@ GEM
41
41
  database_cleaner (1.7.0)
42
42
  diff-lcs (1.3)
43
43
  erubi (1.8.0)
44
- fasterer (0.5.1)
44
+ fasterer (0.6.0)
45
45
  colorize (~> 0.7)
46
46
  ruby_parser (>= 3.13.0)
47
47
  generator_spec (0.9.4)
@@ -56,7 +56,7 @@ GEM
56
56
  method_source (0.9.2)
57
57
  mini_portile2 (2.4.0)
58
58
  minitest (5.11.3)
59
- nokogiri (1.10.3)
59
+ nokogiri (1.10.4)
60
60
  mini_portile2 (~> 2.4.0)
61
61
  parallel (1.17.0)
62
62
  parser (2.6.3.0)
@@ -67,7 +67,7 @@ GEM
67
67
  rails-dom-testing (2.0.3)
68
68
  activesupport (>= 4.2.0)
69
69
  nokogiri (>= 1.6)
70
- rails-html-sanitizer (1.0.4)
70
+ rails-html-sanitizer (1.2.0)
71
71
  loofah (~> 2.2, >= 2.2.2)
72
72
  railties (5.2.3)
73
73
  actionpack (= 5.2.3)
@@ -76,7 +76,7 @@ GEM
76
76
  rake (>= 0.8.7)
77
77
  thor (>= 0.19.0, < 2.0)
78
78
  rainbow (3.0.0)
79
- rake (12.3.2)
79
+ rake (12.3.3)
80
80
  rspec (3.8.0)
81
81
  rspec-core (~> 3.8.0)
82
82
  rspec-expectations (~> 3.8.0)
@@ -98,16 +98,16 @@ GEM
98
98
  rspec-mocks (~> 3.8.0)
99
99
  rspec-support (~> 3.8.0)
100
100
  rspec-support (3.8.2)
101
- rubocop (0.72.0)
101
+ rubocop (0.74.0)
102
102
  jaro_winkler (~> 1.5.1)
103
103
  parallel (~> 1.10)
104
104
  parser (>= 2.6)
105
105
  rainbow (>= 2.2.2, < 4.0)
106
106
  ruby-progressbar (~> 1.7)
107
107
  unicode-display_width (>= 1.4.0, < 1.7)
108
- rubocop-performance (1.4.0)
108
+ rubocop-performance (1.4.1)
109
109
  rubocop (>= 0.71.0)
110
- rubocop-rspec (1.33.0)
110
+ rubocop-rspec (1.35.0)
111
111
  rubocop (>= 0.60.0)
112
112
  ruby-progressbar (1.10.1)
113
113
  ruby_parser (3.13.1)
data/README.md CHANGED
@@ -35,7 +35,7 @@ Or install it yourself as:
35
35
  ## Configurations
36
36
 
37
37
  `rails g lite:archive:install` will generate the following file:
38
- `../config/initalizers/lite-archive.rb`
38
+ `../config/initalizers/lite_archive.rb`
39
39
 
40
40
  ```ruby
41
41
  Lite::Archive.configure do |config|
@@ -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-archive.rb')
12
+ copy_file('install.rb', 'config/initializers/lite_archive.rb')
13
13
  end
14
14
 
15
15
  end
@@ -3,7 +3,7 @@
3
3
  module Lite
4
4
  module Archive
5
5
 
6
- VERSION ||= '1.0.2'
6
+ VERSION ||= '1.0.3'
7
7
 
8
8
  end
9
9
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: lite-archive
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.2
4
+ version: 1.0.3
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