Sha256: b61cc128bd6d34b643264667697516e6c9c8c6f729fc757c0a36b80a83ae9566

Contents?: true

Size: 981 Bytes

Versions: 7

Compression:

Stored size: 981 Bytes

Contents

# Copyright 2010 Sean Cribbs, Sonian Inc., and Basho Technologies, Inc.
#
#    Licensed under the Apache License, Version 2.0 (the "License");
#    you may not use this file except in compliance with the License.
#    You may obtain a copy of the License at
#
#        http://www.apache.org/licenses/LICENSE-2.0
#
#    Unless required by applicable law or agreed to in writing, software
#    distributed under the License is distributed on an "AS IS" BASIS,
#    WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
#    See the License for the specific language governing permissions and
#    limitations under the License.
require 'riak'
require 'rack'

module Riak
  autoload :SessionStore, "riak/session_store"
end

if defined?(ActionDispatch)
  module Ripple
    autoload :SessionStore, "ripple/session_store"
  end

  # @private
  module ActionDispatch
    # @private
    module Session
      autoload :RiakStore, "ripple/session_store"
    end
  end
end

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
riak-sessions-0.9.0 lib/riak-sessions.rb
riak-sessions-0.9.0.beta2 lib/riak-sessions.rb
riak-sessions-0.9.0.beta lib/riak-sessions.rb
riak-sessions-0.8.3 lib/riak-sessions.rb
riak-sessions-0.8.2 lib/riak-sessions.rb
riak-sessions-0.8.1 lib/riak-sessions.rb
riak-sessions-0.8.0 lib/riak-sessions.rb