riak-sessions 0.8.0.beta2 → 0.8.0

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.
@@ -23,7 +23,9 @@ if defined?(ActionDispatch)
23
23
  autoload :SessionStore, "ripple/session_store"
24
24
  end
25
25
 
26
+ # @private
26
27
  module ActionDispatch
28
+ # @private
27
29
  module Session
28
30
  autoload :RiakStore, "ripple/session_store"
29
31
  end
@@ -44,7 +44,6 @@ module Riak
44
44
  # Creates a new Riak::SessionStore middleware
45
45
  # @param app the Rack application
46
46
  # @param [Hash] options configuration options
47
- # @option
48
47
  # @see Rack::Session::Abstract::ID#initialize
49
48
  def initialize(app, options={})
50
49
  super
@@ -20,6 +20,7 @@ rescue LoadError, NameError
20
20
  end
21
21
 
22
22
  module Ripple
23
+ # A Rails 3-compatible, Riak-backed session store.
23
24
  class SessionStore < ActionDispatch::Session::AbstractStore
24
25
  def initialize(app, options={})
25
26
  super
@@ -1,3 +1,17 @@
1
+ # Copyright 2010 Sean Cribbs, Sonian Inc., and Basho Technologies, Inc.
2
+ #
3
+ # Licensed under the Apache License, Version 2.0 (the "License");
4
+ # you may not use this file except in compliance with the License.
5
+ # You may obtain a copy of the License at
6
+ #
7
+ # http://www.apache.org/licenses/LICENSE-2.0
8
+ #
9
+ # Unless required by applicable law or agreed to in writing, software
10
+ # distributed under the License is distributed on an "AS IS" BASIS,
11
+ # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
12
+ # See the License for the specific language governing permissions and
13
+ # limitations under the License.
14
+
1
15
  module SessionAutoloadTest
2
16
  class Foo
3
17
  def initialize(bar='baz')
@@ -1,3 +1,17 @@
1
+ # Copyright 2010 Sean Cribbs, Sonian Inc., and Basho Technologies, Inc.
2
+ #
3
+ # Licensed under the Apache License, Version 2.0 (the "License");
4
+ # you may not use this file except in compliance with the License.
5
+ # You may obtain a copy of the License at
6
+ #
7
+ # http://www.apache.org/licenses/LICENSE-2.0
8
+ #
9
+ # Unless required by applicable law or agreed to in writing, software
10
+ # distributed under the License is distributed on an "AS IS" BASIS,
11
+ # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
12
+ # See the License for the specific language governing permissions and
13
+ # limitations under the License.
14
+
1
15
  require 'rspec/rails/example/request_example_group'
2
16
 
3
17
  class RoutedRackApp
metadata CHANGED
@@ -1,13 +1,12 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: riak-sessions
3
3
  version: !ruby/object:Gem::Version
4
- prerelease: true
4
+ prerelease: false
5
5
  segments:
6
6
  - 0
7
7
  - 8
8
8
  - 0
9
- - beta2
10
- version: 0.8.0.beta2
9
+ version: 0.8.0
11
10
  platform: ruby
12
11
  authors:
13
12
  - Sean Cribbs
@@ -15,7 +14,7 @@ autorequire:
15
14
  bindir: bin
16
15
  cert_chain: []
17
16
 
18
- date: 2010-08-30 00:00:00 -04:00
17
+ date: 2010-08-31 00:00:00 -04:00
19
18
  default_executable:
20
19
  dependencies:
21
20
  - !ruby/object:Gem::Dependency
@@ -119,8 +118,7 @@ dependencies:
119
118
  - 0
120
119
  - 8
121
120
  - 0
122
- - beta2
123
- version: 0.8.0.beta2
121
+ version: 0.8.0
124
122
  type: :runtime
125
123
  version_requirements: *id007
126
124
  - !ruby/object:Gem::Dependency
@@ -175,13 +173,11 @@ required_ruby_version: !ruby/object:Gem::Requirement
175
173
  required_rubygems_version: !ruby/object:Gem::Requirement
176
174
  none: false
177
175
  requirements:
178
- - - ">"
176
+ - - ">="
179
177
  - !ruby/object:Gem::Version
180
178
  segments:
181
- - 1
182
- - 3
183
- - 1
184
- version: 1.3.1
179
+ - 0
180
+ version: "0"
185
181
  requirements: []
186
182
 
187
183
  rubyforge_project: