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.8.5 Rakefile
effective_developer-0.8.4 Rakefile
effective_developer-0.8.3 Rakefile
effective_developer-0.8.2 Rakefile
effective_developer-0.8.1 Rakefile
effective_developer-0.8.0 Rakefile
effective_developer-0.7.8 Rakefile
effective_developer-0.7.7 Rakefile
effective_developer-0.7.6 Rakefile
effective_developer-0.7.5 Rakefile
effective_developer-0.7.4 Rakefile
effective_developer-0.7.3 Rakefile
effective_developer-0.7.2 Rakefile
effective_developer-0.7.1 Rakefile
effective_developer-0.7.0 Rakefile
effective_developer-0.6.17 Rakefile
effective_developer-0.6.16 Rakefile
effective_developer-0.6.15 Rakefile
effective_developer-0.6.14 Rakefile
effective_developer-0.6.13 Rakefile