specjour 0.4.0 → 0.4.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.
@@ -47,6 +47,7 @@ module Specjour
47
47
  class FinalReport
48
48
  include ::Cucumber::Formatter::Console
49
49
  def initialize
50
+ @io = $stdout
50
51
  @features = []
51
52
  @summarizer = Summarizer.new
52
53
  end
data/lib/specjour.rb CHANGED
@@ -28,7 +28,7 @@ module Specjour
28
28
  autoload :Cucumber, 'specjour/cucumber'
29
29
  autoload :RSpec, 'specjour/rspec'
30
30
 
31
- VERSION = "0.4.0"
31
+ VERSION = "0.4.1"
32
32
  HOOKS_PATH = "./.specjour/hooks.rb"
33
33
 
34
34
  def self.interrupted?
metadata CHANGED
@@ -2,7 +2,7 @@
2
2
  name: specjour
3
3
  version: !ruby/object:Gem::Version
4
4
  prerelease:
5
- version: 0.4.0
5
+ version: 0.4.1
6
6
  platform: ruby
7
7
  authors:
8
8
  - Sandro Turriate
@@ -10,7 +10,7 @@ autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
12
 
13
- date: 2011-03-09 00:00:00 -08:00
13
+ date: 2011-06-17 00:00:00 -07:00
14
14
  default_executable: specjour
15
15
  dependencies:
16
16
  - !ruby/object:Gem::Dependency
@@ -144,7 +144,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
144
144
  requirements: []
145
145
 
146
146
  rubyforge_project:
147
- rubygems_version: 1.6.0
147
+ rubygems_version: 1.6.2
148
148
  signing_key:
149
149
  specification_version: 3
150
150
  summary: Distribute your spec suite amongst your LAN via Bonjour.