Skip to content

Commit

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

s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
s.authors = ["Justin French", "Daniel Neighman"]
s.date = %q{2009-11-23}
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.email = %q{justin@indent.com.au}
s.homepage = %q{http://github.com/justinfrench/publicious}
s.extra_rdoc_files = [
"README.textile"
]
s.files = Dir["**/*"]
s.rdoc_options = ["--charset=UTF-8"]
s.require_paths = ["lib"]
s.rubygems_version = %q{1.3.5}

if s.respond_to? :specification_version then
current_version = Gem::Specification::CURRENT_SPECIFICATION_VERSION
s.specification_version = 3

if Gem::Version.new(Gem::RubyGemsVersion) >= Gem::Version.new('1.2.0') then
else
end
else
end
end

0 comments on commit e41ea6e

Please sign in to comment.