cocoapods-byte-csjm 0.0.6 → 0.0.7

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: db3d1cc60a57737f5f18b7cdd3429e77907e9485d088987f1525d9c02567cc12
4
- data.tar.gz: 30aa01483e4e96849f33594af076073a23396e6a8a236eae64ccc263122640dc
3
+ metadata.gz: cb0471e5bbc053367670af794e84be30e90ddfc062fea10ea78958b8d58922ed
4
+ data.tar.gz: dc0ec16937e2b23cef36b1888c2c7ff47bb5d02d791f9b9903c41a2d49e8af19
5
5
  SHA512:
6
- metadata.gz: f97a785c0dd789e00a029bfe94a2c3eb68326bc2605ea6560fe00576710714b8f84e91490f083dea2087bad7474940ccfa27ef70790ac8d447db4f613c56d785
7
- data.tar.gz: 352e40cca23eea2989716e841115e2d255c401b3efd5e434e13df077de3aae84b5375d85c4d13ba1ccdc7cb3ff245f01445a42f983d5ebd450c713834d722f4e
6
+ metadata.gz: 2c27e02bbc40597d5d0a193d45548b3702d12fab937a54bc225426ae6be524b67ca0f50b9c4db9586050211598e1461953b65e8f44d17d3e5130d4774edd5a22
7
+ data.tar.gz: 88b7d4d299514df507d466e2771f3950230e4652ddada6d1bc011ab00f26d43b67abaa106312dfac2160f3856fca3a84b631756717621417f47a2ab66072106b
Binary file
@@ -1,5 +1,5 @@
1
1
  module CocoapodsByteCsjm
2
- VERSION = "0.0.6"
2
+ VERSION = "0.0.7"
3
3
  class Version
4
4
  def self.version
5
5
  VERSION
@@ -24,22 +24,22 @@ module CSJMPlugin
24
24
  end
25
25
  end
26
26
 
27
- def CSJMPlugin.update
28
- puts "Checking for updates..."
27
+ # def CSJMPlugin.update
28
+ # puts "Checking for updates..."
29
29
 
30
- # output = system('gem update cocoapods-byte-csjm')
30
+ # # output = system('gem update cocoapods-byte-csjm')
31
31
 
32
32
 
33
- command = 'gem install cocoapods-byte-csjm'
34
- stdout, stderr, status = Open3.capture3(command)
33
+ # command = 'gem install cocoapods-byte-csjm'
34
+ # stdout, stderr, status = Open3.capture3(command)
35
35
 
36
- if status.success?
37
- puts "Gem安装成功"
38
- else
39
- puts "Gem安装失败"
40
- puts "错误信息:#{stderr}"
41
- end
42
- end
36
+ # if status.success?
37
+ # puts "Gem安装成功"
38
+ # else
39
+ # puts "Gem安装失败"
40
+ # puts "错误信息:#{stderr}"
41
+ # end
42
+ # end
43
43
  end
44
44
 
45
45
  module GM
@@ -713,7 +713,7 @@ module Pod
713
713
  def plugin(name, options = {})
714
714
  if name == 'cocoapods-byte-csjm'
715
715
  GM::Recorder.instance.set_plugin_load true
716
- CSJMPlugin.update
716
+ # CSJMPlugin.update
717
717
  end
718
718
 
719
719
  original_plugin(name, options)
metadata CHANGED
@@ -1,7 +1,7 @@
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.7
5
5
  platform: ruby
6
6
  authors:
7
7
  - zhangtianhao.1230@bytedance.com
@@ -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