forked from sferik/merb-admin
-
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
4 changed files
with
5 additions
and
5 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
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 |
---|---|---|
|
@@ -9,7 +9,7 @@ AUTHOR = "Erik Michaels-Ober" | |
EMAIL = "[email protected]" | ||
HOMEPAGE = "http://github.com/sferik/merb-admin" | ||
SUMMARY = "MerbAdmin is a Merb plugin that provides an easy-to-use interface for managing your data." | ||
GEM_VERSION = "0.5.4" | ||
GEM_VERSION = "0.5.5" | ||
|
||
spec = Gem::Specification.new do |s| | ||
s.rubyforge_project = "merb" | ||
|
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
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 |
---|---|---|
|
@@ -2,11 +2,11 @@ | |
|
||
Gem::Specification.new do |s| | ||
s.name = %q{merb-admin} | ||
s.version = "0.5.4" | ||
s.version = "0.5.5" | ||
|
||
s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version= | ||
s.authors = ["Erik Michaels-Ober"] | ||
s.date = %q{2009-10-07} | ||
s.date = %q{2009-10-15} | ||
s.description = %q{MerbAdmin is a Merb plugin that provides an easy-to-use interface for managing your data.} | ||
s.email = %q{[email protected]} | ||
s.extra_rdoc_files = ["README.markdown", "LICENSE"] | ||
|