rails-replicator 0.1.4 → 0.1.5
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.
@@ -121,7 +121,7 @@ module Replicator
|
|
121
121
|
|
122
122
|
def replace_gemfile
|
123
123
|
remove_file 'Gemfile'
|
124
|
-
copy_file 'Gemfile_clean', 'Gemfile'
|
124
|
+
copy_file 'Gemfile_clean.erb', 'Gemfile'
|
125
125
|
end
|
126
126
|
|
127
127
|
def set_ruby_to_version_being_used
|
@@ -284,7 +284,7 @@ module Replicator
|
|
284
284
|
template 'admin_dashboard_controller.rb',
|
285
285
|
'app/controllers/admin/dashboard_controller.rb'
|
286
286
|
run 'mkdir app/views/admin'
|
287
|
-
run '
|
287
|
+
run 'touch app/views/admin/dashboard.html.slim'
|
288
288
|
end
|
289
289
|
|
290
290
|
def setup_ability_file
|
data/lib/replicator/version.rb
CHANGED
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: rails-replicator
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.1.
|
4
|
+
version: 0.1.5
|
5
5
|
prerelease:
|
6
6
|
platform: ruby
|
7
7
|
authors:
|
@@ -9,7 +9,7 @@ authors:
|
|
9
9
|
autorequire:
|
10
10
|
bindir: bin
|
11
11
|
cert_chain: []
|
12
|
-
date: 2013-
|
12
|
+
date: 2013-10-03 00:00:00.000000000 Z
|
13
13
|
dependencies:
|
14
14
|
- !ruby/object:Gem::Dependency
|
15
15
|
name: bundler
|
@@ -65,7 +65,7 @@ files:
|
|
65
65
|
- lib/replicator/generators/app_generator.rb
|
66
66
|
- lib/replicator/version.rb
|
67
67
|
- rails-replicator.gemspec
|
68
|
-
- templates/Gemfile_clean
|
68
|
+
- templates/Gemfile_clean.erb
|
69
69
|
- templates/Procfile
|
70
70
|
- templates/README.md.erb
|
71
71
|
- templates/_flashes.html.slim.erb
|
@@ -107,6 +107,7 @@ files:
|
|
107
107
|
- templates/sample.env
|
108
108
|
- templates/smtp.rb
|
109
109
|
- templates/spec_helper.rb
|
110
|
+
- templates/stylesheets/_bootstrap-overrides.css.sass
|
110
111
|
- templates/stylesheets/layout/.keep
|
111
112
|
- templates/stylesheets/typography/.keep
|
112
113
|
- templates/stylesheets/typography/_forms.css.sass
|