lib/dionysus.rb in dionysus-1.0.1 vs lib/dionysus.rb in dionysus-1.0.2

- old
+ new

@@ -16,10 +16,15 @@ require 'bundler' Bundler.setup %w(hash class module).each { |v| require 'active_support/core_ext/'+v } ## -# The top-level for Dionysus +# The top-level for Dionysus. +# +# Dionysus is setup *à la carte* since parts are bound to conflict with +# something you're using at some point. This means that if you need something, +# you *must* require it. See the documentation for instructions on what you +# should require (this is always within the first few lines). module Dionysus # The current version VERSION = File.read(File.join(File.dirname(__FILE__), '..', 'VERSION')).strip end