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.
Files changed (3) hide show
  1. checksums.yaml +4 -4
  2. data/bin/pagiii +2 -2
  3. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: ecdc0c8db653928957edfe3880cfc2eab288bedf267c17930867181e0b6b50ab
4
- data.tar.gz: 4765852152a467195a6e28a3ece4950571c155c4243f4908691cb8c41831d004
3
+ metadata.gz: 7755458ae3c0f870ffa2ce9a4b399af7e63b27434f519f4b234105de4012dea5
4
+ data.tar.gz: 1f776e5bd611222b26a6a42896176ff4860213a5b18e2cac902fbc3d59265740
5
5
  SHA512:
6
- metadata.gz: 495f578b54941444565c478263eefee5425d3769227b26841d0934d7b5ce555aeaeaa6e0bebdab1371387fa517f811db3ebb060be2cada6ff13a3e2fb65651d9
7
- data.tar.gz: 72d505981c3ce53447cc0d3fcc41a7ccca2e2586649da0559d69da36071911c0056b07a779da398813244ba193c9c75f5f9c9f21597d761a97119198d724dabf
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.9'
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}/#{options.site}/oauth/token",
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.9
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-18 00:00:00.000000000 Z
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: