lib/kitsune.rb in kitsune-0.1.5 vs lib/kitsune.rb in kitsune-0.2.0
- old
+ new
@@ -6,10 +6,10 @@
autoload :FauxColumn, 'kitsune/faux_column'
autoload :Inspector, 'kitsune/inspector'
autoload :Page, 'kitsune/page'
class << self
def version
- '0.1.2'
+ '0.2.0'
end
def authenticate
@authenticate ||= false
end