Sha256: 47288646c0b89f68026df5f0c29e3eda16d114a65025c1d92ca0e95e6450260f

Contents?: true

Size: 250 Bytes

Versions: 5

Compression:

Stored size: 250 Bytes

Contents

# Add your own tasks in files placed in lib/tasks ending in .rake,
# for example lib/tasks/capistrano.rake, and they will automatically be available to Rake.

require File.expand_path('../config/application', __FILE__)

Todos::Application.load_tasks

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
half-pipe-0.3.0.beta.2 examples/todomvc-rails/Rakefile
half-pipe-0.3.0.beta.1 examples/todomvc-rails/Rakefile
half-pipe-0.3.0.alpha.5 examples/todomvc-rails/Rakefile
half-pipe-0.3.0.alpha.4 examples/todomvc-rails/Rakefile
half-pipe-0.3.0.alpha.3 examples/todomvc-rails/Rakefile