fx-auth 0.1.2 → 0.1.3
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/fx-auth.gemspec +2 -2
- data/lib/fx-auth/version.rb +1 -1
- metadata +3 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 954f52e8645582479946997e579ea1f5d2d266aa
|
4
|
+
data.tar.gz: 13d1061a39ab8d4d85383675eeb3fd58affda621
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: ecb44540df0c140f1ce92542bdd2303a779c09bef5c4a7a72b8545e20f92c36e26a270d61eeba4c78854e52fba637999753c06de95b4b3292ab0b3e8c03578a6
|
7
|
+
data.tar.gz: 5b057b819f453fac4f9a6971011b92bcd7e9fc82e2b2805211148fe0d61ef70b41eed52d7081b4649a9041b36f905d43bc563d177d6ad7df887a8d73fa4ce240
|
data/fx-auth.gemspec
CHANGED
@@ -13,8 +13,8 @@ Gem::Specification.new do |gem|
|
|
13
13
|
|
14
14
|
gem.authors = ['Dave Jackson']
|
15
15
|
gem.email = %w(dave.jackson@anywarefx.com)
|
16
|
-
gem.description = %q{AuthFx - DataMapper models for RESTful Authentication
|
17
|
-
gem.summary = %q{AuthFx - DataMapper models for RESTful Authentication
|
16
|
+
gem.description = %q{AuthFx - DataMapper models for RESTful Authentication with Role-based Authorization}
|
17
|
+
gem.summary = %q{AuthFx - DataMapper models for RESTful Authentication with Role-based Authorization}
|
18
18
|
gem.homepage = 'https://github.com/AnyWareFx/fx-auth'
|
19
19
|
|
20
20
|
gem.files = `git ls-files`.split($/)
|
data/lib/fx-auth/version.rb
CHANGED
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: fx-auth
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.1.
|
4
|
+
version: 0.1.3
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Dave Jackson
|
@@ -94,7 +94,7 @@ dependencies:
|
|
94
94
|
- - '>='
|
95
95
|
- !ruby/object:Gem::Version
|
96
96
|
version: '0'
|
97
|
-
description: AuthFx - DataMapper models for RESTful Authentication
|
97
|
+
description: AuthFx - DataMapper models for RESTful Authentication with Role-based Authorization
|
98
98
|
email:
|
99
99
|
- dave.jackson@anywarefx.com
|
100
100
|
executables: []
|
@@ -153,7 +153,7 @@ rubyforge_project:
|
|
153
153
|
rubygems_version: 2.1.9
|
154
154
|
signing_key:
|
155
155
|
specification_version: 4
|
156
|
-
summary: AuthFx - DataMapper models for RESTful Authentication
|
156
|
+
summary: AuthFx - DataMapper models for RESTful Authentication with Role-based Authorization
|
157
157
|
test_files:
|
158
158
|
- features/authenticate.feature
|
159
159
|
- features/sign_off.feature
|