rspec-teamcity 0.0.1 → 1.0.0

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
- SHA1:
3
- metadata.gz: b161e3d1a3f7d424294b497e3fb591b2156610bb
4
- data.tar.gz: 97b9128408cd36d30583f1ac920446d46aa4762a
2
+ SHA256:
3
+ metadata.gz: 932ba286d3a99d6cb1afd34a18591b9c42718086d278691a7fc0855ba21dd122
4
+ data.tar.gz: 1023bfa4a560630370815b8ff59bcf11260ac2d4191b51928a589f752e5ae759
5
5
  SHA512:
6
- metadata.gz: 49ac056af3a5113fd5d98a28f2aaf0eb12c0167f48d72e17fb55e390b5ce4e6e48a04f2ba1d9b598ace28a81a851d7382c442d6389d0833426bb80bd224a0092
7
- data.tar.gz: ec07b968cdcf3389d0663d0b4a0cf8c0f6948cb2351f979174304d70ab9665af6152c4a0763f850f960c68a9c2e24f32859281fbb4347abf6f73e652d1911d7f
6
+ metadata.gz: 3d523e7ef6904cefbc3d6eb1db0bb659c93b186799996c1c63fb32715cda11301dc23dff7601801825431bca7a9b4a16ee7857ef1d649569d1a6f0816ab0e2ae
7
+ data.tar.gz: 4271b5c2a3618251ce476d7f699057ecf25bd8949197db2746e80ed1579cac7805ad6eb122a39e68126585ad7979af2908f3115b0ee22a4703c30c6fb58c1af1
data/README.md CHANGED
@@ -12,7 +12,7 @@ Installation
12
12
 
13
13
  Add to your Gemfile
14
14
  ```
15
- gem 'rspec-teamcity', git: 'https://github.com/apechimp/rspec-teamcity'
15
+ gem 'rspec-teamcity', '~> 0.0.1'
16
16
  ```
17
17
 
18
18
  Usage
@@ -1,5 +1,5 @@
1
1
  module Rspec
2
2
  module Teamcity
3
- VERSION = "0.0.1"
3
+ VERSION = "1.0.0"
4
4
  end
5
5
  end
@@ -35,7 +35,7 @@ module Spec
35
35
  :example_group_started, :example_group_finished,
36
36
  :example_started, :example_passed,
37
37
  :example_pending, :example_failed,
38
- :dump_summary
38
+ :dump_summary, :seed
39
39
 
40
40
  RUNNER_ISNT_COMPATIBLE_MESSAGE = "TeamCity Rake Runner Plugin isn't compatible with this RSpec version.\n\n"
41
41
  TEAMCITY_FORMATTER_INTERNAL_ERRORS =[]
@@ -270,6 +270,11 @@ module Spec
270
270
  tc_rspec_do_close
271
271
  end
272
272
 
273
+ def seed(notification)
274
+ return unless notification.seed_used?
275
+ log notification.fully_formatted
276
+ end
277
+
273
278
  ###########################################################################
274
279
  ###########################################################################
275
280
  ###########################################################################
@@ -14,7 +14,7 @@ Gem::Specification.new do |spec|
14
14
  https://confluence.jetbrains.com/display/TCD8/Build+Script+Interaction+with+TeamCity#BuildScriptInteractionwithTeamCity-ReportingTests
15
15
  EOF
16
16
  spec.homepage = "https://github.com/apechimp/rspec-teamcity"
17
- spec.license = "GPLv3"
17
+ spec.license = "GPL-3.0"
18
18
 
19
19
  spec.files = `git ls-files -z`.split("\x0")
20
20
  spec.executables = spec.files.grep(%r{^bin/}) { |f| File.basename(f) }
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rspec-teamcity
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.1
4
+ version: 1.0.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Mike Atkins
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2015-10-07 00:00:00.000000000 Z
11
+ date: 2018-12-17 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler
@@ -94,7 +94,7 @@ files:
94
94
  - rspec-teamcity.gemspec
95
95
  homepage: https://github.com/apechimp/rspec-teamcity
96
96
  licenses:
97
- - GPLv3
97
+ - GPL-3.0
98
98
  metadata: {}
99
99
  post_install_message:
100
100
  rdoc_options: []
@@ -112,7 +112,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
112
112
  version: '0'
113
113
  requirements: []
114
114
  rubyforge_project:
115
- rubygems_version: 2.4.5
115
+ rubygems_version: 2.7.7
116
116
  signing_key:
117
117
  specification_version: 4
118
118
  summary: TeamCity rspec reporter