Sha256: d4e3be863dc97a452fc5184c30aaa71a60ef718485b29559c64eed1d1dcc54f1

Contents?: true

Size: 289 Bytes

Versions: 5

Compression:

Stored size: 289 Bytes

Contents

require 'rake/dsl_definition'

module SandthornSequelProjections
  class RakeTasks
    include Rake::DSL if defined? Rake::DSL
    def install
      namespace :sandthorn_projections do
        task :init do
          SandthornSequelProjections.start
        end
      end
    end
  end
end

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
sandthorn_sequel_projection-0.1.0 lib/sandthorn_sequel_projection/tasks.rb
sandthorn_sequel_projection-0.0.4 lib/sandthorn_sequel_projection/tasks.rb
sandthorn_sequel_projection-0.0.3 lib/sandthorn_sequel_projection/tasks.rb
sandthorn_sequel_projection-0.0.2 lib/sandthorn_sequel_projection/tasks.rb
sandthorn_sequel_projection-0.0.1 lib/sandthorn_sequel_projection/tasks.rb