config_gems_initialization_aim 0.1.3 → 0.1.4
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:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 6dad7dacec32bdf31cb03eb86ec2a7f60986767953b7c90bbc0515f4a1d66f58
|
4
|
+
data.tar.gz: aec599506b3d0f353a0aef957fb03dc81619089f09f97123456a3af72170dcea
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 53104b17518e91588920c21b596557fe46fd6b6f88fb7ff525216273306617193d63f107c64e006e4a5f2efdc451788ce594b97582d651ad3f15f31d4fd90c26
|
7
|
+
data.tar.gz: 89e677602b013b5140f3a4373a02950b8fcdfbc949b9187d61bbcaae0529f04cc03b582edb2e06941bf6df5b249ad6ac691de91fc72f599bc36437885dd273c7
|
data/Gemfile.lock
CHANGED
File without changes
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: config_gems_initialization_aim
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.1.
|
4
|
+
version: 0.1.4
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Maxim Kon0pelka
|
@@ -100,9 +100,9 @@ files:
|
|
100
100
|
- lib/config_gems_initialization_aim/railtie.rb
|
101
101
|
- lib/config_gems_initialization_aim/version.rb
|
102
102
|
- lib/tasks/initialize/initialize.rake
|
103
|
-
- lib/tasks/initialize/template/ .overcommit.yml
|
104
103
|
- lib/tasks/initialize/template/.editorconfig
|
105
104
|
- lib/tasks/initialize/template/.gitlab-ci.yml
|
105
|
+
- lib/tasks/initialize/template/.overcommit.yml
|
106
106
|
- lib/tasks/initialize/template/.reek.yml
|
107
107
|
- lib/tasks/initialize/template/.rubocop.yml
|
108
108
|
- vendor/bundle/ruby/2.5.0/bin/code_climate_reek
|