onotole 1.2.1 → 1.2.2
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 +4 -4
- data/lib/onotole/add_user_gems/after_install_patch.rb +3 -4
- data/lib/onotole/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 7ea2b3314222aea02ff136c665ef0faf9cf6a45f
|
|
4
|
+
data.tar.gz: d1f4c9f6937b88bbc7061fd8a931104c9ea621f8
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 15ed5373749662f60c96b58d995fe837f7c1e897cc39957a810b2e04d3bb3a4fcfd1b82bb3a7e6dc62a83637ae59292a5a4eca1cad0d37bc56bc2aef9df2ccb1
|
|
7
|
+
data.tar.gz: 3fcb3b9d0e98ab1ffc41540ce2cc9c820315ef116db3511975a1fdf6da550f888032ab1d0811cb60ec9798922b443f57b362ed37841f713e8cb820faa70c7cd7
|
|
@@ -328,12 +328,11 @@ DATA
|
|
|
328
328
|
append_file '.env', 'REDIS_PATH=redis://localhost:6379/0'
|
|
329
329
|
append_file '.env.production', 'REDIS_PATH=redis://localhost:6379/0'
|
|
330
330
|
|
|
331
|
-
|
|
331
|
+
rubocop_conf = <<-DATA
|
|
332
332
|
Style/GlobalVars:
|
|
333
|
-
|
|
334
|
-
- 'config/initializers/redis.rb'
|
|
333
|
+
Enabled: false
|
|
335
334
|
DATA
|
|
336
|
-
File.open('.
|
|
335
|
+
File.open('.rubocop.yml', 'a') { |f| f.write rubocop_conf } if user_choose? :rubocop
|
|
337
336
|
end
|
|
338
337
|
|
|
339
338
|
def after_install_redis_namespace
|
data/lib/onotole/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: onotole
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.2.
|
|
4
|
+
version: 1.2.2
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- kvokka
|
|
@@ -9,7 +9,7 @@ authors:
|
|
|
9
9
|
autorequire:
|
|
10
10
|
bindir: bin
|
|
11
11
|
cert_chain: []
|
|
12
|
-
date: 2016-04-
|
|
12
|
+
date: 2016-04-18 00:00:00.000000000 Z
|
|
13
13
|
dependencies:
|
|
14
14
|
- !ruby/object:Gem::Dependency
|
|
15
15
|
name: bundler
|