teamcity_formatter 0.8.0 → 0.8.1
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/{teamcity_formatter → team_city_formatter}/formatter.rb +0 -0
- data/lib/{teamcity_formatter → team_city_formatter}/logger.rb +0 -0
- data/lib/{teamcity_formatter → team_city_formatter}/models.rb +0 -0
- data/lib/teamcity_formatter.rb +4 -1
- data/readme.md +4 -0
- metadata +5 -5
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: c6bdd2ee8cc84d330e2b27bba38179598a764965
|
|
4
|
+
data.tar.gz: fc2da8f296b354e4d4be2036cb63808ca796514f
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: b2a1e15dd7c4a1ff3bdf15245ec15f62a76bd53727ffe3516ad6617b2e3527bec4c4fbd49e2e0329b19e2804d24df4171bfa8fcedec668d3f65e8db797f5d1fb
|
|
7
|
+
data.tar.gz: 2d74eff353b22ec7801467d63ee2160921531052baf9ddeee4a172175039bfb9affebd68bf7657c8f971cbf5144c6f3fca2b7810e99c43c13fa7898ea3af99c5
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
data/lib/teamcity_formatter.rb
CHANGED
data/readme.md
CHANGED
|
@@ -44,3 +44,7 @@ Test failures include the stack trace of the exception which triggered the failu
|
|
|
44
44
|
This gem drew some code from [`cucumber_teamcity`](https://github.com/ankurcha/cucumber_teamcity/). The `cucumber_teamcity` formatter is not compatible with Cucumber 2.
|
|
45
45
|
|
|
46
46
|
Also, though we did not use code from their project, JetBrains makes available some TeamCity-related code [here](https://github.com/JetBrains/intellij-plugins/tree/master/ruby-testing/src/rb/testing/patch/bdd/teamcity), which may be of interest to others researching TeamCity Cucumber formatters.
|
|
47
|
+
|
|
48
|
+
## License
|
|
49
|
+
|
|
50
|
+
Apache License, Version 2.0
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: teamcity_formatter
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.8.
|
|
4
|
+
version: 0.8.1
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Kevin Rood
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date:
|
|
11
|
+
date: 2016-01-01 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
requirement: !ruby/object:Gem::Requirement
|
|
@@ -31,10 +31,10 @@ extensions: []
|
|
|
31
31
|
extra_rdoc_files: []
|
|
32
32
|
files:
|
|
33
33
|
- LICENSE
|
|
34
|
+
- lib/team_city_formatter/formatter.rb
|
|
35
|
+
- lib/team_city_formatter/logger.rb
|
|
36
|
+
- lib/team_city_formatter/models.rb
|
|
34
37
|
- lib/teamcity_formatter.rb
|
|
35
|
-
- lib/teamcity_formatter/formatter.rb
|
|
36
|
-
- lib/teamcity_formatter/logger.rb
|
|
37
|
-
- lib/teamcity_formatter/models.rb
|
|
38
38
|
- readme.md
|
|
39
39
|
homepage: https://github.com/kevinrood/teamcity_formatter
|
|
40
40
|
licenses:
|