xcpretty-teamcity-formatter 0.0.3 → 0.0.4

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: ad7e4dcbab1fcecca8f1d9f458004180287b8785
4
- data.tar.gz: 78fef7ac2e636b541c28947fef09a97495445e7e
3
+ metadata.gz: 29e308ddaa2dbf20091fe933d74a20e91de2da3a
4
+ data.tar.gz: 72b4d773faa7865dfcc2c3f85d9d58c1059382d2
5
5
  SHA512:
6
- metadata.gz: 0c36ee23e9b0ba0f0867a045ec74a8e151115197fe5cfbbf9bed6b033f28e2f4c3beddaefed2ba9cb67c0a15c069e974ab5596071ee4b7f48c799c85ead0b86f
7
- data.tar.gz: 6cc18f2bb4c08c0b186aea31034ce6be0a99080280cbc42c2a728244cb1cbc3271c27621499f305d2d0e07afa91e4ed2f03c6984b6d0f4eb06bd3169299d3d34
6
+ metadata.gz: ab8aa0ed6cdc182ba32082bc722a4b0d5d88acc12289e3e6cfd2f0bc9c92936ac8638282fbcc52080d99c97067b1ef09b0501a5d8011078c202910ecdbde00dc
7
+ data.tar.gz: 5695ecb7e213250e0b2f9820e82c050e7a491e44081700a4416d38b2646640ad44743afcf02aa9a46bdaa35f5f77910d0dbbcddd34f45ab73a42b71ce2906581
data/README.md CHANGED
@@ -23,7 +23,7 @@ Or install it yourself as:
23
23
  ```
24
24
  #!/bin/bash
25
25
 
26
- xcodebuild [flags] | xcpretty -f `xcpretty-travis-formatter`
26
+ xcodebuild [flags] | xcpretty -f `xcpretty-teamcity-formatter`
27
27
  ```
28
28
 
29
29
  ## Development
@@ -34,7 +34,7 @@ To install this gem onto your local machine, run `bundle exec rake install`. To
34
34
 
35
35
  ## Contributing
36
36
 
37
- Bug reports and pull requests are welcome on GitHub at https://github.com/[USERNAME]/xcpretty-teamcity-formatter. This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the [Contributor Covenant](contributor-covenant.org) code of conduct.
37
+ Bug reports and pull requests are welcome on GitHub at https://github.com/xappmedia/xcpretty-teamcity-formatter. This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the [Contributor Covenant](contributor-covenant.org) code of conduct.
38
38
 
39
39
  ## License
40
40
 
@@ -59,15 +59,15 @@ class TeamCityFormatter < XCPretty::Simple
59
59
  end
60
60
 
61
61
  def format_compile(file_name, file_path)
62
- "##teamcity[progressMessage 'Compiling #{file_name}'"
62
+ "##teamcity[progressMessage 'Compiling #{file_name}']"
63
63
  end
64
64
 
65
65
  def format_touch(file_path, file_name)
66
- "##teamcity[progressMessage 'Touching #{file_name}'"
66
+ "##teamcity[progressMessage 'Touching #{file_name}']"
67
67
  end
68
68
 
69
69
  def format_phase_success(phase_name)
70
- "##teamcity[progressMessage '#{phase_name} Success'"
70
+ "##teamcity[progressMessage '#{phase_name} Success']"
71
71
  end
72
72
 
73
73
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: xcpretty-teamcity-formatter
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.3
4
+ version: 0.0.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Michael Myers
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2016-02-25 00:00:00.000000000 Z
11
+ date: 2016-03-15 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: xcpretty