root/lang/ruby/aesruby/trunk/build.sh @ 17875

Revision 17875, 263 bytes (checked in by winebarrel, 5 years ago)
Line 
1#!/bin/sh
2VERSION=0.1.0
3
4rm *.gem *.tar.bz2
5rm -rf doc
6rdoc README.txt ext/aesruby.c --title 'AES/Ruby - Ruby bindings for C implementation of AES.'
7tar jcvf aesruby-${VERSION}.tar.bz2 --exclude=.svn README.txt *.gemspec ext doc
8gem build aesruby.gemspec
Note: See TracBrowser for help on using the browser.