Skip to content

Commit

Permalink
tweaked gemspec
Browse files Browse the repository at this point in the history
  • Loading branch information
justinfrench committed Jul 5, 2010
1 parent e41ea6e commit 5f6a9b3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions publicious.gemspec
@@ -1,10 +1,10 @@
Gem::Specification.new do |s| Gem::Specification.new do |s|
s.name = %q{publicious} s.name = %q{publicious}
s.version = "0.2.0" s.version = "0.2.1"


s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version= s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
s.authors = ["Justin French", "Daniel Neighman"] s.authors = ["Justin French", "Daniel Neighman"]
s.date = %q{2009-11-23} s.date = %q{2010-07-02}
s.description = %q{A Rails 3 gem plugin for plugins to serve images, javascripts and stylesheets from thier own public directory} s.description = %q{A Rails 3 gem plugin for plugins to serve images, javascripts and stylesheets from thier own public directory}
s.summary = %q{A Rails gem plugin for plugins to serve images, javascripts and stylesheets from thier own public directory} s.summary = %q{A Rails gem plugin for plugins to serve images, javascripts and stylesheets from thier own public directory}
s.email = %q{justin@indent.com.au} s.email = %q{justin@indent.com.au}
Expand Down

0 comments on commit 5f6a9b3

Please sign in to comment.