pagiii 0.0.9 → 0.0.10
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 +4 -4
- data/bin/pagiii +2 -2
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 7755458ae3c0f870ffa2ce9a4b399af7e63b27434f519f4b234105de4012dea5
|
|
4
|
+
data.tar.gz: 1f776e5bd611222b26a6a42896176ff4860213a5b18e2cac902fbc3d59265740
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 79cd11e255f1b395896422be70bf2a9e1fcc421508ff03c0fb549a14a3bfadf6399a667e337cd69d292b0498a7a9b978844bfc6aea29eac6fcbefcfe24231a4f
|
|
7
|
+
data.tar.gz: f1fdde170d73890991b3cc26a4ca50ad4d7ebc9f798f4eeaa919a665a184f8cf2fe36a21737d485199ba2334436ac2eb491a81ce9489bac9c164b3a7d69e66ff
|
data/bin/pagiii
CHANGED
|
@@ -19,7 +19,7 @@ secret_id = 'WlENailhg7KEbZqXXwX4Y470HYGL8-U2af_bOZGVWeQ'
|
|
|
19
19
|
redirect_uri = 'http://localhost:7654'
|
|
20
20
|
scope = 'read_theme write_theme delete_theme'
|
|
21
21
|
|
|
22
|
-
program :version, '0.0.
|
|
22
|
+
program :version, '0.0.10'
|
|
23
23
|
program :description, 'Pagiii CLI'
|
|
24
24
|
|
|
25
25
|
|
|
@@ -249,7 +249,7 @@ command 'theme:request' do |c|
|
|
|
249
249
|
say "authozation code: #{authorization_code}"
|
|
250
250
|
|
|
251
251
|
conn = Faraday.new(
|
|
252
|
-
url: "#{root_api}
|
|
252
|
+
url: "#{root_api}/site_owners/oauth/token",
|
|
253
253
|
params: {param: '1'},
|
|
254
254
|
headers: {
|
|
255
255
|
'Content-Type' => 'application/x-www-form-urlencoded'
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: pagiii
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.0.
|
|
4
|
+
version: 0.0.10
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Sugiarto
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2023-06-
|
|
11
|
+
date: 2023-06-24 00:00:00.000000000 Z
|
|
12
12
|
dependencies: []
|
|
13
13
|
description: CLI to support themes on pagiii CMS
|
|
14
14
|
email:
|