forked from RiverGlide/CukeSalad
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Getting ready to release: Trying to provide a little more info
- Loading branch information
1 parent
931b952
commit c6177e5
Showing
1 changed file
with
6 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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"] | ||
|
||
|