Skip to content

Commit

Permalink
Depend on haml
Browse files Browse the repository at this point in the history
  • Loading branch information
stouset committed Oct 29, 2010
1 parent ba9f757 commit 0da0609
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .gitignore
@@ -0,0 +1,3 @@
.bundle

Gemfile.lock
3 changes: 3 additions & 0 deletions Gemfile
@@ -0,0 +1,3 @@
source 'http://rubygems.org'

gemspec
2 changes: 2 additions & 0 deletions semantic_form_for.gemspec
Expand Up @@ -16,4 +16,6 @@ Gem::Specification.new do |s|
s.files = `git ls-files`.split("\n")
s.executables = `git ls-files`.split("\n").map {|f| f =~ /^bin\/(.*)/ ? $1 : nil }.compact
s.require_path = 'lib'

s.add_dependency 'haml', '~> 3.0'
end

0 comments on commit 0da0609

Please sign in to comment.