yk_command 0.5.9 → 0.5.91

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: 0a174602b70774ab3f35c810d52f7bcd4c9ecc5005f36a8394fcb5c484be93d0
4
- data.tar.gz: ec8f4b4b03d110c21cf4a6f35d27c40abcfdfdeede658ad8b96746cee0a9348d
3
+ metadata.gz: f2135dddc89ceebc1657132c8f49dc3825fa8704fc885a4ad7abf6946e170572
4
+ data.tar.gz: 710948c2f2f30c50cddfb94d6a5824fc6511c1b05bd011a635c8fa6a0dc996c3
5
5
  SHA512:
6
- metadata.gz: 66f39fd20340b20713ccde71e70ac289c54e90a1c959f9306e3e6736edbd83dc56d851e1df920b2d20841700944b81490d1116406536219c5af340850a38c054
7
- data.tar.gz: 44f63546db7556afaa905f371281993d3cb3602422997efd8f43be3431da01119ef270348a96fb85a2b75098cde5dbc43f7832a887acdd78ecf737df655c9049
6
+ metadata.gz: 5d32f5e60e399e8f1bd6d0d5d999d2e60932e09d70fba87acd3dd80b2d44528f6229b779e59bcbc780ba4861f0db650b8dc8fbbb2fe72ef150a39c36035c94f6
7
+ data.tar.gz: b386b6e1739a19e1a2fac41d7235973287745cf2bbc0e8b8561b972f4744e7a9862c46103c47b34f204e8d7c2a9dc06fe0b4df922b4fc318d9176efae9c9860b
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- yk_command (0.5.9)
4
+ yk_command (0.5.91)
5
5
  bundler
6
6
  cocoapods
7
7
  cocoapods-core
@@ -123,7 +123,7 @@ module YkCommand
123
123
  say "failed :#{failed_count},#{failed_name_list}", :red
124
124
  say "skip :#{skip_count}", :yellow
125
125
 
126
- # bot_message path ,success_name_list,failed_name_list
126
+ bot_message path ,success_name_list,failed_name_list
127
127
 
128
128
  end
129
129
 
@@ -30,7 +30,7 @@ module YkCommand
30
30
  end
31
31
 
32
32
  def upload_third_lib_project(data)
33
- self.class.post('/project/updateAllComponents', body: { 'data' => data }.to_json)
33
+ self.class.post('/project/updateThirdPartyDependency', body: { 'data' => data }.to_json)
34
34
  end
35
35
 
36
36
  end
@@ -55,6 +55,7 @@ module YkCommand
55
55
  p = ComponentManagePlatform.new
56
56
  p.update_app_data
57
57
  p.update_component_data
58
+ p.update_third_lib_data
58
59
 
59
60
  end
60
61
 
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module YkCommand
4
- VERSION = '0.5.9'.freeze
4
+ VERSION = '0.5.91'.freeze
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: yk_command
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.5.9
4
+ version: 0.5.91
5
5
  platform: ruby
6
6
  authors:
7
7
  - Major Tom