rails_apps_composer 3.1.20 → 3.1.21
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/recipes/extras.rb +1 -1
- data/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: 9a5adceeb07451c8064f5fcd8d848aad4654e72c
|
|
4
|
+
data.tar.gz: cd5ad536467bef0eeff028d87d268aa4c862b7c1
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 81d1f7f584b9c07749df21321dee4394122ed6d11704899b2e796422b13184873ed99d1d5b35b0dd54be1b3461d7867678bcc376b3b3db3c1d4d8507631a1545
|
|
7
|
+
data.tar.gz: 493b657436a6c09723347f842bf5a721f58d05cecfdeff62f90ec1cc1468ae796dc89e5df3e78f6864e23172322001bf513b68ec1994484b8890827f4505fe12
|
data/recipes/extras.rb
CHANGED
|
@@ -119,7 +119,7 @@ stage_four do
|
|
|
119
119
|
remove_file 'config/railscomposer.yml'
|
|
120
120
|
# remove commented lines and multiple blank lines from Gemfile
|
|
121
121
|
# thanks to https://github.com/perfectline/template-bucket/blob/master/cleanup.rb
|
|
122
|
-
gsub_file 'Gemfile',
|
|
122
|
+
gsub_file 'Gemfile', /#\s.*\n/, "\n"
|
|
123
123
|
gsub_file 'Gemfile', /\n^\s*\n/, "\n"
|
|
124
124
|
remove_file 'Gemfile.lock'
|
|
125
125
|
# remove commented lines and multiple blank lines from config/routes.rb
|
data/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: rails_apps_composer
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 3.1.
|
|
4
|
+
version: 3.1.21
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Daniel Kehoe
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date:
|
|
11
|
+
date: 2017-01-07 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: i18n
|