volt-user_templates 0.1.1 → 0.1.2

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: 8bc3fdfa501803f047965774ac3691620c6afb88
4
- data.tar.gz: a70a2d74fd4b366fdb4c5b3e7cb4f10b504fe9af
3
+ metadata.gz: 4da747888cdb75be79891a93686f5a0ffd86fff3
4
+ data.tar.gz: 3227d35a3306ed6d92904da099f20237c189d373
5
5
  SHA512:
6
- metadata.gz: 1dcf2619d390198ab04ba54cc0a23f2016ecf88df0f2e105c747e35b1c4d7f250eb9301db1bb7c951ed7b16a8cd455afc8ed9bcc9e8b722428bd8ad9411b02e2
7
- data.tar.gz: f5bb4f75f76e4e5973ff6c37f62817da2a5bf009b41f320cd5bc6fe2269abc6108e3536b5a7e37ee84225cb80871d1b6be254745c9ed79d752f7c85f9bc0c4b1
6
+ metadata.gz: 840e21927a6c47894bd231d32415f7d1e44a0dcf0468b2e92760c8b1142b1aacf68511e416046a24157001d7b8f87fbc4a0072166c96c485d93dbfc1ad840a6c
7
+ data.tar.gz: 5042454d2a388668a65393fec3907483975b7cbbddbe712db7228b9000ec0308ce8c704ee8fd76af9dc6d104969361797613ba6c53751e63391e29ccdd15e952
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.1.1
1
+ 0.1.2
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: volt-user_templates
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.1
4
+ version: 0.1.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Ryan Stout
@@ -50,14 +50,14 @@ files:
50
50
  - README.md
51
51
  - Rakefile
52
52
  - VERSION
53
- - app/user-templates/config/dependencies.rb
54
- - app/user-templates/config/routes.rb
55
- - app/user-templates/controllers/login_controller.rb
56
- - app/user-templates/controllers/menu_controller.rb
57
- - app/user-templates/controllers/signup_controller.rb
58
- - app/user-templates/views/login/index.html
59
- - app/user-templates/views/menu/index.html
60
- - app/user-templates/views/signup/index.html
53
+ - app/user_templates/config/dependencies.rb
54
+ - app/user_templates/config/routes.rb
55
+ - app/user_templates/controllers/login_controller.rb
56
+ - app/user_templates/controllers/menu_controller.rb
57
+ - app/user_templates/controllers/signup_controller.rb
58
+ - app/user_templates/views/login/index.html
59
+ - app/user_templates/views/menu/index.html
60
+ - app/user_templates/views/signup/index.html
61
61
  - lib/volt/user-templates.rb
62
62
  - volt-user_templates.gemspec
63
63
  homepage: ''