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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 19413a553aa95f33da74361eecc502b4f539f13d
4
- data.tar.gz: 6dc1b95375a743e508018d1634a81bd80c7ae0ea
3
+ metadata.gz: c6bdd2ee8cc84d330e2b27bba38179598a764965
4
+ data.tar.gz: fc2da8f296b354e4d4be2036cb63808ca796514f
5
5
  SHA512:
6
- metadata.gz: cf78946ab73e41ecfc421e7ad1596bbf1fd1f5df80b9e09c79f2fc1611ab1e4f57f1eec9b9a9eddc155d4219c7421a5def8e0f62d3eccc4c4c1c57bea571e969
7
- data.tar.gz: 66c01e67b574cdce70db044b6e591f54fa40b766fc32cc44273c66d64829f7f41c935725918e2b5ae63a9a3e63bc81b03c06f2f6c215370a90039db370496db6
6
+ metadata.gz: b2a1e15dd7c4a1ff3bdf15245ec15f62a76bd53727ffe3516ad6617b2e3527bec4c4fbd49e2e0329b19e2804d24df4171bfa8fcedec668d3f65e8db797f5d1fb
7
+ data.tar.gz: 2d74eff353b22ec7801467d63ee2160921531052baf9ddeee4a172175039bfb9affebd68bf7657c8f971cbf5144c6f3fca2b7810e99c43c13fa7898ea3af99c5
@@ -1 +1,4 @@
1
- require_relative 'teamcity_formatter/formatter'
1
+ # Using 'team_city_formatter' as path to support cucumber's ability to load formatters based on constant name.
2
+ # See Cucumber::Constantize#constantize
3
+
4
+ require_relative 'team_city_formatter/formatter'
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.0
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: 2015-12-14 00:00:00.000000000 Z
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: