Skip to content

Commit

Permalink
Getting ready to release: Trying to provide a little more info
Browse files Browse the repository at this point in the history
  • Loading branch information
antonymarcano committed Jul 3, 2011
1 parent 931b952 commit c6177e5
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion cukesalad.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,12 @@ Gem::Specification.new do |s|
s.email = ["[email protected]"]
s.homepage = "https://github.com/RiverGlide/CukeSalad"
s.summary = %q{Friction Free BDD/ATDD with cucumber}
s.description = %q{CukeSalad allows you to focus on the tasks at hand - expressing examples, the roles involved in those examples and the tasks that those roles need to perform with the product under development.}
s.description = %q{CukeSalad allows you to focus on the tasks at hand - expressing examples, the roles involved in those examples and the tasks that those roles need to perform with the product under development.
New in this version:
- Single or double quotes can be used for parameters
- Single or double quotes can be used for expectations
- You can initialise the actor by having a role_preparation method in your role
}

s.licenses = ["MIT"]

Expand Down

0 comments on commit c6177e5

Please sign in to comment.