xcody 0.4.1 → 0.4.2
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.
- checksums.yaml +4 -4
- data/lib/xcody.rb +1 -1
- data/lib/xcody/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 8054352ae369555ebbaabed1c579e87dfecc16ab
|
|
4
|
+
data.tar.gz: 6ca0da7879e1b048128312867e07b74f1dba2984
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 60105a619652463c1e67d6ab20876ca7b7b63252392b9a0830d28821897358328d4810cf6d625c66b6b13dbf1618d7a411642c11a070f1629a002a71dcd68235
|
|
7
|
+
data.tar.gz: 4aa7385a1d15f5f2ecc3e86be00a0877e9b249ddb3614b7e691ca017308382c7061c36ee6300d6b92c18a683591d1e4af77af5cf737ea5056fd5a8c42e56b5fa
|
data/lib/xcody.rb
CHANGED
|
@@ -195,7 +195,7 @@ class Xcody
|
|
|
195
195
|
case exit_code
|
|
196
196
|
when 0
|
|
197
197
|
File.write(log_file, out_with_err)
|
|
198
|
-
puts "Build
|
|
198
|
+
puts "Build finished. Logfile is in #{log_file}"
|
|
199
199
|
else
|
|
200
200
|
File.write(log_file, out_with_err)
|
|
201
201
|
puts "Exit build with error status: #{exit_code}"
|
data/lib/xcody/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: xcody
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.4.
|
|
4
|
+
version: 0.4.2
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Kazuaki MATSUO
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2016-11-
|
|
11
|
+
date: 2016-11-28 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: xcpretty
|