Sha256: 40f360116952c82676f3f96c1d4091aa5fff3b527f9b7438f74d8952979b5797

Contents?: true

Size: 430 Bytes

Versions: 7

Compression:

Stored size: 430 Bytes

Contents

require 'rubygems'
require 'rake'
require 'echoe'
require './lib/bind.rb'

Echoe.new("bind", Bind::VERSION::STRING) do |p|
  p.author = "TJ Holowaychuk"
  p.email = "tj@vision-media.ca"
  p.summary = "bind actions to filesystem events"
  p.url = "http://github.com/visionmedia/bind"
  p.runtime_dependencies = []
  p.runtime_dependencies << 'visionmedia-commander >=2.4.6'
end

Dir['tasks/**/*.rake'].sort.each { |lib| load lib }

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
visionmedia-bind-0.0.2 Rakefile
visionmedia-bind-0.0.5 Rakefile
visionmedia-bind-0.0.6 Rakefile
visionmedia-bind-0.0.7 Rakefile
visionmedia-bind-0.0.8 Rakefile
visionmedia-bind-0.0.9 Rakefile
visionmedia-bind-0.1.0 Rakefile