Sha256: 16629db8f42d0a5944c485f33056d24b602b0fc90ab5b89b7178caf458e7f26c
Contents?: true
Size: 254 Bytes
Versions: 35
Compression:
Stored size: 254 Bytes
Contents
# $LOAD_PATH handling not need if the standalone_migrations # gem is installed lib = File.expand_path("../../lib", __FILE__) $:.unshift lib unless $:.include?(lib) require "standalone_migrations" StandaloneMigrations::Tasks.load_tasks # and that's it!
Version data entries
35 entries across 35 versions & 4 rubygems