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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: f904459a0e07f08cd2eb383abe8cbb3d4dbea974
4
- data.tar.gz: e8fb03ea5450cd4249d11d686deb0968fe17d461
3
+ metadata.gz: 954f52e8645582479946997e579ea1f5d2d266aa
4
+ data.tar.gz: 13d1061a39ab8d4d85383675eeb3fd58affda621
5
5
  SHA512:
6
- metadata.gz: f897f0ff8a4d989b492e4399421660c6ddc9bb1013402928499bbb5bd8ad800fa4746cbb01a2a23c8ee05d8dfa3781b2ffe432dc9add66a699729889c48e6572
7
- data.tar.gz: 3ab14af94abdaee7325a948b18bb189edffca3db75d07f45711a02854fa13ef8a38da063f343c376829481bc0b20835246865b73fb6414a1e8b8fd37571ba68a
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 and Authorization}
17
- gem.summary = %q{AuthFx - DataMapper models for RESTful Authentication and Authorization}
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($/)
@@ -1,5 +1,5 @@
1
1
  module AuthFx
2
2
 
3
- VERSION = '0.1.2'
3
+ VERSION = '0.1.3'
4
4
 
5
5
  end
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.2
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 and Authorization
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 and Authorization
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