We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f6c57c6 commit 83d77cdCopy full SHA for 83d77cd
aws-dynamodb-sessionstore.gemspec
@@ -1,11 +1,6 @@
1
-# coding: utf-8
2
-lib = File.expand_path('../lib', __FILE__)
3
-$LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)
4
-require 'aws/dynamo_db/session_store/version'
5
-
6
Gem::Specification.new do |spec|
7
spec.name = "aws-dynamodb-sessionstore"
8
- spec.version = AWS::DynamoDB::SessionStore::VERSION
+ spec.version = "0.5.0"
9
spec.authors = ["Ruby Robinson"]
10
spec.summary = "The Amazon DynamoDB Session Store handles sessions for Ruby web applications using a DynamoDB backend."
11
spec.homepage = "http://github.com/aws/aws-dynamodb-sessionstore-ruby"
lib/aws/dynamo_db/session_store/version.rb
0 commit comments