Sha256: 2c4bcb9b4d0f7f9466ce911f8868fdb88edd2a1e7f023296e75bc67478e3243a

Contents?: true

Size: 325 Bytes

Versions: 1

Compression:

Stored size: 325 Bytes

Contents

# frozen_string_literal: false
begin
  require 'rack/session/cookie'
rescue LoadError
end

module Rack
  module Session
    # Stub out a parent class so gemspec can get the version from this file.
    Cookie = Class.new unless defined?(Cookie)

    class SmartCookie < Cookie
      VERSION = '0.1.3'.freeze
    end
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
rack-session-smart_cookie-0.1.3 lib/rack/session/smart_cookie/version.rb