lib/jeckyl/version.rb in jeckyl-0.2.5 vs lib/jeckyl/version.rb in jeckyl-0.2.7
- old
+ new
@@ -1,13 +1,13 @@
# Created by Jevoom
#
-# 25-Oct-2012
-# Clean up unwanted git files and update README links (e.g. rubydoc)
+# 15-Nov-2012
+# Change base directory for configs to /etc/jerbil consistent with the main jerbil gem
module Jeckyl
- # version set to 0.2.5
- Version = '0.2.5'
- # date set to 25-Oct-2012
- Version_Date = '25-Oct-2012'
- #ident string set to: jeckyl-0.2.5 25-Oct-2012
- Ident = 'jeckyl-0.2.5 25-Oct-2012'
+ # version set to 0.2.7
+ Version = '0.2.7'
+ # date set to 15-Nov-2012
+ Version_Date = '15-Nov-2012'
+ #ident string set to: jeckyl-0.2.7 15-Nov-2012
+ Ident = 'jeckyl-0.2.7 15-Nov-2012'
end