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 +4 -4
- data/VERSION +1 -1
- data/app/{user-templates → user_templates}/config/dependencies.rb +0 -0
- data/app/{user-templates → user_templates}/config/routes.rb +0 -0
- data/app/{user-templates → user_templates}/controllers/login_controller.rb +0 -0
- data/app/{user-templates → user_templates}/controllers/menu_controller.rb +0 -0
- data/app/{user-templates → user_templates}/controllers/signup_controller.rb +0 -0
- data/app/{user-templates → user_templates}/views/login/index.html +0 -0
- data/app/{user-templates → user_templates}/views/menu/index.html +0 -0
- data/app/{user-templates → user_templates}/views/signup/index.html +0 -0
- metadata +9 -9
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 4da747888cdb75be79891a93686f5a0ffd86fff3
|
4
|
+
data.tar.gz: 3227d35a3306ed6d92904da099f20237c189d373
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 840e21927a6c47894bd231d32415f7d1e44a0dcf0468b2e92760c8b1142b1aacf68511e416046a24157001d7b8f87fbc4a0072166c96c485d93dbfc1ad840a6c
|
7
|
+
data.tar.gz: 5042454d2a388668a65393fec3907483975b7cbbddbe712db7228b9000ec0308ce8c704ee8fd76af9dc6d104969361797613ba6c53751e63391e29ccdd15e952
|
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
0.1.
|
1
|
+
0.1.2
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
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.
|
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/
|
54
|
-
- app/
|
55
|
-
- app/
|
56
|
-
- app/
|
57
|
-
- app/
|
58
|
-
- app/
|
59
|
-
- app/
|
60
|
-
- app/
|
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: ''
|