Sha256: 7a5d6728eac78c612b5197491565eecb3390580ee574f2cfa4d2b439d919af8c
Contents?: true
Size: 177 Bytes
Versions: 1
Compression:
Stored size: 177 Bytes
Contents
require 'rake' namespace :drg do desc 'Pins your gems in the Gemfile to the current version (using Gemfile.lock)' task :pin do DRG::Tasks::Pinner.new.perform end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
drg-0.1.0 | lib/tasks/drg.rake |