lite-uxid 1.0.3 → 1.0.4

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: f097d6940ba5a48c1e0abc585373595a1445cca093efb20f8e1043a1d68befb0
4
- data.tar.gz: 55883b58633a5cdf3e01e5cd85d3c8ede048b43ac73c3fa7706e49ddf81c816d
3
+ metadata.gz: 5ecf8afce18e8eec2bc9344e2055cf5892121d81b1400f93e0571064d4fd1a32
4
+ data.tar.gz: ec3057fa0e7f062a943076c90148a6a73390e9213aa7fc9be74ea0c9ceb981a2
5
5
  SHA512:
6
- metadata.gz: f0a0f82a7509fb845d5a86c0f52fe8ce7138fa602203dc7a0296d98325787e8f9aa2feecfb2edd839ef41605d23e81d6072b36e53c27d3fb0ef47f5a172fcc82
7
- data.tar.gz: 85bda358c26cd64b5a9b2d1e994543eca653250748a4df35a22428daf973041dc63654ac5fd7d046108248c7da61727ca579b9ace9b2556c5d014a4f0c85ac90
6
+ metadata.gz: e9b853fb213850e98c7f0f6671a37d3fe0f9b1dc6a087adb2c2931b1181106557fc2b9c381fbc4dc4ae1ef963ef4f1d994d34fd2f75141a7765bddc87aa86b84
7
+ data.tar.gz: 0fc7f898fdf5b41c9d7db9737660c66cf31854b0ed9c32c3ed7c9f76edcc6a3268cf756b1d9f1fa1c5c8183ab807cb7f170cc80465ac553e7088994abff9a246
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.0.4] - 2019-08-15
10
+ ### Changed
11
+ - Underscore initializer file name
12
+
9
13
  ## [1.0.3] - 2019-07-31
10
14
  ### Added
11
15
  - Added benchmarks
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- lite-uxid (1.0.3)
4
+ lite-uxid (1.0.4)
5
5
 
6
6
  GEM
7
7
  remote: https://rubygems.org/
@@ -54,7 +54,7 @@ GEM
54
54
  method_source (0.9.2)
55
55
  mini_portile2 (2.4.0)
56
56
  minitest (5.11.3)
57
- nokogiri (1.10.3)
57
+ nokogiri (1.10.4)
58
58
  mini_portile2 (~> 2.4.0)
59
59
  parallel (1.17.0)
60
60
  parser (2.6.3.0)
@@ -65,7 +65,7 @@ GEM
65
65
  rails-dom-testing (2.0.3)
66
66
  activesupport (>= 4.2.0)
67
67
  nokogiri (>= 1.6)
68
- rails-html-sanitizer (1.0.4)
68
+ rails-html-sanitizer (1.2.0)
69
69
  loofah (~> 2.2, >= 2.2.2)
70
70
  railties (5.2.3)
71
71
  actionpack (= 5.2.3)
@@ -88,7 +88,7 @@ GEM
88
88
  diff-lcs (>= 1.2.0, < 2.0)
89
89
  rspec-support (~> 3.8.0)
90
90
  rspec-support (3.8.2)
91
- rubocop (0.73.0)
91
+ rubocop (0.74.0)
92
92
  jaro_winkler (~> 1.5.1)
93
93
  parallel (~> 1.10)
94
94
  parser (>= 2.6)
@@ -97,7 +97,7 @@ GEM
97
97
  unicode-display_width (>= 1.4.0, < 1.7)
98
98
  rubocop-performance (1.4.1)
99
99
  rubocop (>= 0.71.0)
100
- rubocop-rspec (1.34.0)
100
+ rubocop-rspec (1.35.0)
101
101
  rubocop (>= 0.60.0)
102
102
  ruby-progressbar (1.10.1)
103
103
  ruby_parser (3.13.1)
data/README.md CHANGED
@@ -37,7 +37,7 @@ Or install it yourself as:
37
37
  ## Configuration
38
38
 
39
39
  `rails g lite:uxid:install` will generate the following file:
40
- `../config/initalizers/lite-uxid.rb`
40
+ `../config/initalizers/lite_uxid.rb`
41
41
 
42
42
  ```ruby
43
43
  Lite::Uxid.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-uxid.rb')
12
+ copy_file('install.rb', 'config/initializers/lite_uxid.rb')
13
13
  end
14
14
 
15
15
  end
@@ -3,7 +3,7 @@
3
3
  module Lite
4
4
  module Uxid
5
5
 
6
- VERSION ||= '1.0.3'
6
+ VERSION ||= '1.0.4'
7
7
 
8
8
  end
9
9
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: lite-uxid
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.3
4
+ version: 1.0.4
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-31 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