rspec-github 2.0.0 → 2.1.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
2
  SHA256:
3
- metadata.gz: 4641cb1fec371c549c7c7d76377b29827832b49be717050225d94cfce7b28066
4
- data.tar.gz: cf01b5dbaeb51eeb0c043c52e0cd3c4e1df9f0b673a0a357c09003bb2da050ed
3
+ metadata.gz: 2c45bd6529aa7e1e0910334fa1092e353f889239154691176620ed3e184f68aa
4
+ data.tar.gz: 1b94944e8afeafe41f1308d21d2066fa1e2957d9358dd8850af3bfc1ca668bd6
5
5
  SHA512:
6
- metadata.gz: 78e9e0f56c4a39b049fd2ab66052df4b4fc416f6902613ba95fd169e3daf83441382f4cc54fcea77f0f99195684fa0d9d14a13aadd810065b4504e85fd95ae8e
7
- data.tar.gz: 2243db447f42810df273f7f4ff843f85184f0560b2d4f2fe54b0f18750ffe965ba8852e3891323eaa970430abecb58b9bc4efd93965e3af1d482d0b38de055b3
6
+ metadata.gz: 6c1b936cce1073b607aea8ded50994ef7763ceba97e9dff1720661b97c199f05a519c33cbf2c2f0c33cc9b59f30a878560eb6a7e87e895267ad7790670146a4f
7
+ data.tar.gz: 11e1446390959fc27aa23a4f7eae725763bfcefbdc546002dd722c36f58ce0f1280a589db24df3d1f831d7d6d1c7e9df42a412f02cc6369d7475472b0f8bc08b
@@ -10,12 +10,12 @@ module RSpec
10
10
 
11
11
  def example_failed(failure)
12
12
  file, line = failure.example.location.split(':')
13
- output.puts "::error file=#{file},line=#{line}::#{failure.message_lines.join('%0A')}"
13
+ output.puts "\n::error file=#{file},line=#{line}::#{failure.message_lines.join('%0A')}"
14
14
  end
15
15
 
16
16
  def example_pending(pending)
17
17
  file, line = pending.example.location.split(':')
18
- output.puts "::warning file=#{file},line=#{line}::#{pending.example.full_description}"
18
+ output.puts "\n::warning file=#{file},line=#{line}::#{pending.example.full_description}"
19
19
  end
20
20
  end
21
21
  end
@@ -2,6 +2,6 @@
2
2
 
3
3
  module RSpec
4
4
  module Github
5
- VERSION = '2.0.0'
5
+ VERSION = '2.1.0'
6
6
  end
7
7
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rspec-github
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.0.0
4
+ version: 2.1.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Stef Schenkelaars
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2020-04-15 00:00:00.000000000 Z
11
+ date: 2020-08-03 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rspec-core