lib/kitsune.rb in kitsune-0.1.1 vs lib/kitsune.rb in kitsune-0.1.2
- 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.1'
+ '0.1.2'
end
def authenticate
@authenticate ||= false
end