lib/jeckyl/version.rb in jeckyl-0.3.7 vs lib/jeckyl/version.rb in jeckyl-0.4.0

- old
+ new

@@ -1,14 +1,13 @@ # Created by Jevoom # -# 19-Sep-2013 -# Corrected some minor yard issues -# +# 01-Oct-2014 +# General tidy up of gem (README, rspec tests etc) to bring things up to date. module Jeckyl - # version set to 0.3.7 - Version = '0.3.7' - # date set to 19-Sep-2013 - Version_Date = '19-Sep-2013' - #ident string set to: jeckyl-0.3.7 19-Sep-2013 - Ident = 'jeckyl-0.3.7 19-Sep-2013' + # version set to 0.4.0 + Version = '0.4.0' + # date set to 01-Oct-2014 + Version_Date = '01-Oct-2014' + #ident string set to: jeckyl-0.4.0 01-Oct-2014 + Ident = 'jeckyl-0.4.0 01-Oct-2014' end