Sha256: c504eaaf1f3a4c87a26725c4a3344d793782b1a5b83370dd6b378e142e2d2d61

Contents?: true

Size: 135 Bytes

Versions: 38

Compression:

Stored size: 135 Bytes

Contents

#!/usr/bin/env rake
require "bundler/gem_tasks"
require 'rspec/core/rake_task'

RSpec::Core::RakeTask.new(:spec)
task :default => :spec

Version data entries

38 entries across 38 versions & 2 rubygems

Version Path
phony_rails-0.13.0 Rakefile
phony_rails-0.12.13 Rakefile
phony_rails-0.12.11 Rakefile
phony_rails-0.12.10 Rakefile
phony_rails-0.12.9 Rakefile
phony_rails-0.12.8 Rakefile
phony_rails-0.12.7 Rakefile
phony_rails-0.12.6 Rakefile
phony_rails-0.12.5 Rakefile
phony_rails-0.12.4 Rakefile
phony_rails-0.12.3 Rakefile
phony_rails-0.12.2 Rakefile
phony_rails-0.12.1 Rakefile
phony_rails-0.12.0 Rakefile
phony_rails-0.11.0 Rakefile
phony_rails-0.9.0 Rakefile
phony_rails-0.8.2 Rakefile
phony_rails-0.8.1 Rakefile
phony_rails-0.8.0 Rakefile
phony_rails-0.7.3 Rakefile