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.
Files changed (3) hide show
  1. data/README.rdoc +1 -1
  2. data/lib/cranky.rb +1 -1
  3. metadata +4 -4
@@ -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 and without a block in sight.
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
 
@@ -1,6 +1,6 @@
1
1
  class Cranky
2
2
 
3
- VERSION = "0.0.5"
3
+ VERSION = "0.1.0"
4
4
 
5
5
  # Dir.glob("#{File.expand_path(File.dirname(__FILE__))}/*.rb").each do |file|
6
6
  # require file
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
- - 5
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 simple yet powerful test factory framework that makes it very easy to define your own factories without a block in sight.
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 simple yet powerful test factory framework.
68
+ summary: A very light yet powerful test factory framework.
69
69
  test_files: []
70
70