yolo 1.1.4 → 1.1.5

Sign up to get free protection for your applications and to get access to all the features.
data/README.md CHANGED
@@ -40,7 +40,6 @@ It is recommended that you have [rvm](https://rvm.io/) installed and do not inst
40
40
  Running yolo from your Jenkins jobs is very simple, the following plugins are required:
41
41
 
42
42
  * [Rake Plugin](http://wiki.jenkins-ci.org/display/JENKINS/Rake+Plugin)
43
- * [ruby-runtime](http://jenkins-ci.org/plugin/ruby-runtime/)
44
43
  * [rvm](https://wiki.jenkins-ci.org/display/JENKINS/RVM+Plugin)
45
44
  * [Jenkins Git Plugin](http://wiki.jenkins-ci.org/display/JENKINS/Git+Plugin)
46
45
 
@@ -13,7 +13,7 @@ module Yolo
13
13
  # Outputs a red string stating that the info.plist file could not be found
14
14
  #
15
15
  def info_plist_not_found
16
- puts red("Can't locate Info.plist")
16
+ puts red("Can't locate Info.plist, is it in your project root?")
17
17
  end
18
18
 
19
19
  #
@@ -54,7 +54,7 @@ module Yolo
54
54
  #
55
55
  # @return [Hash] A hash representation of the instances info.plist
56
56
  def info_plist
57
- if info_plist_path
57
+ if info_plist_path.length > 0
58
58
  plist = CFPropertyList::List.new(:file => info_plist_path)
59
59
  CFPropertyList.native_types(plist.value)
60
60
  else
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: yolo
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.1.4
4
+ version: 1.1.5
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2013-02-11 00:00:00.000000000 Z
12
+ date: 2013-03-04 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: xcodebuild-rb
@@ -140,4 +140,3 @@ signing_key:
140
140
  specification_version: 3
141
141
  summary: YOLO!
142
142
  test_files: []
143
- has_rdoc: