merb-auth-core 1.0.11 → 1.0.12

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.
Files changed (1) hide show
  1. metadata +4 -7
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: merb-auth-core
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.11
4
+ version: 1.0.12
5
5
  platform: ruby
6
6
  authors:
7
7
  - Adam French, Daniel Neighman
@@ -9,7 +9,7 @@ autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
11
 
12
- date: 2009-03-31 00:00:00 -07:00
12
+ date: 2009-06-30 00:00:00 -07:00
13
13
  default_executable:
14
14
  dependencies:
15
15
  - !ruby/object:Gem::Dependency
@@ -20,7 +20,7 @@ dependencies:
20
20
  requirements:
21
21
  - - ~>
22
22
  - !ruby/object:Gem::Version
23
- version: 1.0.11
23
+ version: 1.0.12
24
24
  version:
25
25
  - !ruby/object:Gem::Dependency
26
26
  name: extlib
@@ -47,7 +47,6 @@ files:
47
47
  - README.textile
48
48
  - Rakefile
49
49
  - TODO
50
- - lib/merb-auth-core
51
50
  - lib/merb-auth-core/authenticated_helper.rb
52
51
  - lib/merb-auth-core/authentication.rb
53
52
  - lib/merb-auth-core/bootloader.rb
@@ -60,9 +59,7 @@ files:
60
59
  - lib/merb-auth-core/session_mixin.rb
61
60
  - lib/merb-auth-core/strategy.rb
62
61
  - lib/merb-auth-core.rb
63
- - spec/helpers
64
62
  - spec/helpers/authentication_helper_spec.rb
65
- - spec/merb-auth-core
66
63
  - spec/merb-auth-core/activation_fixture.rb
67
64
  - spec/merb-auth-core/authentication_spec.rb
68
65
  - spec/merb-auth-core/callbacks_spec.rb
@@ -97,7 +94,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
97
94
  requirements: []
98
95
 
99
96
  rubyforge_project: merb
100
- rubygems_version: 1.3.1
97
+ rubygems_version: 1.3.2
101
98
  signing_key:
102
99
  specification_version: 3
103
100
  summary: An Authentication framework for Merb