Skip to content

Commit

Permalink
Require version file
Browse files Browse the repository at this point in the history
  • Loading branch information
sferik committed Dec 13, 2010
1 parent 30d80c5 commit ab95508
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions lib/merb-admin.rb
Original file line number Original file line Diff line number Diff line change
@@ -1,7 +1,5 @@
if defined?(Merb::Plugins) if defined?(Merb::Plugins)


$:.unshift File.dirname(__FILE__)

require 'merb-slices' require 'merb-slices'
Merb::Plugins.add_rakefiles "merb-admin/merbtasks", "merb-admin/slicetasks", "merb-admin/spectasks" Merb::Plugins.add_rakefiles "merb-admin/merbtasks", "merb-admin/slicetasks", "merb-admin/spectasks"


Expand All @@ -24,6 +22,7 @@ module MerbAdmin


# Slice metadata # Slice metadata
self.description = "MerbAdmin is a Merb plugin that provides an easy-to-use interface for managing your data." self.description = "MerbAdmin is a Merb plugin that provides an easy-to-use interface for managing your data."
require File.expand_path('../merb-admin/version', __FILE__)
self.version = VERSION self.version = VERSION
self.author = "Erik Michaels-Ober" self.author = "Erik Michaels-Ober"


Expand Down

0 comments on commit ab95508

Please sign in to comment.