Skip to content

Commit

Permalink
fixed gemspec
Browse files Browse the repository at this point in the history
  • Loading branch information
Danny Hawkins committed Feb 25, 2010
1 parent e18b6c0 commit 26bc22b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion formtastic.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ Gem::Specification.new do |s|
"generators/form/templates/view__form.html.haml",
"generators/formtastic/formtastic_generator.rb",
"generators/formtastic/templates/formtastic.css",
"generators/formtastic/templates/formtastic.rb",
"generators/formtastic/templates/formtastic_config.rb",
"generators/formtastic/templates/formtastic_changes.css",
"generators/formtastic_stylesheets/formtastic_stylesheets_generator.rb",
"lib/formtastic.rb",
Expand Down Expand Up @@ -140,3 +140,4 @@ Gem::Specification.new do |s|
s.add_dependency(%q<rspec_tag_matchers>, [">= 1.0.0"])
end
end

0 comments on commit 26bc22b

Please sign in to comment.