sinatra-fx-auth 0.1.1 → 0.1.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 2632bf253603dbe75f374103e602c8fb35b490f7
4
- data.tar.gz: 0b2118491942d4cd963b6881a6a43a399b4e4aae
3
+ metadata.gz: c9de2905c462bd688244558f7374dce7b7ff7776
4
+ data.tar.gz: 20a8c64aee0750a35cf36c98ea41f5adc8504066
5
5
  SHA512:
6
- metadata.gz: 3d7b433719d6de756b8001466e7dc6c2031887b3cff2653701957cd8b596f4aa636c8dbe9096d667fae566563ee740f13b74616b32deb39537353b677d12f1bd
7
- data.tar.gz: 55a8d74c4eb1d960922a4ed2f581d91b68c3795075d374f44bd144c317cac0d25dbd10d73f918679f4dd02659a9ada37c393f5ce4c3e1b3f06befd0deffeae5f
6
+ metadata.gz: ba37a550b93b43480b858cf3d107e0c82260147e5027cdae12b63b93266eac3224e1484541adc40452f3a1786ba67243cd5d6eeae753cf27953987bb4e5b6a71
7
+ data.tar.gz: f2e5901ae9fbf00e52646e3a86e39f333a3197dd9b27f78d7d638744c61ca25054fd97441456ee145bcbebadcf36930b3fef84a26a7da6dc3e7c57411c3f78f6
@@ -2,7 +2,7 @@ module Sinatra
2
2
  module Fx
3
3
 
4
4
  module Auth
5
- VERSION = '0.1.1'
5
+ VERSION = '0.1.2'
6
6
  end
7
7
 
8
8
  end
@@ -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{Sinatra::Fx::Auth - RESTful Authentication with Role-based Authorization for Sinatra}
17
- gem.summary = %q{Sinatra::Fx::Auth - RESTful Authentication with Role-based Authorization for Sinatra}
16
+ gem.description = %q{Sinatra::Fx::Auth - Sinatra extension for RESTful Authentication with Role-based Authorization}
17
+ gem.summary = %q{Sinatra::Fx::Auth - Sinatra extension for RESTful Authentication with Role-based Authorization}
18
18
  gem.homepage = 'https://github.com/AnyWareFx/sinatra-fx-auth'
19
19
 
20
20
  gem.files = `git ls-files`.split($/)
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: sinatra-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
@@ -122,7 +122,7 @@ dependencies:
122
122
  - - '>='
123
123
  - !ruby/object:Gem::Version
124
124
  version: '0'
125
- description: Sinatra::Fx::Auth - RESTful Authentication with Role-based Authorization for Sinatra
125
+ description: Sinatra::Fx::Auth - Sinatra extension for RESTful Authentication with Role-based Authorization
126
126
  email:
127
127
  - dave.jackson@anywarefx.com
128
128
  executables: []
@@ -177,7 +177,7 @@ rubyforge_project:
177
177
  rubygems_version: 2.1.9
178
178
  signing_key:
179
179
  specification_version: 4
180
- summary: Sinatra::Fx::Auth - RESTful Authentication with Role-based Authorization for Sinatra
180
+ summary: Sinatra::Fx::Auth - Sinatra extension for RESTful Authentication with Role-based Authorization
181
181
  test_files:
182
182
  - features/api_profile_list.feature
183
183
  - features/api_sign_off.feature