Skip to content

Commit

Permalink
gemspec
Browse files Browse the repository at this point in the history
  • Loading branch information
MSch committed Sep 10, 2010
1 parent 94b4705 commit c919997
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions handlebars.gemspec
Expand Up @@ -5,16 +5,17 @@ Gem::Specification.new do |s|
s.name = "handlebars" s.name = "handlebars"
s.version = Handlebars::VERSION s.version = Handlebars::VERSION
s.platform = Gem::Platform::RUBY s.platform = Gem::Platform::RUBY
s.authors = [] s.authors = ['Martin Schuerrer']
s.email = [] s.email = ['martin@schuerrer.org']
s.homepage = "http://rubygems.org/gems/handlebars" s.homepage = "http://github.com/MSch/handlebars-ruby"
s.summary = "TODO: Write a gem summary" s.summary = "handlebars.js port to ruby"
s.description = "TODO: Write a gem description" s.description = "A straight port of handlebars.js to ruby. Currently unfinished, if you've got a complete version let me know so I'll release the name to you"


s.required_rubygems_version = ">= 1.3.6" s.required_rubygems_version = ">= 1.3.6"
s.rubyforge_project = "handlebars" s.rubyforge_project = "handlebars"


s.add_development_dependency "bundler", ">= 1.0.0" s.add_development_dependency "bundler", ">= 1.0.0"
s.add_development_dependency "rspec", ">= 2.0.0"


s.files = `git ls-files`.split("\n") s.files = `git ls-files`.split("\n")
s.executables = `git ls-files`.split("\n").map{|f| f =~ /^bin\/(.*)/ ? $1 : nil}.compact s.executables = `git ls-files`.split("\n").map{|f| f =~ /^bin\/(.*)/ ? $1 : nil}.compact
Expand Down

0 comments on commit c919997

Please sign in to comment.