coulda 0.4.4 → 0.4.5

Sign up to get free protection for your applications and to get access to all the features.
Files changed (5) hide show
  1. data/HISTORY +4 -0
  2. data/VERSION +1 -1
  3. data/coulda.gemspec +2 -2
  4. data/test/test_helper.rb +1 -1
  5. metadata +2 -2
data/HISTORY CHANGED
@@ -52,3 +52,7 @@ Cleanup
52
52
  -----
53
53
  - Reversed decision on naming "feature" files as _feature.rb. Should just be _test.rb like any other test
54
54
  - Features now register with a World when they are created which is used in the rake task instead of ObjectSpace.each_object
55
+
56
+ 0.4.5
57
+ -----
58
+ - No longer requires rubygems for Ruby 1.9.1
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.4.4
1
+ 0.4.5
data/coulda.gemspec CHANGED
@@ -5,11 +5,11 @@
5
5
 
6
6
  Gem::Specification.new do |s|
7
7
  s.name = %q{coulda}
8
- s.version = "0.4.4"
8
+ s.version = "0.4.5"
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"]
12
- s.date = %q{2009-11-24}
12
+ s.date = %q{2009-11-26}
13
13
  s.description = %q{Behaviour Driven Development derived from Cucumber but as an internal DSL with methods for reuse}
14
14
  s.email = %q{evan@tiggerpalace.com}
15
15
  s.extra_rdoc_files = [
data/test/test_helper.rb CHANGED
@@ -1,5 +1,5 @@
1
1
  require 'test/unit'
2
- require 'rubygems'
2
+ require 'rubygems' if RUBY_VERSION != "1.9.1"
3
3
  require 'shoulda'
4
4
 
5
5
  $LOAD_PATH << File.join(File.dirname(__FILE__), "..", "lib")
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.4
4
+ version: 0.4.5
5
5
  platform: ruby
6
6
  authors:
7
7
  - Evan David Light
@@ -9,7 +9,7 @@ autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
11
 
12
- date: 2009-11-24 00:00:00 -05:00
12
+ date: 2009-11-26 00:00:00 -05:00
13
13
  default_executable:
14
14
  dependencies:
15
15
  - !ruby/object:Gem::Dependency