cranky 0.0.5 → 0.1.0
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/README.rdoc +1 -1
- data/lib/cranky.rb +1 -1
- metadata +4 -4
data/README.rdoc
CHANGED
@@ -2,7 +2,7 @@
|
|
2
2
|
|
3
3
|
Cranky is a fixtures replacement inspired by the excellent Factory Girl, but simpler and with less magic going on.
|
4
4
|
|
5
|
-
In short use this if you want to naturally create factory methods that you feel 100% in control of
|
5
|
+
In short use this if you want to quickly and naturally create factory methods that you feel 100% in control of.
|
6
6
|
|
7
7
|
== Install
|
8
8
|
|
data/lib/cranky.rb
CHANGED
metadata
CHANGED
@@ -4,9 +4,9 @@ version: !ruby/object:Gem::Version
|
|
4
4
|
prerelease: false
|
5
5
|
segments:
|
6
6
|
- 0
|
7
|
+
- 1
|
7
8
|
- 0
|
8
|
-
|
9
|
-
version: 0.0.5
|
9
|
+
version: 0.1.0
|
10
10
|
platform: ruby
|
11
11
|
authors:
|
12
12
|
- Stephen McGinty
|
@@ -18,7 +18,7 @@ date: 2010-05-26 00:00:00 -05:00
|
|
18
18
|
default_executable:
|
19
19
|
dependencies: []
|
20
20
|
|
21
|
-
description: A
|
21
|
+
description: A very light yet powerful test factory framework with an extremely clean syntax that makes it very easy to define your factories.
|
22
22
|
email: ginty@hyperdecade.com
|
23
23
|
executables: []
|
24
24
|
|
@@ -65,6 +65,6 @@ rubyforge_project:
|
|
65
65
|
rubygems_version: 1.3.6
|
66
66
|
signing_key:
|
67
67
|
specification_version: 3
|
68
|
-
summary: A
|
68
|
+
summary: A very light yet powerful test factory framework.
|
69
69
|
test_files: []
|
70
70
|
|