xcodebuilder 0.0.15 → 0.0.16
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.
- data/lib/xcode_builder.rb +0 -2
- metadata +3 -3
data/lib/xcode_builder.rb
CHANGED
|
@@ -232,8 +232,6 @@ module XcodeBuilder
|
|
|
232
232
|
|
|
233
233
|
# runs a pod dry run before tagging
|
|
234
234
|
def pod_dry_run
|
|
235
|
-
clean unless @configuration.skip_clean
|
|
236
|
-
|
|
237
235
|
print "Pod dry run..."
|
|
238
236
|
result = system "pod lib lint --only-errors"
|
|
239
237
|
raise "** Pod dry run failed **" if !result
|
metadata
CHANGED
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: xcodebuilder
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
hash:
|
|
4
|
+
hash: 63
|
|
5
5
|
prerelease:
|
|
6
6
|
segments:
|
|
7
7
|
- 0
|
|
8
8
|
- 0
|
|
9
|
-
-
|
|
10
|
-
version: 0.0.
|
|
9
|
+
- 16
|
|
10
|
+
version: 0.0.16
|
|
11
11
|
platform: ruby
|
|
12
12
|
authors:
|
|
13
13
|
- Olivier Larivain
|