summary refs log tree commit diff
path: root/lib
diff options
context:
space:
mode:
authorChristian Neukirchen <chneukirchen@gmail.com>2007-05-31 14:18:00 +0200
committerChristian Neukirchen <chneukirchen@gmail.com>2007-05-31 14:18:00 +0200
commitf2c89a8c06919e82b17145392a68e0cd402e6c0b (patch)
tree13fa0d3a1da3c018265eb050bb8619386b54b36e /lib
parent5cb7e3156507e000c747aab0b981e9ee2bb636c5 (diff)
downloadbacon-f2c89a8c06919e82b17145392a68e0cd402e6c0b.tar.gz
bacon-f2c89a8c06919e82b17145392a68e0cd402e6c0b.tar.xz
bacon-f2c89a8c06919e82b17145392a68e0cd402e6c0b.zip
Add standalone runner, bin/bacon
darcs-hash:20070531121800-4fc50-d453e659c8055bbbab8e381c1632007d55869bc4.gz
Diffstat (limited to 'lib')
-rw-r--r--lib/bacon.rb3
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/bacon.rb b/lib/bacon.rb
index 200aab9..df2cee6 100644
--- a/lib/bacon.rb
+++ b/lib/bacon.rb
@@ -1,6 +1,9 @@
 # Bacon -- small RSpec clone.
+# "Truth will sooner come out from error than from confusion." ---Francis Bacon
 
 module Bacon
+  VERSION = "0.2"
+  
   Counter = Hash.new(0)
   ErrorLog = ""