Skip to content

Commit

Permalink
We also need the installer templates, duh.
Browse files Browse the repository at this point in the history
  • Loading branch information
parndt committed Mar 1, 2012
1 parent 0839ea8 commit 91494fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion refinerycms.gemspec
Expand Up @@ -19,7 +19,7 @@ Gem::Specification.new do |s|
s.executables = %w(refinerycms)
s.require_paths = %w(lib)

s.files = `git ls-files -- lib/*`.split("\n")
s.files = `git ls-files -- lib/* templates/*`.split("\n")

s.add_dependency 'bundler', '~> 1.0'
s.add_dependency 'refinerycms-authentication', version
Expand Down

0 comments on commit 91494fd

Please sign in to comment.