Skip to content

Commit

Permalink
Regenerated gemspec for version 0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
SFEley committed May 2, 2010
1 parent 8f42e6b commit 9060a9c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions sinatra-flash.gemspec
Expand Up @@ -5,11 +5,11 @@

Gem::Specification.new do |s|
s.name = %q{sinatra-flash}
s.version = "0.2.1"
s.version = "0.3.0"

s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
s.authors = ["Stephen Eley"]
s.date = %q{2010-04-29}
s.date = %q{2010-05-02}
s.description = %q{A Sinatra extension for setting and showing Rails-like flash messages. This extension improves on the Rack::Flash gem by being simpler to use, providing a full range of hash operations (including iterating through various flash keys, testing the size of the hash, etc.), and offering a 'styled_flash' view helper to render the entire flash hash with sensible CSS classes. The downside is reduced flexibility -- these methods will *only* work in Sinatra.}
s.email = %q{sfeley@gmail.com}
s.extra_rdoc_files = [
Expand Down

0 comments on commit 9060a9c

Please sign in to comment.