cocoapods-vemars 0.0.8 → 0.0.9

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: 30550c108fbd5a78c3700c13e93afac49018e01bdb1905c7d173b0c70c7a3b7b
4
- data.tar.gz: d4903f6342f6a8e0b1a7b7ca632ca0595165d948137e05a84e009101b25fd03f
3
+ metadata.gz: a851c66bb67131db1792030b809e4e1e67efabe6f572773ad7dafb1074b44ad9
4
+ data.tar.gz: 37e96f45ae54e967b493d77c74862524e0d4dc2292dc4cddc24cf9c23011d3ae
5
5
  SHA512:
6
- metadata.gz: d8f4de048cf85455d281aead71f02a32a032709963dc793bba8aa410425fe29f866ad83c73973f3f6b32ae8558e07b2990b894a6eac62baa9c61d6daaa395f48
7
- data.tar.gz: e1f51022de625322340b8bf1b6283c9152b61832358fb8d445458f6bf1f34ee8f1abd80dc8a70dd09f96bba4b8b41c97fc05d03f75b10cff26d94178185b1a7e
6
+ metadata.gz: ea27b65735cc062c672fd4c40beb42704c0445f9878a577c2d0ae28dea4052dc88edb1e1bf0d51c67cf36feba19f94cf93eb67a01b5d857df9bb8b1ec67cbcbf
7
+ data.tar.gz: c579291d9c2719de1135781d658634190d88cca41042df43a82fb86fd79e980e18548bd2bfef179549e39cc57f9daca7038017059396c743351da8b0d3bf5cb5
data/Gemfile CHANGED
@@ -9,7 +9,7 @@ gem 'concurrent-ruby', require: 'concurrent'
9
9
  gem 'xcodeproj'
10
10
  gem 'json_pure'
11
11
  gem 'cocoapods'
12
-
12
+ # gem 'json'
13
13
  group :debug do
14
14
  gem 'ruby-debug-ide'
15
15
  gem 'debase', '0.2.5.beta2'
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- cocoapods-vemars (0.0.1)
4
+ cocoapods-vemars (0.0.9)
5
5
 
6
6
  GEM
7
7
  remote: https://rubygems.org/
@@ -12,17 +12,17 @@ GEM
12
12
  i18n (>= 0.7, < 2)
13
13
  minitest (~> 5.1)
14
14
  tzinfo (~> 1.1)
15
- addressable (2.7.0)
15
+ addressable (2.8.0)
16
16
  public_suffix (>= 2.0.2, < 5.0)
17
17
  algoliasearch (1.27.5)
18
18
  httpclient (~> 2.8, >= 2.8.3)
19
19
  json (>= 1.5.1)
20
20
  atomos (0.1.3)
21
21
  claide (1.0.3)
22
- cocoapods (1.10.1)
22
+ cocoapods (1.10.2)
23
23
  addressable (~> 2.6)
24
24
  claide (>= 1.0.2, < 2.0)
25
- cocoapods-core (= 1.10.1)
25
+ cocoapods-core (= 1.10.2)
26
26
  cocoapods-deintegrate (>= 1.0.3, < 2.0)
27
27
  cocoapods-downloader (>= 1.4.0, < 2.0)
28
28
  cocoapods-plugins (>= 1.0.0, < 2.0)
@@ -37,7 +37,7 @@ GEM
37
37
  nap (~> 1.0)
38
38
  ruby-macho (~> 1.4)
39
39
  xcodeproj (>= 1.19.0, < 2.0)
40
- cocoapods-core (1.10.1)
40
+ cocoapods-core (1.10.2)
41
41
  activesupport (> 5.0, < 6)
42
42
  addressable (~> 2.6)
43
43
  algoliasearch (~> 1.0)
@@ -47,24 +47,24 @@ GEM
47
47
  netrc (~> 0.11)
48
48
  public_suffix
49
49
  typhoeus (~> 1.0)
50
- cocoapods-deintegrate (1.0.4)
50
+ cocoapods-deintegrate (1.0.5)
51
51
  cocoapods-downloader (1.4.0)
52
52
  cocoapods-plugins (1.0.0)
53
53
  nap
54
- cocoapods-search (1.0.0)
54
+ cocoapods-search (1.0.1)
55
55
  cocoapods-trunk (1.5.0)
56
56
  nap (>= 0.8, < 2.0)
57
57
  netrc (~> 0.11)
58
58
  cocoapods-try (1.2.0)
59
59
  colored2 (3.1.2)
60
- concurrent-ruby (1.1.8)
60
+ concurrent-ruby (1.1.9)
61
61
  debase (0.2.5.beta2)
62
62
  debase-ruby_core_source (>= 0.10.12)
63
63
  debase-ruby_core_source (0.10.12)
64
64
  escape (0.0.4)
65
65
  ethon (0.14.0)
66
66
  ffi (>= 1.15.0)
67
- ffi (1.15.1)
67
+ ffi (1.15.3)
68
68
  fourflusher (2.3.1)
69
69
  fuzzy_match (2.0.4)
70
70
  gh_inspector (1.1.3)
@@ -72,6 +72,7 @@ GEM
72
72
  i18n (1.8.10)
73
73
  concurrent-ruby (~> 1.0)
74
74
  json (2.5.1)
75
+ json_pure (2.5.1)
75
76
  minitest (5.14.4)
76
77
  molinillo (0.6.6)
77
78
  nanaimo (0.3.0)
@@ -79,7 +80,7 @@ GEM
79
80
  netrc (0.11.0)
80
81
  plist (3.6.0)
81
82
  public_suffix (4.0.6)
82
- rake (13.0.3)
83
+ rake (13.0.6)
83
84
  rexml (3.2.5)
84
85
  ruby-debug-ide (0.7.2)
85
86
  rake (>= 0.8.1)
@@ -89,16 +90,16 @@ GEM
89
90
  ethon (>= 0.9.0)
90
91
  tzinfo (1.2.9)
91
92
  thread_safe (~> 0.1)
92
- xcodeproj (1.19.0)
93
+ xcodeproj (1.21.0)
93
94
  CFPropertyList (>= 2.3.3, < 4.0)
94
95
  atomos (~> 0.1.3)
95
96
  claide (>= 1.0.2, < 2.0)
96
97
  colored2 (~> 3.1)
97
98
  nanaimo (~> 0.3.0)
99
+ rexml (~> 3.2.4)
98
100
 
99
101
  PLATFORMS
100
102
  x86_64-darwin-19
101
- x86_64-darwin-20
102
103
 
103
104
  DEPENDENCIES
104
105
  bundler (~> 2.2.15)
@@ -106,10 +107,12 @@ DEPENDENCIES
106
107
  cocoapods-vemars!
107
108
  concurrent-ruby
108
109
  debase (= 0.2.5.beta2)
110
+ json_pure
109
111
  plist (~> 3.2)
110
112
  rake
111
113
  rexml
112
114
  ruby-debug-ide
115
+ xcodeproj
113
116
 
114
117
  BUNDLED WITH
115
118
  2.2.15
@@ -105,7 +105,8 @@ module Pod
105
105
 
106
106
 
107
107
  def construct_plist
108
- json = JSON.load_file @config_json
108
+ content = File.read(@config_json)
109
+ json = JSON.parse(content)
109
110
  json["project_info"]["app_id"] = json["project_info"]["app_id"].to_s
110
111
  services = Hash.new
111
112
  if @selected_components.include? "BDHotfix"
@@ -1,3 +1,3 @@
1
1
  module CocoapodsVemars
2
- VERSION = "0.0.8"
2
+ VERSION = "0.0.9"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: cocoapods-vemars
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.8
4
+ version: 0.0.9
5
5
  platform: ruby
6
6
  authors:
7
7
  - huangbomao@bytedance.com