-
Notifications
You must be signed in to change notification settings - Fork 2
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
1 parent
7f5db3f
commit e01bf27
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 |
---|---|---|
|
@@ -5,8 +5,8 @@ begin | |
require 'jeweler' | ||
Jeweler::Tasks.new do |gem| | ||
gem.name = "grafico" | ||
gem.summary = %Q{TODO: one-line summary of your gem} | ||
gem.description = %Q{TODO: longer description of your gem} | ||
gem.summary = %Q{Rails view helpers for the Grafico javascript graphing library} | ||
gem.description = %Q{Rails (2.x - 3.x) view helpers for graphs using Grafico, a javascript graphic library built on Raphael.} | ||
gem.email = "[email protected]" | ||
gem.homepage = "http://github.com/rossmeissl/grafico" | ||
gem.authors = ["Andy Rossmeissl"] | ||
|