chuyeow / facon
- Source
- Commits
- Network (1)
- Issues (0)
- Downloads (3)
- Wiki (1)
- Graphs
-
Tree:
89181b4
commit 89181b4a057f8bbdd2a1e5935fdf6149fcb9184c
tree fd9b34f1b00bce04ac447aa11dd47b053b508fab
parent 3c4a596676cc5e102576dd65dca292dc36f4508f
tree fd9b34f1b00bce04ac447aa11dd47b053b508fab
parent 3c4a596676cc5e102576dd65dca292dc36f4508f
facon / Rakefile
| f57e2331 » | chuyeow | 2008-02-09 | 1 | require 'rubygems' | |
| 2 | require 'hoe' | ||||
| 3 | $:.unshift(File.dirname(__FILE__) + '/lib') | ||||
| 4 | require 'facon' | ||||
| 5 | |||||
| 6 | Hoe.new('facon', Facon::VERSION) do |p| | ||||
| 7 | p.rubyforge_name = 'facon' | ||||
| 8 | p.author = 'Cheah Chu Yeow' | ||||
| 9 | p.email = 'chuyeow@gmail.com' | ||||
| 10 | p.summary = 'Tiny mocking library.' | ||||
| 0042064d » | chuyeow | 2008-12-04 | 11 | p.url = 'http://github.com/chuyeow/facon/' | |
| 20fbb303 » | chuyeow | 2008-02-10 | 12 | p.description = 'A mocking library in the spirit of the Bacon spec library. Small, compact, and works with Bacon.' | |
| f57e2331 » | chuyeow | 2008-02-09 | 13 | p.changes = p.paragraphs_of('History.txt', 0..1).join("\n\n") | |
| 7054864b » | chuyeow | 2008-02-10 | 14 | p.remote_rdoc_dir = 'rdocs' | |
| f57e2331 » | chuyeow | 2008-02-09 | 15 | # p.clean_globs = ['test/actual'] # Remove this directory on "rake clean" | |
| 16 | end | ||||

