Skip to content

Commit 83d77cd

Browse files
committed
Remove VERSION constant (fixes JSON related aws-sdk dependency issues)
1 parent f6c57c6 commit 83d77cd

File tree

2 files changed

+1
-25
lines changed

2 files changed

+1
-25
lines changed

aws-dynamodb-sessionstore.gemspec

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -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-
61
Gem::Specification.new do |spec|
72
spec.name = "aws-dynamodb-sessionstore"
8-
spec.version = AWS::DynamoDB::SessionStore::VERSION
3+
spec.version = "0.5.0"
94
spec.authors = ["Ruby Robinson"]
105
spec.summary = "The Amazon DynamoDB Session Store handles sessions for Ruby web applications using a DynamoDB backend."
116
spec.homepage = "http://github.com/aws/aws-dynamodb-sessionstore-ruby"

lib/aws/dynamo_db/session_store/version.rb

Lines changed: 0 additions & 19 deletions
This file was deleted.

0 commit comments

Comments
 (0)