ykioscmd 0.6.6 → 0.6.7

Sign up to get free protection for your applications and to get access to all the features.
@@ -22,7 +22,7 @@ module YkIosCmd
22
22
  end
23
23
 
24
24
  def upload_app(app_list_data)
25
- self.class.post('/project/updateAllAppProjects', body: { 'data' => app_list_data }.to_json)
25
+ self.class.post('/project/updateAllAppProjects', query: { "delete_depricated" => true }, body: { 'data' => app_list_data }.to_json)
26
26
  end
27
27
 
28
28
  def upload_component(data)
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module YkIosCmd
4
- VERSION = '0.6.6'
4
+ VERSION = '0.6.7'
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: ykioscmd
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.6.6
4
+ version: 0.6.7
5
5
  platform: ruby
6
6
  authors:
7
7
  - Major Tom
8
- autorequire:
8
+ autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2023-07-10 00:00:00.000000000 Z
11
+ date: 2023-11-07 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler
@@ -431,7 +431,7 @@ licenses: []
431
431
  metadata:
432
432
  homepage_uri: https://github.com/lyleLH
433
433
  source_code_uri: https://github.com/lyleLH/yk_command
434
- post_install_message:
434
+ post_install_message:
435
435
  rdoc_options: []
436
436
  require_paths:
437
437
  - lib
@@ -447,7 +447,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
447
447
  version: '0'
448
448
  requirements: []
449
449
  rubygems_version: 3.1.6
450
- signing_key:
450
+ signing_key:
451
451
  specification_version: 4
452
452
  summary: a short summary, because RubyGems requires one.
453
453
  test_files: []