xcpretty 0.0.4 → 0.0.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.
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: xcpretty
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.4
4
+ version: 0.0.5
5
5
  platform: ruby
6
6
  authors:
7
7
  - Marin Usalj
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2013-12-10 00:00:00.000000000 Z
12
+ date: 2013-12-11 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: bundler
@@ -98,6 +98,9 @@ files:
98
98
  - lib/xcpretty/printers/simple.rb
99
99
  - lib/xcpretty/version.rb
100
100
  - spec/fixtures/constants.rb
101
+ - spec/fixtures/raw_kiwi_compilation_fail.txt
102
+ - spec/fixtures/raw_kiwi_fail.txt
103
+ - spec/fixtures/raw_specta_fail.txt
101
104
  - spec/spec_helper.rb
102
105
  - spec/support/matchers/colors.rb
103
106
  - spec/xcpretty/ansi_spec.rb
@@ -136,6 +139,9 @@ test_files:
136
139
  - features/support/env.rb
137
140
  - features/test_format.feature
138
141
  - spec/fixtures/constants.rb
142
+ - spec/fixtures/raw_kiwi_compilation_fail.txt
143
+ - spec/fixtures/raw_kiwi_fail.txt
144
+ - spec/fixtures/raw_specta_fail.txt
139
145
  - spec/spec_helper.rb
140
146
  - spec/support/matchers/colors.rb
141
147
  - spec/xcpretty/ansi_spec.rb