Sha256: 2ae8c0c33d3cfc0946d0393c740df30c2b45c01a127e1b1b56cfb7b0484ca1fc

Contents?: true

Size: 229 Bytes

Versions: 21

Compression:

Stored size: 229 Bytes

Contents

require 'bundler'
Bundler::GemHelper.install_tasks

require 'rake/testtask'
Rake::TestTask.new(:test) do |test|
  test.libs << 'lib' << 'test'
  test.pattern = 'test/**/test_*.rb'
  test.verbose = true
end
task :default => :test

Version data entries

21 entries across 21 versions & 2 rubygems

Version Path
socialcast-git-extensions-3.0.0.pre Rakefile
socialcast-git-extensions-2.3.11 Rakefile
socialcast-git-extensions-2.3.10 Rakefile
socialcast-git-extensions-2.3.9 Rakefile
socialcast-git-extensions-2.3.8 Rakefile
socialcast-git-extensions-2.3.7 Rakefile
socialcast-git-extensions-2.3.6 Rakefile
socialcast-git-extensions-2.3.5 Rakefile
socialcast-git-extensions-2.3.4 Rakefile
socialcast-git-extensions-2.3.3 Rakefile
socialcast-git-extensions-2.3.2 Rakefile
socialcast-git-extensions-2.3.1 Rakefile
socialcast-git-extensions-2.3.0 Rakefile
socialcast-git-extensions-2.2.13 Rakefile
email_preview-1.3.1 Rakefile
email_preview-1.3.0 Rakefile
email_preview-1.2.1 Rakefile
email_preview-1.2.0 Rakefile
email_preview-1.1.0 Rakefile
email_preview-1.0.1 Rakefile