thincloud-auth 0.1.1 → 0.1.2
Sign up to get free protection for your applications and to get access to all the features.
data/lib/generators/thincloud/auth/templates/{users_controller_spec.rb → users_controller_test.rb}
RENAMED
File without changes
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: thincloud-auth
|
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:
|
@@ -63,7 +63,7 @@ files:
|
|
63
63
|
- lib/generators/thincloud/auth/templates/signup.html.erb
|
64
64
|
- lib/generators/thincloud/auth/templates/user_authentication_test.rb
|
65
65
|
- lib/generators/thincloud/auth/templates/users_controller.rb
|
66
|
-
- lib/generators/thincloud/auth/templates/
|
66
|
+
- lib/generators/thincloud/auth/templates/users_controller_test.rb
|
67
67
|
- lib/thincloud-auth.rb
|
68
68
|
- lib/thincloud/auth/controller.rb
|
69
69
|
- lib/thincloud/auth/model.rb
|