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.2.11 Rakefile
effective_developer-0.2.10 Rakefile
effective_developer-0.2.9 Rakefile
effective_developer-0.2.8 Rakefile
effective_developer-0.2.7 Rakefile
effective_developer-0.2.6 Rakefile
effective_developer-0.2.5 Rakefile
effective_developer-0.2.4 Rakefile
effective_developer-0.2.3 Rakefile
effective_developer-0.2.2 Rakefile
effective_developer-0.2.1 Rakefile
effective_developer-0.2 Rakefile
effective_developer-0.1.1 Rakefile
effective_developer-0.0.10 Rakefile
effective_developer-0.0.9 Rakefile
effective_developer-0.0.8 Rakefile
effective_developer-0.0.7 Rakefile
effective_developer-0.0.6 Rakefile
effective_developer-0.0.5 Rakefile
effective_developer-0.0.4 Rakefile