Sha256: bc0e7bf132057367fd68c85db82217bf97b10ef6daeab32d255114b76262db19

Contents?: true

Size: 203 Bytes

Versions: 6

Compression:

Stored size: 203 Bytes

Contents

namespace :db do

  desc 'provides a rake task to convert migrations to sql statements for *the dba*.'
  task :paraphrase do
    p 'paraphrasing'
    Paraphraser::Convertor.convert
  end
  
end

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
paraphraser-0.1.7 lib/paraphraser/railties/paraphraser.rake
paraphraser-0.1.6 lib/tasks/paraphraser.rake
paraphraser-0.1.5 lib/tasks/paraphraser.rake
paraphraser-0.1.4 lib/tasks/paraphraser.rake
paraphraser-0.1.3 lib/tasks/paraphraser.rake
paraphraser-0.1.2 lib/tasks/paraphraser.rake