luna-binary-uploader 0.1.6 → 0.1.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: 0236cbbc3dd778c2950c13d21864f7d50f3ac25547f16b523d8b1586bb90b777
4
- data.tar.gz: '039a30cacc8e98bfa3f1958fbd4d4f013c2851905c0a3718cf9ba91497821215'
3
+ metadata.gz: 2ebe782de83bb768fbbc9356e692e82792af1ebb7a8088c2cedf27a22ba89f5d
4
+ data.tar.gz: 2d77f39088c3ccf4bc822974d9f8f9be3ebbc78942160eff55374812965c08cc
5
5
  SHA512:
6
- metadata.gz: 435cb32ffa5bad0643f852b80d04f1bf5f97a93c30c729c86c9a1e12804265d906d1bad4c833cadd4b36cbf66ec71c7d45983ef0ac08583e32088602e646adb5
7
- data.tar.gz: 85423cce38cf9d670160615a7cc7c531c9939da5477cac301b4b83e9177aecf04354e3c3487aa21a5b53ed496c0a40d191f7e59ff286791a246d91d3f7456152
6
+ metadata.gz: aeb6c70e3248365c823c4cdf14a56d8bd6aa6e8b7bb773301beb9edc23380f056ac930b8f02a24a0097796ab124c26c3f441373ab6f996e94050dd03270c44d1
7
+ data.tar.gz: 02bf02c9e36369a646587b7b43a5157e86f8adee20366a23fbe2901aae82ea0fb585cbf4b070e8bfb4426ca377a76a3f861dafff754cd54e0b693b70fe398997
data/.gitignore CHANGED
@@ -6,3 +6,4 @@
6
6
  /pkg/
7
7
  /spec/reports/
8
8
  /tmp/
9
+ Gemfile.lock
@@ -26,7 +26,7 @@ module Luna
26
26
  def createFrameworks
27
27
  isNext = true
28
28
  Pod::UserInterface.puts "请将二进制开关关闭,确保每个模块都是源码运行,因为二进制的因素有可能source缓存还是会引入二进制".yellow
29
- Luna::Binary::Common.instance.deleteDirectory(Dir.pwd + "/Pods")
29
+ command("rm -rf #{Dir.pwd}/Pods")
30
30
  isNext = command("pod install")
31
31
  Luna::Binary::Common.instance.deleteDirectory(binary_path_arm)
32
32
  isNext = command("xcodebuild -workspace #{workspace} -scheme #{scheme} -configuration Debug -derivedDataPath '#{Dir.pwd}/build/arm' CONFIGURATION_BUILD_DIR='#{binary_path_arm}'") if isNext == true
@@ -1,7 +1,7 @@
1
1
  module Luna
2
2
  module Binary
3
3
  module Uploader
4
- VERSION = "0.1.6"
4
+ VERSION = "0.1.7"
5
5
  end
6
6
  end
7
7
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: luna-binary-uploader
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.6
4
+ version: 0.1.7
5
5
  platform: ruby
6
6
  authors:
7
7
  - 车德超
@@ -133,7 +133,6 @@ files:
133
133
  - ".gitignore"
134
134
  - CODE_OF_CONDUCT.md
135
135
  - Gemfile
136
- - Gemfile.lock
137
136
  - LICENSE.txt
138
137
  - README.md
139
138
  - Rakefile
data/Gemfile.lock DELETED
@@ -1,174 +0,0 @@
1
- PATH
2
- remote: .
3
- specs:
4
- luna-binary-uploader (0.1.2)
5
- cocoapods
6
- cocoapods-generate (~> 2.0.1)
7
- cocoapods-imy-bin (= 0.3.1.3)
8
- gli (= 2.19.0)
9
- parallel
10
-
11
- GEM
12
- remote: https://rubygems.org/
13
- specs:
14
- CFPropertyList (3.0.4)
15
- rexml
16
- activesupport (6.1.4.1)
17
- concurrent-ruby (~> 1.0, >= 1.0.2)
18
- i18n (>= 1.6, < 2)
19
- minitest (>= 5.1)
20
- tzinfo (~> 2.0)
21
- zeitwerk (~> 2.3)
22
- addressable (2.8.0)
23
- public_suffix (>= 2.0.2, < 5.0)
24
- algoliasearch (1.27.5)
25
- httpclient (~> 2.8, >= 2.8.3)
26
- json (>= 1.5.1)
27
- aruba (2.0.0)
28
- bundler (>= 1.17, < 3.0)
29
- childprocess (>= 2.0, < 5.0)
30
- contracts (>= 0.16.0, < 0.18.0)
31
- cucumber (>= 4.0, < 8.0)
32
- rspec-expectations (~> 3.4)
33
- thor (~> 1.0)
34
- atomos (0.1.3)
35
- builder (3.2.4)
36
- childprocess (4.1.0)
37
- claide (1.0.3)
38
- cocoapods (1.11.2)
39
- addressable (~> 2.8)
40
- claide (>= 1.0.2, < 2.0)
41
- cocoapods-core (= 1.11.2)
42
- cocoapods-deintegrate (>= 1.0.3, < 2.0)
43
- cocoapods-downloader (>= 1.4.0, < 2.0)
44
- cocoapods-plugins (>= 1.0.0, < 2.0)
45
- cocoapods-search (>= 1.0.0, < 2.0)
46
- cocoapods-trunk (>= 1.4.0, < 2.0)
47
- cocoapods-try (>= 1.1.0, < 2.0)
48
- colored2 (~> 3.1)
49
- escape (~> 0.0.4)
50
- fourflusher (>= 2.3.0, < 3.0)
51
- gh_inspector (~> 1.0)
52
- molinillo (~> 0.8.0)
53
- nap (~> 1.0)
54
- ruby-macho (>= 1.0, < 3.0)
55
- xcodeproj (>= 1.21.0, < 2.0)
56
- cocoapods-core (1.11.2)
57
- activesupport (>= 5.0, < 7)
58
- addressable (~> 2.8)
59
- algoliasearch (~> 1.0)
60
- concurrent-ruby (~> 1.1)
61
- fuzzy_match (~> 2.0.4)
62
- nap (~> 1.0)
63
- netrc (~> 0.11)
64
- public_suffix (~> 4.0)
65
- typhoeus (~> 1.0)
66
- cocoapods-deintegrate (1.0.5)
67
- cocoapods-disable-podfile-validations (0.1.1)
68
- cocoapods-downloader (1.5.1)
69
- cocoapods-generate (2.0.1)
70
- cocoapods-disable-podfile-validations (~> 0.1.1)
71
- cocoapods-imy-bin (0.3.1.3)
72
- cocoapods
73
- cocoapods-generate (~> 2.0.0)
74
- parallel
75
- cocoapods-plugins (1.0.0)
76
- nap
77
- cocoapods-search (1.0.1)
78
- cocoapods-trunk (1.6.0)
79
- nap (>= 0.8, < 2.0)
80
- netrc (~> 0.11)
81
- cocoapods-try (1.2.0)
82
- colored2 (3.1.2)
83
- concurrent-ruby (1.1.9)
84
- contracts (0.16.1)
85
- cucumber (7.0.0)
86
- builder (~> 3.2, >= 3.2.4)
87
- cucumber-core (~> 10.0, >= 10.0.1)
88
- cucumber-create-meta (~> 6.0, >= 6.0.1)
89
- cucumber-cucumber-expressions (~> 12.1, >= 12.1.1)
90
- cucumber-gherkin (~> 20.0, >= 20.0.1)
91
- cucumber-html-formatter (~> 16.0, >= 16.0.1)
92
- cucumber-messages (~> 17.0, >= 17.0.1)
93
- cucumber-wire (~> 6.0, >= 6.0.1)
94
- diff-lcs (~> 1.4, >= 1.4.4)
95
- mime-types (~> 3.3, >= 3.3.1)
96
- multi_test (~> 0.1, >= 0.1.2)
97
- sys-uname (~> 1.2, >= 1.2.2)
98
- cucumber-core (10.0.1)
99
- cucumber-gherkin (~> 20.0, >= 20.0.1)
100
- cucumber-messages (~> 17.0, >= 17.0.1)
101
- cucumber-tag-expressions (~> 3.0, >= 3.0.1)
102
- cucumber-create-meta (6.0.1)
103
- cucumber-messages (~> 17.0, >= 17.0.1)
104
- sys-uname (~> 1.2, >= 1.2.2)
105
- cucumber-cucumber-expressions (12.1.3)
106
- cucumber-gherkin (20.0.1)
107
- cucumber-messages (~> 17.0, >= 17.0.1)
108
- cucumber-html-formatter (16.0.1)
109
- cucumber-messages (~> 17.0, >= 17.0.1)
110
- cucumber-messages (17.1.1)
111
- cucumber-tag-expressions (3.0.1)
112
- cucumber-wire (6.1.1)
113
- cucumber-core (~> 10.0, >= 10.0.1)
114
- cucumber-cucumber-expressions (~> 12.1, >= 12.1.2)
115
- cucumber-messages (~> 17.0, >= 17.0.1)
116
- diff-lcs (1.4.4)
117
- escape (0.0.4)
118
- ethon (0.15.0)
119
- ffi (>= 1.15.0)
120
- ffi (1.15.4)
121
- fourflusher (2.3.1)
122
- fuzzy_match (2.0.4)
123
- gh_inspector (1.1.3)
124
- gli (2.19.0)
125
- httpclient (2.8.3)
126
- i18n (1.8.10)
127
- concurrent-ruby (~> 1.0)
128
- json (2.6.0)
129
- mime-types (3.3.1)
130
- mime-types-data (~> 3.2015)
131
- mime-types-data (3.2021.0901)
132
- minitest (5.14.4)
133
- molinillo (0.8.0)
134
- multi_test (0.1.2)
135
- nanaimo (0.3.0)
136
- nap (1.1.0)
137
- netrc (0.11.0)
138
- parallel (1.21.0)
139
- public_suffix (4.0.6)
140
- rake (12.3.3)
141
- rdoc (6.3.2)
142
- rexml (3.2.5)
143
- rspec-expectations (3.10.1)
144
- diff-lcs (>= 1.2.0, < 2.0)
145
- rspec-support (~> 3.10.0)
146
- rspec-support (3.10.2)
147
- ruby-macho (2.5.1)
148
- sys-uname (1.2.2)
149
- ffi (~> 1.1)
150
- thor (1.1.0)
151
- typhoeus (1.4.0)
152
- ethon (>= 0.9.0)
153
- tzinfo (2.0.4)
154
- concurrent-ruby (~> 1.0)
155
- xcodeproj (1.21.0)
156
- CFPropertyList (>= 2.3.3, < 4.0)
157
- atomos (~> 0.1.3)
158
- claide (>= 1.0.2, < 2.0)
159
- colored2 (~> 3.1)
160
- nanaimo (~> 0.3.0)
161
- rexml (~> 3.2.4)
162
- zeitwerk (2.4.2)
163
-
164
- PLATFORMS
165
- ruby
166
-
167
- DEPENDENCIES
168
- aruba
169
- luna-binary-uploader!
170
- rake (~> 12.0)
171
- rdoc
172
-
173
- BUNDLED WITH
174
- 2.1.4