Skip to content

Commit

Permalink
Add erb files in gemspec.
Browse files Browse the repository at this point in the history
  • Loading branch information
hopsoft committed Nov 16, 2014
1 parent c24c5e0 commit ce08ae2
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion micro_test.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,13 @@ Gem::Specification.new do |spec|
# also see:
# http://en.wikibooks.org/wiki/Ruby_Programming/RubyGems#How_to_install_different_versions_of_gems_depending_on_which_version_of_ruby_the_installee_is_using

spec.files = Dir["ext/mkrf_conf.rb", "lib/**/*.rb", "bin/*", "[A-Z].*"]
spec.files = Dir[
"ext/mkrf_conf.rb",
"lib/**/*.rb",
"lib/**/*.erb",
"bin/*",
"[A-Z].*"
]
spec.test_files = Dir["test/**/*.rb"]
spec.executables << "mt"
end

0 comments on commit ce08ae2

Please sign in to comment.