fx-auth 0.1.3 → 0.1.4

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: 954f52e8645582479946997e579ea1f5d2d266aa
4
- data.tar.gz: 13d1061a39ab8d4d85383675eeb3fd58affda621
3
+ metadata.gz: 7db5a0a9f80b4a9805f44db4ebfdf90ffe24d410
4
+ data.tar.gz: 7a25690c19322d0df585f96fad5df2e624f637ec
5
5
  SHA512:
6
- metadata.gz: ecb44540df0c140f1ce92542bdd2303a779c09bef5c4a7a72b8545e20f92c36e26a270d61eeba4c78854e52fba637999753c06de95b4b3292ab0b3e8c03578a6
7
- data.tar.gz: 5b057b819f453fac4f9a6971011b92bcd7e9fc82e2b2805211148fe0d61ef70b41eed52d7081b4649a9041b36f905d43bc563d177d6ad7df887a8d73fa4ce240
6
+ metadata.gz: e7a87e7115251ad3b62d625151ba8dcf9f477b9f2b8c5230f4d2a7117e43f5950b88c8436d8801ae3cebf9cde61409d9643a5a447f135e7fdd1f78f5a90f3c1b
7
+ data.tar.gz: 1094e5fbcf2a7b7d55bd5941a2fc2ef37d13268c45ed80b242a67a49a203c6354c0e6a14a30034623bc74874d11e84ec94aaece193675237f61fa9413305c4b9
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 with Role-based Authorization}
17
- gem.summary = %q{AuthFx - DataMapper models for RESTful Authentication with Role-based Authorization}
16
+ gem.description = %q{DataMapper models for RESTful Authentication with Role-based Authorization}
17
+ gem.summary = %q{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.3'
3
+ VERSION = '0.1.4'
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.3
4
+ version: 0.1.4
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 with Role-based Authorization
97
+ description: 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 with Role-based Authorization
156
+ summary: DataMapper models for RESTful Authentication with Role-based Authorization
157
157
  test_files:
158
158
  - features/authenticate.feature
159
159
  - features/sign_off.feature