Sha256: 6b677486f0e1bbc86b541b2fe36c44e57cb1a38333b6bf5087e1f02131691bfb
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.2.0'.freeze end end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
rack-session-smart_cookie-0.2.0 | lib/rack/session/smart_cookie/version.rb |