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

Version Path
standalone_migrations-7.1.1 example/Rakefile
standalone_migrations_sp-7.1.1 example/Rakefile
cairn-7.1.1 example/Rakefile
cairn-7.1.0 example/Rakefile
standalone_migrations-7.1.0 example/Rakefile
standalone_migrations-6.1.0 example/Rakefile
standalone_migrations-6.0.0 example/Rakefile
standalone_migrations-5.2.7 example/Rakefile
standalone_migrations-5.2.6 example/Rakefile
standalone_migrations-5.2.5 example/Rakefile
standalone_migrations-5.2.4 example/Rakefile
standalone_migrations-5.2.3 example/Rakefile
standalone_migrations-5.2.2 example/Rakefile
standalone_migrations-5.2.1 example/Rakefile
standalone_migrations-5.2.0 example/Rakefile
standalone_migrations-5.0.0 example/Rakefile
standalone_migrations-4.0.5 example/Rakefile
standalone_migrations-4.0.4 example/Rakefile
standalone_migrations-4.0.3 example/Rakefile
standalone_migrations-4.0.2 example/Rakefile