Skip to content
This repository has been archived by the owner on Dec 19, 2018. It is now read-only.

Commit

Permalink
Update coffee-filter.gemspec
Browse files Browse the repository at this point in the history
Update dependency to avoid loading with Haml 4.0.
  • Loading branch information
norman committed Feb 11, 2013
1 parent 5a0c9e5 commit 1cd5887
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion coffee-filter.gemspec
Expand Up @@ -13,7 +13,7 @@ Gem::Specification.new do |s|
s.description = %q{CoffeeFilter is a custom haml filter for rendering coffeescript inside your haml templates. It was inspired by Ivan Nemytchenko's coffee-haml-filter but I wanted an installable gem and coffeescript as the filter name.}

s.rubyforge_project = "coffee-filter"
s.add_dependency('haml', '>= 3.0.18')
s.add_dependency('haml', '< 4.0')
s.add_dependency('coffee-script', '>= 2.2.0')

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

0 comments on commit 1cd5887

Please sign in to comment.