rails_new 0.0.13 → 0.0.14

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 5d428f0648583d9a85c7e8a8bb51f83845b4078c
4
- data.tar.gz: 2997236fd5dead1c89d29ef921a58f457599b206
3
+ metadata.gz: 1c3054e78000a23d107e8fc402e29e5b7067630f
4
+ data.tar.gz: 42318c1e42d08bc2f927bb6b72e27e56c2405211
5
5
  SHA512:
6
- metadata.gz: a94c48a9cffb7aeabd03074989ff04f2cdf8f82198bc0e0fdf9df05e7369dd0e40b04b8722df13fb77a079e950e0e2b7b324300c1ab8ee8b8e6dd3d83e066bf5
7
- data.tar.gz: 141bad2240bec5966c793fc9ca135c7c7ec2e098355eab10e12494e33e6c985f5a685af24d3c0a5779827e2abedb3cfb9c88c90b9e7cb0742d8975f3524ef90a
6
+ metadata.gz: a5fff3e2a098aff14a15d840c2f1b2fced06852597da10bf851a660e79aa2bf4a4a837522e87d7b0f8eca7f4ac67c4fbe2fddfcd9bba0e3daaad2ce2ac551479
7
+ data.tar.gz: c13e1033090f9fdbbb87f2217732e9a6c9ff7681046c831f64989d8965edc2450b81510af8102c99da494c8c0fa07d6b344d39f0739060027fd7363dc8e60f6e
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- rails_new (0.0.13)
4
+ rails_new (0.0.14)
5
5
  rails (= 4.0.1)
6
6
 
7
7
  GEM
File without changes
File without changes
@@ -1,3 +1,3 @@
1
1
  module RailsNew
2
- VERSION = '0.0.13'
2
+ VERSION = '0.0.14'
3
3
  end
data/lib/template.rb CHANGED
@@ -66,9 +66,6 @@ end
66
66
  @twitter_bootstrap = yes? 'Install and configure Twitter Bootstrap Rails gem?'
67
67
  # @devise = yes? 'Install and configure Devise gem?'
68
68
 
69
- remove_file 'public/index.html'
70
- remove_file 'app/assets/images/rails.png'
71
-
72
69
  apply_template 'Gemfile'
73
70
  apply_template '.gitignore'
74
71
  apply_template 'config/database.yml'
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rails_new
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.13
4
+ version: 0.0.14
5
5
  platform: ruby
6
6
  authors:
7
7
  - Lucas Caton
@@ -58,6 +58,8 @@ files:
58
58
  - lib/files/Gemfile.erb
59
59
  - lib/files/config/database.yml.erb
60
60
  - lib/files/gitignore.erb
61
+ - lib/files/scripts/deploy
62
+ - lib/files/scripts/restart
61
63
  - lib/rails_new/version.rb
62
64
  - lib/template.rb
63
65
  - rails_new.gemspec