yolo 1.1.4 → 1.1.5
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/README.md +0 -1
- data/lib/yolo/formatters/error_formatter.rb +1 -1
- data/lib/yolo/tools/ios/xcode.rb +1 -1
- metadata +2 -3
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
|
|
data/lib/yolo/tools/ios/xcode.rb
CHANGED
|
@@ -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
|
+
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-
|
|
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:
|