disco_app 0.7.2 → 0.8.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/disco_app/version.rb +1 -1
- data/lib/generators/disco_app/disco_app_generator.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: dc1e57d128bac6663099cc88778e3052dc0db98ef4e1fe7e127a3e9230cd4650
|
4
|
+
data.tar.gz: 69503df6f17cd112e9ab0da81be8c979187132fea45fbd85ce82eb2c4fcf6c3d
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 649298613a1a2a9725d502772a740b2938a8758594fe83e3c42e4b3d1e5de7a6db17989574fe44d98d1efc78f8c53317292f1ef0a10152919332e0789febf1af
|
7
|
+
data.tar.gz: 0e25dcfc15665c681de8e2acd177819f8f90dbe2e4a81575989a63ef4ea51a93294c768594b032fac8cccfbf706122b151e0c2ae61803a010436e2faf56df730
|
data/lib/disco_app/version.rb
CHANGED
@@ -163,7 +163,7 @@ class DiscoAppGenerator < Rails::Generators::Base
|
|
163
163
|
# This should be the last operation, to allow all other operations to run in the initial Ruby version.
|
164
164
|
def set_ruby_version
|
165
165
|
copy_file 'root/.ruby-version', '.ruby-version'
|
166
|
-
prepend_to_file 'Gemfile', "ruby '2.
|
166
|
+
prepend_to_file 'Gemfile', "ruby '2.3.0'\n"
|
167
167
|
end
|
168
168
|
|
169
169
|
end
|