Sha256: 38e5797c97de14eb09a880dcf271b01b0d4a8bc26e2b43b4f9928b50f1222b4c

Contents?: true

Size: 222 Bytes

Versions: 82

Compression:

Stored size: 222 Bytes

Contents

#!/usr/bin/env rake
begin
  require 'bundler/setup'
rescue LoadError
  puts 'You must `gem install bundler` and `bundle install` to run rake tasks'
end

Dir['lib/tasks/**/*.rake'].each { |ext| load ext } if defined?(Rake)

Version data entries

82 entries across 82 versions & 1 rubygems

Version Path
effective_developer-0.4.15 Rakefile
effective_developer-0.4.14 Rakefile
effective_developer-0.4.13 Rakefile
effective_developer-0.4.12 Rakefile
effective_developer-0.4.11 Rakefile
effective_developer-0.4.10 Rakefile
effective_developer-0.4.9 Rakefile
effective_developer-0.4.8 Rakefile
effective_developer-0.4.7 Rakefile
effective_developer-0.4.6 Rakefile
effective_developer-0.4.5 Rakefile
effective_developer-0.4.4 Rakefile
effective_developer-0.4.3 Rakefile
effective_developer-0.4.2 Rakefile
effective_developer-0.4.1 Rakefile
effective_developer-0.4.0 Rakefile
effective_developer-0.3.0 Rakefile
effective_developer-0.2.14 Rakefile
effective_developer-0.2.13 Rakefile
effective_developer-0.2.12 Rakefile