focas-client 0.1.0 → 0.1.1

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: 437b2a6a29fd61f69fce24a4c4e4f64de74db25597c14167fd3c024390e03718
4
- data.tar.gz: 234ee05500b4d9a592abbb09e9ccade6c64acb34dc2484d3c8002a0020e37353
3
+ metadata.gz: eda8b71ebb1b5782bfc98a1a3a80eb0c7ff797bd2c7c97284b44b7d1d29e6ddf
4
+ data.tar.gz: 8a48b3886d3ff230d1d23a9484eebc3f94af58e72326e96a668b7d2f6f30a329
5
5
  SHA512:
6
- metadata.gz: e080feab65aac91830754c283fdc952a7f2357763de5d39ac604dfcaffcdc7c6593d56c3affe25f0a1999ff38a4075e671577040c18d00016dee3a41d80963d4
7
- data.tar.gz: 93f76018b8144b04276f3cfcce33d463a4cd497e844b0eb2128199f66aef20a42319b899f27da5be108933f654f1c09d09091fbd07d69ec9b7792b58d71eea55
6
+ metadata.gz: e45e4fed447778fbf83237be62cb60c948a0be3461cddf9b5a208372de09b59615f82fd1b8eae56d33665375598ca4874a6ee1702ee1a456ec19403d72f2cfb3
7
+ data.tar.gz: 276453f7db9b85feaec6f1aa1b277207c7d1b80e7187c17e0c9fba4d6d237eb166094bdd8510b0450dee8455e43da2fc2ad22447f6dad91c913cccf4eb09e7db
data/CHANGELOG.md CHANGED
@@ -1 +1 @@
1
- ## 0.1.0 (開發中)
1
+ ## 0.1.1 (開發中)
data/Gemfile.lock CHANGED
@@ -1,22 +1,22 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- focas-client (0.1.0)
4
+ focas-client (0.1.1)
5
5
  activesupport (>= 4.0)
6
6
 
7
7
  GEM
8
8
  remote: https://rubygems.org/
9
9
  specs:
10
- activesupport (7.0.4.2)
10
+ activesupport (7.0.4.3)
11
11
  concurrent-ruby (~> 1.0, >= 1.0.2)
12
12
  i18n (>= 1.6, < 2)
13
13
  minitest (>= 5.1)
14
14
  tzinfo (~> 2.0)
15
15
  concurrent-ruby (1.2.2)
16
16
  diff-lcs (1.5.0)
17
- i18n (1.12.0)
17
+ i18n (1.13.0)
18
18
  concurrent-ruby (~> 1.0)
19
- minitest (5.17.0)
19
+ minitest (5.18.0)
20
20
  rake (12.3.3)
21
21
  rspec (3.12.0)
22
22
  rspec-core (~> 3.12.0)
data/README.md CHANGED
@@ -30,9 +30,9 @@ $ rails generate focas:install
30
30
 
31
31
  ```yml
32
32
  - config.production_mode # 0: 開發環境 / 1: 正式站,預設為 0
33
+ - config.mer_id # 通常是統編
33
34
  - config.marchant_id # 商店 ID
34
- - config.hash_key
35
- - config.hash_iv
35
+ - config.terminal_id # 付費終端機 ID
36
36
  ```
37
37
 
38
38
  ## Usage
data/lib/focas/version.rb CHANGED
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Focas
4
- VERSION = '0.1.0'
4
+ VERSION = '0.1.1'
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: focas-client
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
4
+ version: 0.1.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Daniel Lin (pct)