Sha256: 634ddb31fbf1dcb937ba58c3a18bc265922f4c29df239c75f17bcbd4a5f1bc97

Contents?: true

Size: 364 Bytes

Versions: 1

Compression:

Stored size: 364 Bytes

Contents

#!/usr/bin/env ruby
require 'rubygems'
require 'annotate-sequel'
begin
  require 'bundler'
  Bundler.setup
rescue Exception => e
  puts e.backtrace
end

here = File.expand_path(File.dirname __FILE__)
$:<< "#{here}/../lib"

target = {
  :klass => AnnotateSequel::Model,
  :task => :do_annotations,
}

Annotate.eager_load(options)
target[:klass].send(target[:task])

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
annotate-sequel-1.0.0.pre3 bin/annotate