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.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/lib/xcody.rb +1 -1
  3. data/lib/xcody/version.rb +1 -1
  4. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 9ac0fa3c20884071677bd9bd9bc580348fa18935
4
- data.tar.gz: 4a90b5617c948a388c7284e4e0972e969879555a
3
+ metadata.gz: 8054352ae369555ebbaabed1c579e87dfecc16ab
4
+ data.tar.gz: 6ca0da7879e1b048128312867e07b74f1dba2984
5
5
  SHA512:
6
- metadata.gz: 42102563b27e5346cf9ab20a7a3b9fce6290009057fd2077a276df6a20c66dc8b5388eb20d788720b38f295098f56a6462e0cd8cbb3ea49cbeea95dbd3bb234e
7
- data.tar.gz: c4db84832e6a42f5257b5f30c668e74bc0002f16ea43baadab8ea15e0b170d1f5f057e2a91650d19091a2d54c3daa1e5cf6678977450e1b56d4ef7622ad31091
6
+ metadata.gz: 60105a619652463c1e67d6ab20876ca7b7b63252392b9a0830d28821897358328d4810cf6d625c66b6b13dbf1618d7a411642c11a070f1629a002a71dcd68235
7
+ data.tar.gz: 4aa7385a1d15f5f2ecc3e86be00a0877e9b249ddb3614b7e691ca017308382c7061c36ee6300d6b92c18a683591d1e4af77af5cf737ea5056fd5a8c42e56b5fa
@@ -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 success. Logfile is in #{log_file}"
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}"
@@ -1,3 +1,3 @@
1
1
  class Xcody
2
- VERSION = "0.4.1"
2
+ VERSION = "0.4.2"
3
3
  end
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.1
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-24 00:00:00.000000000 Z
11
+ date: 2016-11-28 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: xcpretty