Skip to content

Commit

Permalink
Updated description, first v1.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
Ginty committed May 27, 2010
1 parent b86f8c0 commit fffd670
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.rdoc
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

Cranky is a fixtures replacement inspired by the excellent Factory Girl, but simpler and with less magic going on.

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.
In short use this if you want to quickly and naturally create factory methods that you feel 100% in control of.

== Install

Expand Down
4 changes: 2 additions & 2 deletions cranky.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ Gem::Specification.new do |gem|
gem.name = 'cranky'
gem.version = Cranky::VERSION

gem.summary = "A simple yet powerful test factory framework."
gem.description = "A simple yet powerful test factory framework that makes it very easy to define your own factories without a block in sight."
gem.summary = "A very light yet powerful test factory framework."
gem.description = "A very light yet powerful test factory framework with an extremely clean syntax that makes it very easy to define your factories."

gem.author = "Stephen McGinty"
gem.email = "[email protected]"
Expand Down
2 changes: 1 addition & 1 deletion lib/cranky.rb
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
class Cranky

VERSION = "0.0.5"
VERSION = "0.1.0"

# Dir.glob("#{File.expand_path(File.dirname(__FILE__))}/*.rb").each do |file|
# require file
Expand Down

0 comments on commit fffd670

Please sign in to comment.