coulda 0.6.0 → 0.6.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.
- data/Gemfile.lock +12 -0
- data/HISTORY +4 -0
- data/coulda.gemspec +2 -2
- data/lib/coulda.rb +1 -0
- data/lib/tasks/print_features.rake +2 -0
- metadata +5 -5
- data/coulda-0.5.5.gem +0 -0
data/Gemfile.lock
ADDED
data/HISTORY
CHANGED
|
@@ -91,3 +91,7 @@ Cleanup
|
|
|
91
91
|
0.5.5
|
|
92
92
|
-----
|
|
93
93
|
- Adds Coulda#default_testcase_class and mutator to set a single testcase_class instead of Test::Unit::TestCase
|
|
94
|
+
|
|
95
|
+
0.6.1
|
|
96
|
+
-----
|
|
97
|
+
- Requiring coulda automatcally loads coulda/tasks. No longer need to require 'coulda/tasks' to get the Rake task in your Rails app.
|
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.6.
|
|
8
|
+
s.version = "0.6.1"
|
|
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{2010-
|
|
12
|
+
s.date = %q{2010-11-20}
|
|
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/lib/coulda.rb
CHANGED
metadata
CHANGED
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: coulda
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
hash:
|
|
4
|
+
hash: 5
|
|
5
5
|
prerelease: false
|
|
6
6
|
segments:
|
|
7
7
|
- 0
|
|
8
8
|
- 6
|
|
9
|
-
-
|
|
10
|
-
version: 0.6.
|
|
9
|
+
- 1
|
|
10
|
+
version: 0.6.1
|
|
11
11
|
platform: ruby
|
|
12
12
|
authors:
|
|
13
13
|
- Evan David Light
|
|
@@ -15,7 +15,7 @@ autorequire:
|
|
|
15
15
|
bindir: bin
|
|
16
16
|
cert_chain: []
|
|
17
17
|
|
|
18
|
-
date: 2010-
|
|
18
|
+
date: 2010-11-20 00:00:00 -05:00
|
|
19
19
|
default_executable:
|
|
20
20
|
dependencies: []
|
|
21
21
|
|
|
@@ -37,9 +37,9 @@ files:
|
|
|
37
37
|
- lib/coulda/vendor/underscore.rb
|
|
38
38
|
- lib/coulda/world.rb
|
|
39
39
|
- lib/coulda.rb
|
|
40
|
-
- coulda-0.5.5.gem
|
|
41
40
|
- coulda.gemspec
|
|
42
41
|
- Gemfile
|
|
42
|
+
- Gemfile.lock
|
|
43
43
|
- geminstaller.yml
|
|
44
44
|
- HISTORY
|
|
45
45
|
- LICENSE
|
data/coulda-0.5.5.gem
DELETED
|
Binary file
|