Skip to content

Commit

Permalink
Gem fix (#7)
Browse files Browse the repository at this point in the history
Fix missed files in gem package.
  • Loading branch information
johnnyshields authored May 13, 2022
1 parent 47d0f44 commit 2d32912
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

## Next

## 0.1.10 - 2022-05-13

- [PR#7](https://github.com/tablecheck/paygate-ruby/pull/7) Fix missed files in gem package. ([johnnyshields](https://github.com/johnnyshields))

## 0.1.9 - 2022-05-13

- [PR#6](https://github.com/jagdeepsingh/paygate-ruby/pull/6) Support Ruby 3.1. ([johnnyshields](https://github.com/johnnyshields))
Expand Down
2 changes: 1 addition & 1 deletion lib/paygate/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module Paygate
VERSION = '0.1.9'
VERSION = '0.1.10'
end
2 changes: 1 addition & 1 deletion paygate-ruby.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ Gem::Specification.new do |spec|
spec.summary = 'Ruby wrapper for PayGate Korea payment gateway'
spec.license = 'MIT'

spec.files = Dir.glob('lib/**/*') + %w[CHANGELOG.md LICENSE.txt README.md Rakefile]
spec.files = Dir.glob('{data,lib}/**/*') + %w[CHANGELOG.md LICENSE.txt README.md Rakefile]
spec.test_files = Dir.glob('spec/**/*')
spec.require_paths = ['lib']

Expand Down

0 comments on commit 2d32912

Please sign in to comment.