Sha256: 7391fdfeb0cd8a166f8c7a64749c916cc814067c5e2436a766ee4f357ce9a03a
Contents?: true
Size: 265 Bytes
Versions: 3
Compression:
Stored size: 265 Bytes
Contents
# $LOAD_PATH handling not need if the standalone_migrations_new # gem is installed lib = File.expand_path("../../lib", __FILE__) $:.unshift lib unless $:.include?(lib) require "standalone_migrations_new" StandaloneMigrationsNew::Tasks.load_tasks # and that's it!
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
standalone_migrations_new-7.1.2 | example/Rakefile |
standalone_migrations_new-7.1.1 | example/Rakefile |
standalone_migrations_new-7.1.0 | example/Rakefile |