Sha256: 70ecf18ca6d176f7769cc0bae3b61b314a67f50ba6fd7e2ebd4d53eaab11fdbd

Contents?: true

Size: 275 Bytes

Versions: 4

Compression:

Stored size: 275 Bytes

Contents

$: << File.dirname(__FILE__)

require "bundler/setup"
require "untied"
require "untied-consumer"

require "./observer"

# Enabling the observer defined in observer.rb
Untied::Consumer.configure do |c|
  c.observers = [Observer]
end

load "untied-consumer/tasks/untied.tasks"

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
untied-0.0.7.pre3 examples/goliath/Rakefile
untied-0.0.5 examples/goliath/Rakefile
untied-0.0.4 examples/goliath/Rakefile
untied-0.0.1 examples/goliath/Rakefile