summaryrefslogtreecommitdiff
path: root/erubis.gemspec
diff options
context:
space:
mode:
authormakoto kuwata <kwa@kuwata-lab.com>2006-09-19 16:46:37 +0000
committermakoto kuwata <kwa@kuwata-lab.com>2006-09-19 16:46:37 +0000
commit39049ba14c020fb15f6a27cc65b47576f00988d7 (patch)
treef37d663de9abcb89b469bef2c5fdb743b36950e6 /erubis.gemspec
parentb8f6776aa5074f2f191e25e2460cd7b8be7bf320 (diff)
downloaderubis-39049ba14c020fb15f6a27cc65b47576f00988d7.tar.gz
- [update] doc/users-guide.txt: add documentation about 'notext' command
- [update] release preparation - [enhance] add 'examples/pi'
Diffstat (limited to 'erubis.gemspec')
-rw-r--r--erubis.gemspec4
1 files changed, 2 insertions, 2 deletions
diff --git a/erubis.gemspec b/erubis.gemspec
index cdb7d83..660cbc0 100644
--- a/erubis.gemspec
+++ b/erubis.gemspec
@@ -38,12 +38,12 @@ spec = Gem::Specification.new do |s|
files += Dir.glob('examples/**/*')
files += Dir.glob('test/*.rb')
files += %w[doc/users-guide.html doc/docstyle.css]
- files += %w[README.txt ChangeLog COPYING setup.rb]
+ files += %w[README.txt ChangeLog LGPL setup.rb]
files += Dir.glob('contrib/*')
files += Dir.glob('benchmark/*')
files += Dir.glob('doc-api/**/*')
s.files = files
- s.executables = ['erubis']
+ s.executables = ['erubis', 'notext']
s.bindir = 'bin'
s.test_file = 'test/test.rb'
s.add_dependency('abstract', ['>= 1.0.0'])