xcodebuilder 0.0.15 → 0.0.16

Sign up to get free protection for your applications and to get access to all the features.
Files changed (2) hide show
  1. data/lib/xcode_builder.rb +0 -2
  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: 1
4
+ hash: 63
5
5
  prerelease:
6
6
  segments:
7
7
  - 0
8
8
  - 0
9
- - 15
10
- version: 0.0.15
9
+ - 16
10
+ version: 0.0.16
11
11
  platform: ruby
12
12
  authors:
13
13
  - Olivier Larivain