diff options
author | Carl Lerche <carllerche@mac.com> | 2010-08-11 19:10:11 -0700 |
---|---|---|
committer | Carl Lerche <carllerche@mac.com> | 2010-08-11 19:10:11 -0700 |
commit | 947c1f5d80416c7a057cbdb24f44bc055f73ab13 (patch) | |
tree | 227c14d361b9fd71e242c4375af20e502e553bbe /bundler.gemspec | |
parent | bd4dc9b5d4bed42f8c216da5671c87ca3df6d65e (diff) | |
download | bundler-947c1f5d80416c7a057cbdb24f44bc055f73ab13.tar.gz |
Let's write a spec that ensures that gem build bundler.gemspec still works.
Diffstat (limited to 'bundler.gemspec')
-rw-r--r-- | bundler.gemspec | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bundler.gemspec b/bundler.gemspec index 8facbc017d..38a06c99f3 100644 --- a/bundler.gemspec +++ b/bundler.gemspec @@ -22,4 +22,4 @@ Gem::Specification.new do |s| s.files = Dir.glob("{bin,lib}/**/*") + %w(LICENSE README.md ROADMAP.md CHANGELOG.md ISSUES.md) s.executables = ['bundle'] s.require_path = 'lib' -end
\ No newline at end of file +end |