Skip to content

Commit

Permalink
Merge pull request #27 from Sage/require-fix
Browse files Browse the repository at this point in the history
Loaded aws-sdk-dynamodb gem into service
  • Loading branch information
banjoko01 committed Sep 17, 2021
2 parents b473ca7 + 162be26 commit 59072c4
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
1 change: 1 addition & 0 deletions lib/dynamodb_framework.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
require 'aws-sdk-dynamodb'
require 'hash_kit'
require 'json'
require_relative 'dynamodb_framework/version'
Expand Down
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 = '2.0.0'
VERSION = '2.0.1'
end
1 change: 0 additions & 1 deletion spec/spec_helper.rb
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@

require "rubygems"
require "bundler"
require 'aws-sdk-dynamodb'
require 'dynamodb_framework'
require_relative '../spec/test_migration_script1'
require_relative '../spec/test_migration_script2'
Expand Down

0 comments on commit 59072c4

Please sign in to comment.