zake 0.1.2 → 0.1.3

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/beta_builder.rb +1 -1
  2. metadata +2 -2
@@ -10,7 +10,7 @@ module BetaBuilder
10
10
  def initialize(namespace = :beta, &block)
11
11
  @configuration = Configuration.new(
12
12
  :configuration => "Adhoc",
13
- :build_dir => :derived,
13
+ :build_dir => "./build",
14
14
  :auto_archive => false,
15
15
  :archive_path => File.expand_path("~/Library/Developer/Xcode/Archives"),
16
16
  :xcodebuild_path => "xcodebuild",
metadata CHANGED
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
5
5
  segments:
6
6
  - 0
7
7
  - 1
8
- - 2
9
- version: 0.1.2
8
+ - 3
9
+ version: 0.1.3
10
10
  platform: ruby
11
11
  authors:
12
12
  - Sergey Zenchenko