color_me_shop 1.1.0 → 1.1.1

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 8f2858106378aac6ce2fc349a81110911ebd5dd75693121b53663fed7d9fea36
4
- data.tar.gz: f233926907bfdc7a55de4af462de5f7503fa941afce34cb51bc1dec8b4e60414
3
+ metadata.gz: 50a21be8211e3c4b7f7e66a580417ee252e27b55433fb9d09a3e5b324c0474e5
4
+ data.tar.gz: 9d8f504dc71583823acdf42827101ee1a76bf7041e4716fcea4b4d488d1562cc
5
5
  SHA512:
6
- metadata.gz: 3834ce596bf72e1723c11a5ec144ace6553a84d5802ba5f8db4ce1a5249f6910e54916d68f1e9d94701c19c2641c7bd70bc436f0e45ddefdc01ad06c661a2861
7
- data.tar.gz: b343502cdda297bea531df4704d8d2d0158ae9899f0c485ae53bf75fc0b7e3ea3989c8708df085cf556e6fa3c609bc9713d47e1940c4ee8aa127ac530a0d6788
6
+ metadata.gz: cd86e75a98c7263e8cebeb45c6075c19cf0fd2462f8f5bd6c16e134adf27ea301f9c936fa91d30bb45e33df1f8d42615afffc3aa590521201f246cffdded3df5
7
+ data.tar.gz: f34d6b084847061843c8983709c160c021f1aa54d9cbaec9da151a1969664893965211da3b83309ad79684db47f3d476779319faa58b18c248468c345e0b62bd
data/CHANGELOG.md ADDED
@@ -0,0 +1,18 @@
1
+ # Changelog
2
+
3
+ All notable changes to this project will be documented in this file.
4
+
5
+ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
6
+
7
+ ## Unreleased
8
+
9
+ ## 1.1.1 - 2023-02-24
10
+
11
+ ### Added
12
+
13
+ - [get customersにlimit, offsetパラメータを追加](https://github.com/pepabo/colormeshop-ruby/pull/6)
14
+
15
+ ### Changed
16
+
17
+ - [jsonのバージョン制約を緩和する](https://github.com/pepabo/colormeshop-ruby/pull/7)
18
+ - [一時的にRuby 2だけをサポートする](https://github.com/pepabo/colormeshop-ruby/pull/8)
data/Gemfile.lock CHANGED
@@ -1,49 +1,40 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- color_me_shop (1.1.0)
5
- json (~> 2.1, >= 2.1.0)
4
+ color_me_shop (1.1.1)
5
+ json
6
6
  typhoeus (~> 1.0, >= 1.0.1)
7
7
 
8
8
  GEM
9
9
  remote: https://rubygems.org/
10
10
  specs:
11
- ZenTest (4.11.1)
12
- addressable (2.5.2)
13
- public_suffix (>= 2.0.2, < 4.0)
14
- autotest (4.4.6)
15
- ZenTest (>= 4.4.1)
16
- autotest-fsevent (0.2.13)
17
- sys-uname
18
- autotest-growl (0.2.16)
19
- autotest-rails-pure (4.1.2)
20
- crack (0.4.3)
21
- safe_yaml (~> 1.0.0)
22
- diff-lcs (1.3)
23
- ethon (0.11.0)
24
- ffi (>= 1.3.0)
25
- ffi (1.9.25)
26
- hashdiff (0.3.7)
27
- json (2.1.0)
28
- public_suffix (3.0.2)
11
+ addressable (2.8.1)
12
+ public_suffix (>= 2.0.2, < 6.0)
13
+ crack (0.4.5)
14
+ rexml
15
+ diff-lcs (1.5.0)
16
+ ethon (0.16.0)
17
+ ffi (>= 1.15.0)
18
+ ffi (1.15.5)
19
+ hashdiff (1.0.1)
20
+ json (2.6.3)
21
+ public_suffix (5.0.1)
29
22
  rake (12.0.0)
30
- rspec (3.7.0)
31
- rspec-core (~> 3.7.0)
32
- rspec-expectations (~> 3.7.0)
33
- rspec-mocks (~> 3.7.0)
34
- rspec-core (3.7.1)
35
- rspec-support (~> 3.7.0)
36
- rspec-expectations (3.7.0)
23
+ rexml (3.2.5)
24
+ rspec (3.12.0)
25
+ rspec-core (~> 3.12.0)
26
+ rspec-expectations (~> 3.12.0)
27
+ rspec-mocks (~> 3.12.0)
28
+ rspec-core (3.12.1)
29
+ rspec-support (~> 3.12.0)
30
+ rspec-expectations (3.12.2)
37
31
  diff-lcs (>= 1.2.0, < 2.0)
38
- rspec-support (~> 3.7.0)
39
- rspec-mocks (3.7.0)
32
+ rspec-support (~> 3.12.0)
33
+ rspec-mocks (3.12.3)
40
34
  diff-lcs (>= 1.2.0, < 2.0)
41
- rspec-support (~> 3.7.0)
42
- rspec-support (3.7.1)
43
- safe_yaml (1.0.4)
44
- sys-uname (1.0.3)
45
- ffi (>= 1.0.0)
46
- typhoeus (1.3.0)
35
+ rspec-support (~> 3.12.0)
36
+ rspec-support (3.12.0)
37
+ typhoeus (1.4.0)
47
38
  ethon (>= 0.9.0)
48
39
  vcr (3.0.3)
49
40
  webmock (1.24.6)
@@ -52,13 +43,9 @@ GEM
52
43
  hashdiff
53
44
 
54
45
  PLATFORMS
55
- ruby
46
+ arm64-darwin-21
56
47
 
57
48
  DEPENDENCIES
58
- autotest (~> 4.4, >= 4.4.6)
59
- autotest-fsevent (~> 0.2, >= 0.2.12)
60
- autotest-growl (~> 0.2, >= 0.2.16)
61
- autotest-rails-pure (~> 4.1, >= 4.1.2)
62
49
  color_me_shop!
63
50
  rake (~> 12.0.0)
64
51
  rspec (~> 3.6, >= 3.6.0)
@@ -66,4 +53,4 @@ DEPENDENCIES
66
53
  webmock (~> 1.24, >= 1.24.3)
67
54
 
68
55
  BUNDLED WITH
69
- 1.16.2
56
+ 2.3.26
data/bin/generate ADDED
@@ -0,0 +1,12 @@
1
+ #!/bin/bash
2
+
3
+ set -eu
4
+
5
+ ROOT_PATH=$(cd $(dirname $0)/.. && pwd)
6
+
7
+ docker run --rm -v ${ROOT_PATH}:/local openapitools/openapi-generator-cli:latest generate \
8
+ -DmodelTests=false -DapiTests=false \
9
+ -i https://api.shop-pro.jp/v1/swagger.json \
10
+ -g ruby \
11
+ -o /local/ \
12
+ --additional-properties moduleName=ColorMeShop,gemAuthor="GMO Pepabo inc.",gemHomepage=https://shop-pro.jp,gemLicense=MIT,gemDescription="カラーミーショップAPIのRubyクライアントです。",gemVersion=1.1.0
@@ -1,17 +1,3 @@
1
- # -*- encoding: utf-8 -*-
2
-
3
- =begin
4
- #カラーミーショップ API
5
-
6
- ## カラーミーショップ API [カラーミーショップ](https://shop-pro.jp) APIでは、受注の検索や商品情報の更新を行うことができます。 ## 利用手順 はじめに、カラーミーデベロッパーアカウントを用意します。[デベロッパー登録ページ](https://api.shop-pro.jp/developers/sign_up)から登録してください。 次に、[登録ページ](https://api.shop-pro.jp/oauth/applications/new)からアプリケーション登録を行ってください。 スマートフォンのWebViewを利用する場合は、リダイレクトURLに`urn:ietf:wg:oauth:2.0:oob`を入力してください。 その後、カラーミーショップアカウントの認証ページを開きます。認証ページのURLは、`https://api.shop-pro.jp/oauth/authorize`に必要なパラメータをつけたものです。 |パラメータ名|値| |---|---| |`client_id`|アプリケーション詳細画面で確認できるクライアントID| |`response_type`|\"code\"という文字列| |`scope`| 別表参照| |`redirect_url`|アプリケーション登録時に入力したリダイレクトURL| `scope`は、以下のうち、アプリケーションが利用したい機能をスペース区切りで指定してください。 |スコープ|機能| |---|---| |`read_products`|商品データの参照| |`write_products`|在庫データの更新| |`read_sales`|受注・顧客データの参照| |`write_sales`|受注データの更新| 以下のようなURLとなります。 ``` https://api.shop-pro.jp/oauth/authorize?client_id=CLIENT_ID&redirect_uri=REDIRECT_URL&response_type=code&scope=read_products%20write_products ``` 初めてこのページを訪れる場合は、カラーミーショップアカウントのIDとパスワードの入力を求められます。 承認ボタンを押すと、このアプリケーションがショップのデータにアクセスすることが許可され、リダイレクトURLへリダイレクトされます。 承認された場合は、`code`というクエリパラメータに認可コードが付与されます。承認がキャンセルされた、またはエラーが起きた場合は、 `error`パラメータにエラーの内容を表す文字列が与えられます。 アプリケーション登録時のリダイレクトURLに`urn:ietf:wg:oauth:2.0:oob`を指定した場合は、以下のようなURLにリダイレクトされます。 末尾のパスが認可コードになっています。 ``` https://api.shop-pro.jp/oauth/authorize/AUTH_CODE ``` 認可コードの有効期限は発行から10分間です。 最後に、認可コードとアクセストークンを交換します。以下のパラメータを付けて、`https://api.shop-pro.jp/oauth/token`へリクエストを送ります。 |パラメータ名|値| |---|---| |`client_id`|アプリケーション詳細画面に表示されているクライアントID| |`client_secret`|アプリケーション詳細画面に表示されているクライアントシークレット| |`code`|取得した認可コード| |`grant_type`|\"authorization_code\"という文字列| |`redirect_uri`|アプリケーション登録時に入力したリダイレクトURL| ```console # curl での例 $ curl -X POST \\ -d'client_id=CLIENT_ID' \\ -d'client_secret=CLIENT_SECRET' \\ -d'code=CODE' \\ -d'grant_type=authorization_code' \\ -d'redirect_uri=REDIRECT_URI' \\ 'https://api.shop-pro.jp/oauth/token' ``` リクエストが成功すると、以下のようなJSONが返ってきます。 ```json { \"access_token\": \"d461ab8XXXXXXXXXXXXXXXXXXXXXXXXX\", \"token_type\": \"bearer\", \"scope\": \"read_products write_products\" } ``` アクセストークンに有効期限はありませんが、許可済みアプリケーション一覧画面から失効させることができます。なお、同じ認可コードをアクセストークンに交換できるのは1度だけです。 取得したアクセストークンは、Authorizationヘッダに入れて使用します。以下にショップ情報を取得する際の例を示します。 ```console # curlの例 $ curl -H 'Authorization: Bearer d461ab8XXXXXXXXXXXXXXXXXXXXXXXXX' https://api.shop-pro.jp/v1/shop.json ``` ## エラー カラーミーショップAPI v1では - エラーコード - エラーメッセージ - ステータスコード の配列でエラーを表現します。以下に例を示します。 ```json { \"errors\": [ { \"code\": 404100, \"message\": \"レコードが見つかりませんでした。\", \"status\": 404 } ] } ```
7
-
8
- OpenAPI spec version: 1.0.0
9
-
10
- Generated by: https://openapi-generator.tech
11
- OpenAPI Generator version: 3.2.0-SNAPSHOT
12
-
13
- =end
14
-
15
1
  $:.push File.expand_path("../lib", __FILE__)
16
2
  require "color_me_shop/version"
17
3
 
@@ -25,18 +11,14 @@ Gem::Specification.new do |s|
25
11
  s.summary = "カラーミーショップ API Ruby Gem"
26
12
  s.description = "カラーミーショップAPIのRubyクライアントです。"
27
13
  s.license = 'MIT'
28
- s.required_ruby_version = ">= 1.9"
14
+ s.required_ruby_version = "~> 2.0"
29
15
 
30
16
  s.add_runtime_dependency 'typhoeus', '~> 1.0', '>= 1.0.1'
31
- s.add_runtime_dependency 'json', '~> 2.1', '>= 2.1.0'
17
+ s.add_runtime_dependency 'json'
32
18
 
33
19
  s.add_development_dependency 'rspec', '~> 3.6', '>= 3.6.0'
34
20
  s.add_development_dependency 'vcr', '~> 3.0', '>= 3.0.1'
35
21
  s.add_development_dependency 'webmock', '~> 1.24', '>= 1.24.3'
36
- s.add_development_dependency 'autotest', '~> 4.4', '>= 4.4.6'
37
- s.add_development_dependency 'autotest-rails-pure', '~> 4.1', '>= 4.1.2'
38
- s.add_development_dependency 'autotest-growl', '~> 0.2', '>= 0.2.16'
39
- s.add_development_dependency 'autotest-fsevent', '~> 0.2', '>= 0.2.12'
40
22
 
41
23
  s.files = `find *`.split("\n").uniq.sort.select { |f| !f.empty? }
42
24
  s.test_files = `find spec/*`.split("\n")
@@ -122,6 +122,8 @@ module ColorMeShop
122
122
  query_params[:'make_date_max'] = opts[:'make_date_max'] if !opts[:'make_date_max'].nil?
123
123
  query_params[:'update_date_min'] = opts[:'update_date_min'] if !opts[:'update_date_min'].nil?
124
124
  query_params[:'update_date_max'] = opts[:'update_date_max'] if !opts[:'update_date_max'].nil?
125
+ query_params[:'limit'] = opts[:'limit'] if !opts[:'limit'].nil?
126
+ query_params[:'offset'] = opts[:'offset'] if !opts[:'offset'].nil?
125
127
 
126
128
  # header parameters
127
129
  header_params = {}
@@ -1,15 +1,3 @@
1
- =begin
2
- #カラーミーショップ API
3
-
4
- ## カラーミーショップ API [カラーミーショップ](https://shop-pro.jp) APIでは、受注の検索や商品情報の更新を行うことができます。 ## 利用手順 はじめに、カラーミーデベロッパーアカウントを用意します。[デベロッパー登録ページ](https://api.shop-pro.jp/developers/sign_up)から登録してください。 次に、[登録ページ](https://api.shop-pro.jp/oauth/applications/new)からアプリケーション登録を行ってください。 スマートフォンのWebViewを利用する場合は、リダイレクトURLに`urn:ietf:wg:oauth:2.0:oob`を入力してください。 その後、カラーミーショップアカウントの認証ページを開きます。認証ページのURLは、`https://api.shop-pro.jp/oauth/authorize`に必要なパラメータをつけたものです。 |パラメータ名|値| |---|---| |`client_id`|アプリケーション詳細画面で確認できるクライアントID| |`response_type`|\"code\"という文字列| |`scope`| 別表参照| |`redirect_url`|アプリケーション登録時に入力したリダイレクトURL| `scope`は、以下のうち、アプリケーションが利用したい機能をスペース区切りで指定してください。 |スコープ|機能| |---|---| |`read_products`|商品データの参照| |`write_products`|在庫データの更新| |`read_sales`|受注・顧客データの参照| |`write_sales`|受注データの更新| 以下のようなURLとなります。 ``` https://api.shop-pro.jp/oauth/authorize?client_id=CLIENT_ID&redirect_uri=REDIRECT_URL&response_type=code&scope=read_products%20write_products ``` 初めてこのページを訪れる場合は、カラーミーショップアカウントのIDとパスワードの入力を求められます。 承認ボタンを押すと、このアプリケーションがショップのデータにアクセスすることが許可され、リダイレクトURLへリダイレクトされます。 承認された場合は、`code`というクエリパラメータに認可コードが付与されます。承認がキャンセルされた、またはエラーが起きた場合は、 `error`パラメータにエラーの内容を表す文字列が与えられます。 アプリケーション登録時のリダイレクトURLに`urn:ietf:wg:oauth:2.0:oob`を指定した場合は、以下のようなURLにリダイレクトされます。 末尾のパスが認可コードになっています。 ``` https://api.shop-pro.jp/oauth/authorize/AUTH_CODE ``` 認可コードの有効期限は発行から10分間です。 最後に、認可コードとアクセストークンを交換します。以下のパラメータを付けて、`https://api.shop-pro.jp/oauth/token`へリクエストを送ります。 |パラメータ名|値| |---|---| |`client_id`|アプリケーション詳細画面に表示されているクライアントID| |`client_secret`|アプリケーション詳細画面に表示されているクライアントシークレット| |`code`|取得した認可コード| |`grant_type`|\"authorization_code\"という文字列| |`redirect_uri`|アプリケーション登録時に入力したリダイレクトURL| ```console # curl での例 $ curl -X POST \\ -d'client_id=CLIENT_ID' \\ -d'client_secret=CLIENT_SECRET' \\ -d'code=CODE' \\ -d'grant_type=authorization_code' \\ -d'redirect_uri=REDIRECT_URI' \\ 'https://api.shop-pro.jp/oauth/token' ``` リクエストが成功すると、以下のようなJSONが返ってきます。 ```json { \"access_token\": \"d461ab8XXXXXXXXXXXXXXXXXXXXXXXXX\", \"token_type\": \"bearer\", \"scope\": \"read_products write_products\" } ``` アクセストークンに有効期限はありませんが、許可済みアプリケーション一覧画面から失効させることができます。なお、同じ認可コードをアクセストークンに交換できるのは1度だけです。 取得したアクセストークンは、Authorizationヘッダに入れて使用します。以下にショップ情報を取得する際の例を示します。 ```console # curlの例 $ curl -H 'Authorization: Bearer d461ab8XXXXXXXXXXXXXXXXXXXXXXXXX' https://api.shop-pro.jp/v1/shop.json ``` ## エラー カラーミーショップAPI v1では - エラーコード - エラーメッセージ - ステータスコード の配列でエラーを表現します。以下に例を示します。 ```json { \"errors\": [ { \"code\": 404100, \"message\": \"レコードが見つかりませんでした。\", \"status\": 404 } ] } ```
5
-
6
- OpenAPI spec version: 1.0.0
7
-
8
- Generated by: https://openapi-generator.tech
9
- OpenAPI Generator version: 3.2.0-SNAPSHOT
10
-
11
- =end
12
-
13
1
  module ColorMeShop
14
- VERSION = '1.1.0'
2
+ VERSION = '1.1.1'
15
3
  end
Binary file
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: color_me_shop
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.1.0
4
+ version: 1.1.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - GMO Pepabo inc.
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2018-08-01 00:00:00.000000000 Z
11
+ date: 2023-02-24 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: typhoeus
@@ -34,22 +34,16 @@ dependencies:
34
34
  name: json
35
35
  requirement: !ruby/object:Gem::Requirement
36
36
  requirements:
37
- - - "~>"
38
- - !ruby/object:Gem::Version
39
- version: '2.1'
40
37
  - - ">="
41
38
  - !ruby/object:Gem::Version
42
- version: 2.1.0
39
+ version: '0'
43
40
  type: :runtime
44
41
  prerelease: false
45
42
  version_requirements: !ruby/object:Gem::Requirement
46
43
  requirements:
47
- - - "~>"
48
- - !ruby/object:Gem::Version
49
- version: '2.1'
50
44
  - - ">="
51
45
  - !ruby/object:Gem::Version
52
- version: 2.1.0
46
+ version: '0'
53
47
  - !ruby/object:Gem::Dependency
54
48
  name: rspec
55
49
  requirement: !ruby/object:Gem::Requirement
@@ -110,86 +104,6 @@ dependencies:
110
104
  - - ">="
111
105
  - !ruby/object:Gem::Version
112
106
  version: 1.24.3
113
- - !ruby/object:Gem::Dependency
114
- name: autotest
115
- requirement: !ruby/object:Gem::Requirement
116
- requirements:
117
- - - "~>"
118
- - !ruby/object:Gem::Version
119
- version: '4.4'
120
- - - ">="
121
- - !ruby/object:Gem::Version
122
- version: 4.4.6
123
- type: :development
124
- prerelease: false
125
- version_requirements: !ruby/object:Gem::Requirement
126
- requirements:
127
- - - "~>"
128
- - !ruby/object:Gem::Version
129
- version: '4.4'
130
- - - ">="
131
- - !ruby/object:Gem::Version
132
- version: 4.4.6
133
- - !ruby/object:Gem::Dependency
134
- name: autotest-rails-pure
135
- requirement: !ruby/object:Gem::Requirement
136
- requirements:
137
- - - "~>"
138
- - !ruby/object:Gem::Version
139
- version: '4.1'
140
- - - ">="
141
- - !ruby/object:Gem::Version
142
- version: 4.1.2
143
- type: :development
144
- prerelease: false
145
- version_requirements: !ruby/object:Gem::Requirement
146
- requirements:
147
- - - "~>"
148
- - !ruby/object:Gem::Version
149
- version: '4.1'
150
- - - ">="
151
- - !ruby/object:Gem::Version
152
- version: 4.1.2
153
- - !ruby/object:Gem::Dependency
154
- name: autotest-growl
155
- requirement: !ruby/object:Gem::Requirement
156
- requirements:
157
- - - "~>"
158
- - !ruby/object:Gem::Version
159
- version: '0.2'
160
- - - ">="
161
- - !ruby/object:Gem::Version
162
- version: 0.2.16
163
- type: :development
164
- prerelease: false
165
- version_requirements: !ruby/object:Gem::Requirement
166
- requirements:
167
- - - "~>"
168
- - !ruby/object:Gem::Version
169
- version: '0.2'
170
- - - ">="
171
- - !ruby/object:Gem::Version
172
- version: 0.2.16
173
- - !ruby/object:Gem::Dependency
174
- name: autotest-fsevent
175
- requirement: !ruby/object:Gem::Requirement
176
- requirements:
177
- - - "~>"
178
- - !ruby/object:Gem::Version
179
- version: '0.2'
180
- - - ">="
181
- - !ruby/object:Gem::Version
182
- version: 0.2.12
183
- type: :development
184
- prerelease: false
185
- version_requirements: !ruby/object:Gem::Requirement
186
- requirements:
187
- - - "~>"
188
- - !ruby/object:Gem::Version
189
- version: '0.2'
190
- - - ">="
191
- - !ruby/object:Gem::Version
192
- version: 0.2.12
193
107
  description: カラーミーショップAPIのRubyクライアントです。
194
108
  email:
195
109
  - ''
@@ -197,10 +111,12 @@ executables: []
197
111
  extensions: []
198
112
  extra_rdoc_files: []
199
113
  files:
114
+ - CHANGELOG.md
200
115
  - Gemfile
201
116
  - Gemfile.lock
202
117
  - README.md
203
118
  - Rakefile
119
+ - bin/generate
204
120
  - color_me_shop.gemspec
205
121
  - docs/ApplicationCharge.md
206
122
  - docs/ApplicationChargeCreateResponse.md
@@ -281,7 +197,7 @@ files:
281
197
  - lib/color_me_shop/models/shop.rb
282
198
  - lib/color_me_shop/models/stock.rb
283
199
  - lib/color_me_shop/version.rb
284
- - pkg/color_me_shop-1.1.0.gem
200
+ - pkg/color_me_shop-1.1.1.gem
285
201
  - spec/api_client_spec.rb
286
202
  - spec/configuration_spec.rb
287
203
  - spec/spec_helper.rb
@@ -295,17 +211,16 @@ require_paths:
295
211
  - lib
296
212
  required_ruby_version: !ruby/object:Gem::Requirement
297
213
  requirements:
298
- - - ">="
214
+ - - "~>"
299
215
  - !ruby/object:Gem::Version
300
- version: '1.9'
216
+ version: '2.0'
301
217
  required_rubygems_version: !ruby/object:Gem::Requirement
302
218
  requirements:
303
219
  - - ">="
304
220
  - !ruby/object:Gem::Version
305
221
  version: '0'
306
222
  requirements: []
307
- rubyforge_project:
308
- rubygems_version: 2.7.6
223
+ rubygems_version: 3.1.6
309
224
  signing_key:
310
225
  specification_version: 4
311
226
  summary: カラーミーショップ API Ruby Gem
Binary file