Sha256: 64fd4f03ed1449a9f4cd0a1a708a9a2dfe56a7b9d28e2b02e390550d9809b5a9
Contents?: true
Size: 717 Bytes
Versions: 3
Compression:
Stored size: 717 Bytes
Contents
# rake install -> install gem locally (for tests) # rake release -> push to github and release to gemcutter # rake version:bump:patch -> increase version and add a git-tag begin require 'jeweler' Jeweler::Tasks.new do |gem| gem.name = 'standalone_migrations' gem.summary = "A thin wrapper to use Rails Migrations in non Rails projects" gem.email = "grosser.michael@gmail.com" gem.homepage = "http://github.com/thuss/standalone-migrations" gem.authors = ["Michael Grosser"] %w[rake activerecord].each{|d| gem.add_dependency d} end Jeweler::GemcutterTasks.new rescue LoadError puts "Jeweler, or one of its dependencies, is not available. Install it with: sudo gem install jeweler" end
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
standalone_migrations-0.1.2 | Rakefile |
standalone_migrations-0.1.1 | Rakefile |
standalone_migrations-0.1.0 | Rakefile |