Skip to content

Commit

Permalink
updated version number and verified specs prior to release
Browse files Browse the repository at this point in the history
  • Loading branch information
vaughanbrittonsage committed Feb 9, 2017
1 parent 5a087b8 commit d5ea3a5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/dynamodb_framework/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module DynamoDbFramework
VERSION = '1.2.0'
VERSION = '1.3.0'
end
2 changes: 1 addition & 1 deletion spec/spec_helper.rb
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
add_filter '/spec/'
end

DYNAMODB_STORE_ENDPOINT = 'http://192.168.99.100:8000'
DYNAMODB_STORE_ENDPOINT = 'http://0.0.0.0:8000'

Aws.config[:credentials] = Aws::Credentials.new('test_key', 'test_secret')
Aws.config[:region] = 'eu-west-1'
Expand Down

0 comments on commit d5ea3a5

Please sign in to comment.