crane_rails 0.0.8 → 0.0.9

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
  SHA1:
3
- metadata.gz: cb291e738cb9320e561654d100c68f3439080d0b
4
- data.tar.gz: cda2d513c2be95e50fa079af3232f508b2fbc888
3
+ metadata.gz: daa7cbfd828b4a5081f8e62a1e2bba478cf4e41d
4
+ data.tar.gz: 9cc76c5822f105749ea9907cbcaf5418e3baa3dc
5
5
  SHA512:
6
- metadata.gz: 6f52ad7a1049f9fa57b46d7f711293a3ac795e1cc932ccde56676488b7ad0e5f06a9b7ee70d4f014690aa96dedae5e70f8b9f630c3fbf2f83349b94904730832
7
- data.tar.gz: fa6b1dcd6cdf5b8bba8af4b2b8a79208749c1a46124d2273dcffb8a4ef4c723ddf3e53a5d9eaa0624c68bf6651f634fc8980772c7282ed51b613f01b7f35404c
6
+ metadata.gz: 31a0d5f33e88687a1aeaeecc5b1b35b077979055fda7db5b663fbfe1bca17c406190505882a8346ddcf366f056e2570066bf9af289109ee576ec8045e21a6253
7
+ data.tar.gz: b97036813e8d124e31e380a9fd9070fd6c72497e8a4d7882dede250a9f6852bf60aaba51fc9aa81338a5884fc0ffeafb0536486a1bbbf7fd246375cbd1e88f22
@@ -11,9 +11,6 @@ module CraneRails
11
11
  desc 'bootstrap', 'Generates a files for rails app'
12
12
  def bootstrap
13
13
  template 'Vagrantfile', 'Vagrantfile'
14
- remove_file 'Gemfile'
15
- remove_file 'Gemfile.lock'
16
- remove_file 'config/database.yml'
17
14
  get 'https://raw.githubusercontent.com/shicholas/Dockerfile-rails/master/Gemfile', 'Gemfile'
18
15
  get 'https://raw.githubusercontent.com/shicholas/Dockerfile-rails/master/Gemfile.lock', 'Gemfile.lock'
19
16
  get 'https://raw.githubusercontent.com/shicholas/Dockerfile-rails-server/master/database.yml', 'config/database-dev.yml'
@@ -1,3 +1,3 @@
1
1
  module CraneRails
2
- VERSION = '0.0.8'
2
+ VERSION = '0.0.9'
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: crane_rails
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.8
4
+ version: 0.0.9
5
5
  platform: ruby
6
6
  authors:
7
7
  - Nicholas Shook