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.
data/lib/riak-sessions.rb
CHANGED
data/lib/riak/session_store.rb
CHANGED
data/lib/ripple/session_store.rb
CHANGED
@@ -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:
|
4
|
+
prerelease: false
|
5
5
|
segments:
|
6
6
|
- 0
|
7
7
|
- 8
|
8
8
|
- 0
|
9
|
-
|
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-
|
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
|
-
|
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
|
-
-
|
182
|
-
|
183
|
-
- 1
|
184
|
-
version: 1.3.1
|
179
|
+
- 0
|
180
|
+
version: "0"
|
185
181
|
requirements: []
|
186
182
|
|
187
183
|
rubyforge_project:
|