| CODENOTIFIER | HelpYou are not signed inSign in |
Project: Camping
Revision: 241
Author: archengule
Date: 11 Mar 2008 00:19:54
Diff at Trac: http://code.whytheluckystiff.net/camping/changeset/241
Changes:Diff:| ... | ...@@ -7,7 +7,7 @@ | |
| 7 | 7 | include FileUtils |
| 8 | 8 | |
| 9 | 9 | NAME = "camping" |
| 10 | REV = File.read(".svn/entries")[/committed-rev="(\d+)"/, 1] rescue nil | |
| 10 | REV = File.read(".svn/entries").split("\n")[3] rescue nil | |
| 11 | 11 | VERS = ENV['VERSION'] || ("1.5" + (REV ? ".#{REV}" : "")) |
| 12 | 12 | CLEAN.include ['**/.*.sw?', '*.gem', '.config', 'test/test.log', '.*.pt'] |
| 13 | 13 | RDOC_OPTS = ['--quiet', '--title', "Camping, the Documentation", |