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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 1a1f2f7c180fba26a558466d3920b0270dac77fa
4
- data.tar.gz: 3def21a83354ae7679bd2568b8ab6e5bd6556be7
3
+ metadata.gz: f904459a0e07f08cd2eb383abe8cbb3d4dbea974
4
+ data.tar.gz: e8fb03ea5450cd4249d11d686deb0968fe17d461
5
5
  SHA512:
6
- metadata.gz: ced85a36c8c465bad3bbe6f1ebdea7e53b8008b70b4dd84061cd2f17992a4d4425b253bda0dca697bfc3c11bcf07aaa52a5adf63bf72b206e72f07d7e66fd825
7
- data.tar.gz: d6ba848bec49716bd564f0689d824e0da22c465870fb622bdd69c894c234b007756ef02620a4ab7d69c0cbdd5db2e72595fa5541214170ef16f148ad4e7b8941
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($/)
@@ -1,5 +1,5 @@
1
1
  module AuthFx
2
2
 
3
- VERSION = '0.1.1'
3
+ VERSION = '0.1.2'
4
4
 
5
5
  end
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.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: 2014-12-16 00:00:00.000000000 Z
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