lib/merb-admin.rb in merb-admin-0.5.1 vs lib/merb-admin.rb in merb-admin-0.5.2
- old
+ new
@@ -7,11 +7,11 @@
# Register the Slice for the current host application
Merb::Slices::register(__FILE__)
# Slice configuration - set this in a before_app_loads callback.
- # By default a Slice uses its own layout, so you can swicht to
+ # By default a Slice uses its own layout, so you can swicht to
# the main application layout or no layout at all if needed.
#
# Configuration options:
# :layout - the layout to use; defaults to :merb-admin
# :mirror - which path component types to use on copy operations; defaults to all
@@ -21,10 +21,10 @@
# All Slice code is expected to be namespaced inside a module
module MerbAdmin
# Slice metadata
self.description = "MerbAdmin is a Merb plugin that provides an easy-to-use interface for managing your data."
- self.version = "0.5.1"
+ self.version = "0.5.2"
self.author = "Erik Michaels-Ober"
# Stub classes loaded hook - runs before LoadClasses BootLoader
# right after a slice's classes have been loaded internally.
def self.loaded