coulda 0.4.6 → 0.4.7

Sign up to get free protection for your applications and to get access to all the features.
data/HISTORY CHANGED
@@ -61,3 +61,6 @@ Cleanup
61
61
  -----
62
62
  - Fixed issue where Scenario implementations were not delegating unresolved method calls to the wrapped test. Should allow for usage of tools such as Webrat
63
63
 
64
+ 0.4.7
65
+ -----
66
+ - Aded a newline after a Feature has been printed via the coulda:print_features task
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.4.6
1
+ 0.4.7
data/coulda.gemspec CHANGED
@@ -5,7 +5,7 @@
5
5
 
6
6
  Gem::Specification.new do |s|
7
7
  s.name = %q{coulda}
8
- s.version = "0.4.6"
8
+ s.version = "0.4.7"
9
9
 
10
10
  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
11
11
  s.authors = ["Evan David Light"]
@@ -26,6 +26,7 @@ namespace :coulda do
26
26
  puts " #{stmt[:type].to_s} #{stmt[:text]}"
27
27
  end
28
28
  end
29
+ puts
29
30
  end
30
31
  end
31
32
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: coulda
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.4.6
4
+ version: 0.4.7
5
5
  platform: ruby
6
6
  authors:
7
7
  - Evan David Light