disco_app 0.7.2 → 0.8.0

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: 890bc75e1207e5e72950807578b48daf3668c57f65fd9dad30514eba716b90bc
4
- data.tar.gz: baf0c3548e39bd00ee2597d4644de0491735c22086225b99b763f79c9fd8c1ae
3
+ metadata.gz: dc1e57d128bac6663099cc88778e3052dc0db98ef4e1fe7e127a3e9230cd4650
4
+ data.tar.gz: 69503df6f17cd112e9ab0da81be8c979187132fea45fbd85ce82eb2c4fcf6c3d
5
5
  SHA512:
6
- metadata.gz: 183a72fc8ae8dde057d449184bc575cb827796de30869ed2d847c7301cc61d4a92e2a78522c19f259b2bfc1debc46b6bc1f73ea1c533346fd183c16bfe16ca57
7
- data.tar.gz: 10cba795d2b0d11688cb0c8e2521acfb3679a9d0bfdab778078a58c92597fb5e5242cff06694b2d825526b04909d1ca9eed80491ce84408bd4d37798e60e652e
6
+ metadata.gz: 649298613a1a2a9725d502772a740b2938a8758594fe83e3c42e4b3d1e5de7a6db17989574fe44d98d1efc78f8c53317292f1ef0a10152919332e0789febf1af
7
+ data.tar.gz: 0e25dcfc15665c681de8e2acd177819f8f90dbe2e4a81575989a63ef4ea51a93294c768594b032fac8cccfbf706122b151e0c2ae61803a010436e2faf56df730
@@ -1,3 +1,3 @@
1
1
  module DiscoApp
2
- VERSION = '0.7.2'
2
+ VERSION = '0.8.0'
3
3
  end
@@ -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.2.2'\n"
166
+ prepend_to_file 'Gemfile', "ruby '2.3.0'\n"
167
167
  end
168
168
 
169
169
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: disco_app
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.7.2
4
+ version: 0.8.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Gavin Ballard