warden-always-authenticate 0.0.1 → 0.0.2

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,5 +1,5 @@
1
1
  module Warden
2
2
  class AlwaysAuthenticate
3
- VERSION = '0.0.1'
3
+ VERSION = '0.0.2'
4
4
  end
5
5
  end
@@ -8,8 +8,8 @@ Gem::Specification.new do |gem|
8
8
  gem.version = Warden::AlwaysAuthenticate::VERSION
9
9
  gem.authors = ["Jon Rowe"]
10
10
  gem.email = ["hello@jonrowe.co.uk"]
11
- gem.description = %q{Simple gem for forcing warden to redirect.}
12
- gem.summary = %q{Simple gem for forcing warden to redirect.}
11
+ gem.description = %q{Simple gem for forcing warden to authenticate.}
12
+ gem.summary = %q{Simple gem for forcing warden to authenticate.}
13
13
  gem.homepage = "https://github.com/JonRowe/warden-always-authenticate.git"
14
14
 
15
15
  gem.files = `git ls-files`.split($/)
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: warden-always-authenticate
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.1
4
+ version: 0.0.2
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2013-01-25 00:00:00.000000000 Z
12
+ date: 2013-01-26 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: warden
@@ -59,7 +59,7 @@ dependencies:
59
59
  - - ! '>='
60
60
  - !ruby/object:Gem::Version
61
61
  version: '0'
62
- description: Simple gem for forcing warden to redirect.
62
+ description: Simple gem for forcing warden to authenticate.
63
63
  email:
64
64
  - hello@jonrowe.co.uk
65
65
  executables: []
@@ -91,7 +91,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
91
91
  version: '0'
92
92
  segments:
93
93
  - 0
94
- hash: -1705047002881129228
94
+ hash: -1513998238194047719
95
95
  required_rubygems_version: !ruby/object:Gem::Requirement
96
96
  none: false
97
97
  requirements:
@@ -100,12 +100,12 @@ required_rubygems_version: !ruby/object:Gem::Requirement
100
100
  version: '0'
101
101
  segments:
102
102
  - 0
103
- hash: -1705047002881129228
103
+ hash: -1513998238194047719
104
104
  requirements: []
105
105
  rubyforge_project:
106
106
  rubygems_version: 1.8.24
107
107
  signing_key:
108
108
  specification_version: 3
109
- summary: Simple gem for forcing warden to redirect.
109
+ summary: Simple gem for forcing warden to authenticate.
110
110
  test_files:
111
111
  - spec/unit/warden/always_redirect_spec.rb