Sha256: 6351d39b6355c96815e0c041ea32cd7be6d746c4bcacb66921030fcb6043ff7f
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.2'.freeze end end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
rack-session-smart_cookie-0.1.2 | lib/rack/session/smart_cookie/version.rb |