Navigation Menu

Skip to content

Commit

Permalink
fix gemspec
Browse files Browse the repository at this point in the history
  • Loading branch information
olivernn committed Jul 6, 2011
1 parent d87344e commit 2edc9a6
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions poirot.gemspec
Expand Up @@ -12,6 +12,9 @@ Gem::Specification.new do |s|
s.summary = %q{mustaches}
s.description = %q{mustaches are cool}

s.add_dependency('rails', '>3')
s.add_dependency('mustache')

s.rubyforge_project = "poirot"

s.files = `git ls-files`.split("\n")
Expand Down

0 comments on commit 2edc9a6

Please sign in to comment.