rails_new 0.0.13 → 0.0.14
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/Gemfile.lock +1 -1
- data/lib/files/scripts/deploy +0 -0
- data/lib/files/scripts/restart +0 -0
- data/lib/rails_new/version.rb +1 -1
- data/lib/template.rb +0 -3
- metadata +3 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 1c3054e78000a23d107e8fc402e29e5b7067630f
|
|
4
|
+
data.tar.gz: 42318c1e42d08bc2f927bb6b72e27e56c2405211
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: a5fff3e2a098aff14a15d840c2f1b2fced06852597da10bf851a660e79aa2bf4a4a837522e87d7b0f8eca7f4ac67c4fbe2fddfcd9bba0e3daaad2ce2ac551479
|
|
7
|
+
data.tar.gz: c13e1033090f9fdbbb87f2217732e9a6c9ff7681046c831f64989d8965edc2450b81510af8102c99da494c8c0fa07d6b344d39f0739060027fd7363dc8e60f6e
|
data/Gemfile.lock
CHANGED
|
File without changes
|
|
File without changes
|
data/lib/rails_new/version.rb
CHANGED
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.
|
|
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
|