bootpay-backend-ruby 3.0.0.pre.alpha.2 → 3.0.0.pre.alpha.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 0b19a7d9acc398906272052080dae99ae34351c7208d27d7059640b3f0e29fa0
4
- data.tar.gz: c5aa96d331d3a125144ac20d8f001383ddc7cd230aedb448b59cd9d2cdf4ae6e
3
+ metadata.gz: 3c39a84c5f8ae3dc4bdde7e2b7bf99a3b570ea66f5d2368442be24e888b148c7
4
+ data.tar.gz: 6d29b4e6920b8a995b2bc9cd06484eee06770b91daeefa263f2c90ea72c19331
5
5
  SHA512:
6
- metadata.gz: 4c1ceb6e5fb3a49871b8e8f463b23b3fc1d3540cf7c4604fc41fff091837ed734ed0478f6acc73591c24cb0f3bf636d4807694dd961f19de172679e0cd70dac4
7
- data.tar.gz: 778e67eff23481b3b13ad91e22cefb91b1b32640c6467ed6636a1d142a439ce7b302119f2fbe4d7f3fa268301520e8056ff20166a36fc0ea7ad04ec6c492ced6
6
+ metadata.gz: 7df5bdd01f1682769cb2fb5b6a90da35ba87cc289e2e9539104f671f474963dd8451b9916a8f5016b5b46bb44017b992cf733a2ae82ae8d8b3461d9c1b3f52d6
7
+ data.tar.gz: f9b0fcf40002c3c579b73da89bdca1829f861ad4c661f171bdc37392f208cec4f5005d0b3ffffff187a42a127d1c7a77b393e9b58aa33310f6ed36bf5f4e44da
data/CHANGELOG.md CHANGED
@@ -1,3 +1,7 @@
1
+ ### 3.0.0
2
+ - store api 추가
3
+ - 내부용 storage api 추가
4
+
1
5
  ### 2.0.5
2
6
  - 빌링결제 api 추가
3
7
  - 계좌 빌링 결제 api 추가
@@ -0,0 +1,4 @@
1
+ # lib/bootpay.rb
2
+ require_relative "bootpay/bootpay-rest-client"
3
+ require_relative "bootpay_storage/bootpay-storage-rest-client"
4
+ require_relative "bootpay_store/bootpay-store-rest-client"
data/lib/version.rb CHANGED
@@ -1,4 +1,4 @@
1
1
  # frozen_string_literal: true
2
2
  module Bootpay
3
- V2_VERSION = "3.0.0-alpha.2"
3
+ V2_VERSION = "3.0.0-alpha.3"
4
4
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: bootpay-backend-ruby
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.0.0.pre.alpha.2
4
+ version: 3.0.0.pre.alpha.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - gosomi
@@ -56,6 +56,7 @@ files:
56
56
  - bin/console
57
57
  - bin/setup
58
58
  - bootpay-backend-ruby.gemspec
59
+ - lib/bootpay-backend-ruby.rb
59
60
  - lib/bootpay/bootpay-rest-client.rb
60
61
  - lib/bootpay/concern.rb
61
62
  - lib/bootpay/concern/authenticate.rb