lhj-tools 0.2.59 → 0.2.60

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: 0b1d113183468cf58d8ce14ef22990c96a507f33716a2da088f56a4157c3d433
4
- data.tar.gz: 8972b208acd3e14c5ebc9a5b208485de017524be9e93fdd5643e1fb0528f3898
3
+ metadata.gz: 3a0d582db4ef32f2a5a672b4d00f12f6f22d431dacba91600acc4ff86928bd1b
4
+ data.tar.gz: 24e872bb4b90c5df2594375a0870a82e3743fdda818663f1ca3d7e5769e9f2ed
5
5
  SHA512:
6
- metadata.gz: b47948cc96591c7b6d717b6f9c755448deac600b113fb31407b72e43d5272d2273a8f79af1b8679abfc3c1a35ba53a680b9ae73a7bb7236c290dcd00283f5724
7
- data.tar.gz: 79283d6caab2cdb57db0b0cf80096e7aaf1ad114f198fc40e3ff49a542ed679aa38ef87ab15e457ba3b10783c8f62d4e461fdd5971f5cf5e98dc99e38f85db2a
6
+ metadata.gz: 9eaeb8b7329646a485d38ed3c9cc9a38f02b4797a8adbbf8e9132ef7c767ca8202ccc7a6256397410a41e91408cfbf7fe7f8afb160b506d85d1a1bbd566e5ea2
7
+ data.tar.gz: f12e98e6d1d9eae53e82847cf90746094dd0a940a3a3954da5279e8256f093950f70983520cbaf4f3a3c09e6f36d67b0416a5d7a6bc4767cedd7604aaa37a088
@@ -10,7 +10,7 @@ require_relative 'tb_config'
10
10
  module Lhj
11
11
  # pgyer upload
12
12
  class Pgyer
13
- API_HOST = 'https://upload.pgyer.com/apiv1/app/upload'
13
+ API_HOST = 'https://upload.xcxwo.com/apiv1/app/upload'
14
14
 
15
15
  attr_reader :api_key, :user_key, :password, :result
16
16
 
@@ -111,7 +111,7 @@ module Lhj
111
111
  end
112
112
 
113
113
  def app_download_url
114
- "https://www.pgyer.com/#{@result['data']['appKey']}"
114
+ "https://www.xcxwo.com/#{@result['data']['appKey']}"
115
115
  end
116
116
  end
117
117
  end
@@ -7,7 +7,7 @@ require 'lhj/helper/pgyer_config'
7
7
  module Lhj
8
8
  # pgyer upload
9
9
  class PgyerShortcut
10
- API_SHORTCUT_HOST = 'https://www.pgyer.com/apiv2/app/getByShortcut'
10
+ API_SHORTCUT_HOST = 'https://www.xcxwo.com/apiv2/app/getByShortcut'
11
11
 
12
12
  attr_reader :api_key, :user_key, :password, :shortcut_url
13
13
 
data/lib/lhj/version.rb CHANGED
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Lhj
4
- VERSION = '0.2.59'
4
+ VERSION = '0.2.60'
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: lhj-tools
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.59
4
+ version: 0.2.60
5
5
  platform: ruby
6
6
  authors:
7
7
  - lihaijian
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2023-08-22 00:00:00.000000000 Z
11
+ date: 2023-09-25 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: xcodeproj