tida_template 0.1.1 → 0.1.2
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.
|
@@ -40,11 +40,11 @@ module TidaTemplate #:nodoc:
|
|
|
40
40
|
copy_file 'app/views/devise/sessions/new.html.erb', 'app/views/devise/sessions/new.html.erb'
|
|
41
41
|
|
|
42
42
|
# copy rails template files
|
|
43
|
-
copy_file 'rails_templates/erb/scaffold/_form.html.erb', 'lib/templates/erb/_form.html.erb'
|
|
44
|
-
copy_file 'rails_templates/erb/scaffold/index.html.erb', 'lib/templates/erb/index.html.erb'
|
|
45
|
-
copy_file 'rails_templates/erb/scaffold/new.html.erb', 'lib/templates/erb/new.html.erb'
|
|
46
|
-
copy_file 'rails_templates/erb/scaffold/edit.html.erb', 'lib/templates/erb/edit.html.erb'
|
|
47
|
-
copy_file 'rails_templates/erb/scaffold/show.html.erb', 'lib/templates/erb/show.html.erb'
|
|
43
|
+
copy_file 'rails_templates/erb/scaffold/_form.html.erb', 'lib/templates/erb/scaffold/_form.html.erb'
|
|
44
|
+
copy_file 'rails_templates/erb/scaffold/index.html.erb', 'lib/templates/erb/scaffold/index.html.erb'
|
|
45
|
+
copy_file 'rails_templates/erb/scaffold/new.html.erb', 'lib/templates/erb/scaffold/new.html.erb'
|
|
46
|
+
copy_file 'rails_templates/erb/scaffold/edit.html.erb', 'lib/templates/erb/scaffold/edit.html.erb'
|
|
47
|
+
copy_file 'rails_templates/erb/scaffold/show.html.erb', 'lib/templates/erb/scaffold/show.html.erb'
|
|
48
48
|
copy_file 'rails_templates/rails/scaffold_controller/controller.rb', 'lib/templates/rails/scaffold_controller/controller.rb'
|
|
49
49
|
|
|
50
50
|
# copy renders
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: tida_template
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.1.
|
|
4
|
+
version: 0.1.2
|
|
5
5
|
prerelease:
|
|
6
6
|
platform: ruby
|
|
7
7
|
authors:
|
|
@@ -376,7 +376,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
|
376
376
|
version: '0'
|
|
377
377
|
segments:
|
|
378
378
|
- 0
|
|
379
|
-
hash:
|
|
379
|
+
hash: 3051026336874167931
|
|
380
380
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
381
381
|
none: false
|
|
382
382
|
requirements:
|
|
@@ -385,7 +385,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
385
385
|
version: '0'
|
|
386
386
|
segments:
|
|
387
387
|
- 0
|
|
388
|
-
hash:
|
|
388
|
+
hash: 3051026336874167931
|
|
389
389
|
requirements: []
|
|
390
390
|
rubyforge_project:
|
|
391
391
|
rubygems_version: 1.8.25
|