Skip to content

Commit

Permalink
PR feedback
Browse files Browse the repository at this point in the history
  • Loading branch information
mullermp committed Sep 27, 2023
1 parent b0e82ed commit c0e3a59
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
4 changes: 3 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
Unreleased Changes
------------------

* Issue - Fix default value for String/Numeric Sets to be unset. (#133)
* Issue - Fix default value for String/Numeric Sets to be unset. (#133)

* Issue - Run Rubocop on all files. (#135)

2.11.0 (2023-06-02)
------------------
Expand Down
2 changes: 1 addition & 1 deletion Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ end

# Ensure the test:integration task behaves as it always has
desc 'run integration tests'
task 'test:integration' do |_t|
task 'test:integration' do
if ENV['AWS_INTEGRATION']
Rake::Task['cucumber'].invoke
else
Expand Down
2 changes: 1 addition & 1 deletion aws-record.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Gem::Specification.new do |spec|
spec.name = 'aws-record'
spec.version = File.read(File.expand_path('VERSION', __dir__)).strip
spec.authors = ['Amazon Web Services']
spec.email = ['mamuller@amazon.com', 'alexwoo@amazon.com']
spec.email = ['aws-dr-rubygems@amazon.com']
spec.summary = 'AWS Record library for Amazon DynamoDB'
spec.description = 'Provides an object mapping abstraction for Amazon DynamoDB.'
spec.homepage = 'https://github.com/aws/aws-sdk-ruby-record'
Expand Down

0 comments on commit c0e3a59

Please sign in to comment.