fx-auth 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/fx-auth.gemspec +2 -2
- data/lib/fx-auth/version.rb +1 -1
- metadata +4 -4
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: f904459a0e07f08cd2eb383abe8cbb3d4dbea974
|
4
|
+
data.tar.gz: e8fb03ea5450cd4249d11d686deb0968fe17d461
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: f897f0ff8a4d989b492e4399421660c6ddc9bb1013402928499bbb5bd8ad800fa4746cbb01a2a23c8ee05d8dfa3781b2ffe432dc9add66a699729889c48e6572
|
7
|
+
data.tar.gz: 3ab14af94abdaee7325a948b18bb189edffca3db75d07f45711a02854fa13ef8a38da063f343c376829481bc0b20835246865b73fb6414a1e8b8fd37571ba68a
|
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 and Authorization}
|
17
|
+
gem.summary = %q{AuthFx - DataMapper models for RESTful Authentication and 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,14 +1,14 @@
|
|
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.2
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Dave Jackson
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date:
|
11
|
+
date: 2015-01-08 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
requirement: !ruby/object:Gem::Requirement
|
@@ -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 and 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 and Authorization
|
157
157
|
test_files:
|
158
158
|
- features/authenticate.feature
|
159
159
|
- features/sign_off.feature
|