yarjuf 1.0 → 1.0.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (3) hide show
  1. data/HISTORY.txt +2 -0
  2. data/lib/yarjuf.rb +1 -1
  3. metadata +2 -2
data/HISTORY.txt CHANGED
@@ -1,3 +1,5 @@
1
1
  1.0
2
2
  - Initial release
3
3
 
4
+ 1.0.1
5
+ - Fixing incompatibility with rspec 2.12
data/lib/yarjuf.rb CHANGED
@@ -42,7 +42,7 @@ class JUnit < RSpec::Core::Formatters::BaseFormatter
42
42
 
43
43
  def failure_details_for(example)
44
44
  exception = example.metadata[:execution_result][:exception]
45
- exception.nil? ? "" : "#{exception.message}\n#{format_backtrace(exception.backtrace, example).join("\n")}"
45
+ exception.nil? ? "" : "#{exception.message}\n#{format_backtrace(exception.backtrace).join("\n")}"
46
46
  end
47
47
 
48
48
  def fail_count_for_suite(suite)
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: yarjuf
3
3
  version: !ruby/object:Gem::Version
4
- version: '1.0'
4
+ version: 1.0.1
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2012-11-14 00:00:00.000000000 Z
12
+ date: 2012-11-15 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: rspec