-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
2 additions
and
2 deletions.
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 |
---|---|---|
|
@@ -11,8 +11,8 @@ Gem::Specification.new do |s| | |
s.authors = ["J. Pablo Fernández"] | ||
s.email = ["[email protected]"] | ||
s.homepage = "http://pupeno.github.com/assert_difference/" | ||
s.summary = "An improved assert_difference" | ||
s.description = "Better assert_difference than Rails by providing a more compact and readable syntax through hashes. For some more information read http://pupeno.com/blog/better-assert-difference." | ||
s.summary = "Like Rails' assert_difference, but more powerful" | ||
s.description = "Like Rails' assert_difference, but more compact and readable syntax through hashes, testing ranges and improved error reporting." | ||
|
||
s.required_rubygems_version = ">= 1.3.6" | ||
s.rubyforge_project = "assert_difference" | ||
|