Skip to content

Commit

Permalink
One more fix
Browse files Browse the repository at this point in the history
  • Loading branch information
johnnyshields committed May 13, 2022
1 parent 2d32912 commit 54a6656
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 6 deletions.
5 changes: 1 addition & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,9 @@

## Next

## 0.1.10 - 2022-05-13
## 0.1.11 - 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))
- [PR#6](https://github.com/jagdeepsingh/paygate-ruby/pull/6) Change repo attribution to TableCheck. ([johnnyshields](https://github.com/johnnyshields))
- [PR#6](https://github.com/jagdeepsingh/paygate-ruby/pull/6) Add rudimentary CI test. ([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.10'
VERSION = '0.1.11'
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('{data,lib}/**/*') + %w[CHANGELOG.md LICENSE.txt README.md Rakefile]
spec.files = Dir.glob('{data,lib,vendor}/**/*') + %w[CHANGELOG.md LICENSE.txt README.md Rakefile]
spec.test_files = Dir.glob('spec/**/*')
spec.require_paths = ['lib']

Expand Down

0 comments on commit 54a6656

Please sign in to comment.