cocoapods-byte-csjm 0.0.6 → 0.0.12

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: db3d1cc60a57737f5f18b7cdd3429e77907e9485d088987f1525d9c02567cc12
4
- data.tar.gz: 30aa01483e4e96849f33594af076073a23396e6a8a236eae64ccc263122640dc
3
+ metadata.gz: c7b0bdb91137320a843b3bd425657bf7929efc45e2d9b71cd12db29a161e61f2
4
+ data.tar.gz: 7f7e937fc576a7be6ff400efd50b84807c1e7b0f275ca1d11ebee8c8455f47b6
5
5
  SHA512:
6
- metadata.gz: f97a785c0dd789e00a029bfe94a2c3eb68326bc2605ea6560fe00576710714b8f84e91490f083dea2087bad7474940ccfa27ef70790ac8d447db4f613c56d785
7
- data.tar.gz: 352e40cca23eea2989716e841115e2d255c401b3efd5e434e13df077de3aae84b5375d85c4d13ba1ccdc7cb3ff245f01445a42f983d5ebd450c713834d722f4e
6
+ metadata.gz: 9b79fca02e16be7441a5a68fd5ed4a19be93f02d77a59192b5ac060c84712d3a86b53901a8e2483ea2172b588cab398fec6f705e015480669f40c7ab98e246ff
7
+ data.tar.gz: 0b0e7cf9e5024444891118974d70474628551d37d3afb9e347327d218b616ddac1aead791d45c39b1ede44ce40a14d127419c994a7e904f62c5036b91b647296
Binary file
@@ -1,5 +1,5 @@
1
1
  module CocoapodsByteCsjm
2
- VERSION = "0.0.6"
2
+ VERSION = "0.0.12"
3
3
  class Version
4
4
  def self.version
5
5
  VERSION
@@ -26,18 +26,14 @@ module CSJMPlugin
26
26
 
27
27
  def CSJMPlugin.update
28
28
  puts "Checking for updates..."
29
-
30
29
  # output = system('gem update cocoapods-byte-csjm')
31
-
32
-
33
30
  command = 'gem install cocoapods-byte-csjm'
34
31
  stdout, stderr, status = Open3.capture3(command)
35
32
 
36
33
  if status.success?
37
- puts "Gem安装成功"
34
+ puts "cocoapods-byte-csjm update sucess"
38
35
  else
39
- puts "Gem安装失败"
40
- puts "错误信息:#{stderr}"
36
+ puts "cocoapods-byte-csjm update fail message:#{stderr}"
41
37
  end
42
38
  end
43
39
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: cocoapods-byte-csjm
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.6
4
+ version: 0.0.12
5
5
  platform: ruby
6
6
  authors:
7
7
  - zhangtianhao.1230@bytedance.com
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2023-08-22 00:00:00.000000000 Z
11
+ date: 2023-08-23 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: cocoapods
@@ -71,6 +71,7 @@ files:
71
71
  - Rakefile
72
72
  - cocoapods-byte-csjm-0.0.4.gem
73
73
  - cocoapods-byte-csjm-0.0.5.gem
74
+ - cocoapods-byte-csjm-0.0.6.gem
74
75
  - cocoapods-byte-csjm.gemspec
75
76
  - lib/cocoapods-byte-csjm.rb
76
77
  - lib/cocoapods-byte-csjm/config.rb
@@ -100,7 +101,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
100
101
  - !ruby/object:Gem::Version
101
102
  version: '0'
102
103
  requirements: []
103
- rubygems_version: 3.4.13
104
+ rubygems_version: 3.2.3
104
105
  signing_key:
105
106
  specification_version: 4
106
107
  summary: a plugin for csjm