Skip to content

Commit

Permalink
Merge pull request ryanb#139 from dmarkow/patch-1
Browse files Browse the repository at this point in the history
Include vendor folder in the gem for Rails 3.1 asset support.
  • Loading branch information
ryanb committed Feb 20, 2012
2 parents c5fc50a + f416265 commit 486e0f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nested_form.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Gem::Specification.new do |s|
s.summary = "Gem to conveniently handle multiple models in a single form."
s.description = "Gem to conveniently handle multiple models in a single form with Rails 3 and jQuery or Prototype."

s.files = Dir["{lib,spec}/**/*", "[A-Z]*"] - ["Gemfile.lock"]
s.files = Dir["{lib,spec,vendor}/**/*", "[A-Z]*"] - ["Gemfile.lock"]
s.require_path = "lib"

s.add_development_dependency "rspec-rails", "~> 2.6.0"
Expand Down

0 comments on commit 486e0f0

Please sign in to comment.