root/lang/ruby/aesruby/trunk/build.sh
@
17875
| Revision 17875, 263 bytes (checked in by winebarrel, 5 years ago) |
|---|
| Line | |
|---|---|
| 1 | #!/bin/sh |
| 2 | VERSION=0.1.0 |
| 3 | |
| 4 | rm *.gem *.tar.bz2 |
| 5 | rm -rf doc |
| 6 | rdoc README.txt ext/aesruby.c --title 'AES/Ruby - Ruby bindings for C implementation of AES.' |
| 7 | tar jcvf aesruby-${VERSION}.tar.bz2 --exclude=.svn README.txt *.gemspec ext doc |
| 8 | gem build aesruby.gemspec |
Note: See TracBrowser
for help on using the browser.
![(please configure the [header_logo] section in trac.ini)](/share/chrome/site/your_project_logo.png)