Sha256: fb3bd99b13c224fe9aea2bb15855d9cfa0c738e06c8383cb16e9ac6832dd659c

Contents?: true

Size: 263 Bytes

Versions: 25

Compression:

Stored size: 263 Bytes

Contents

require 'rubygems'
require 'bundler'
Bundler.setup :default, :development

desc 'Default: run specs'
task :default => :spec  

require 'rspec/core/rake_task'
RSpec::Core::RakeTask.new do |t|
  t.pattern = "spec/**/*_spec.rb"
end

Bundler::GemHelper.install_tasks

Version data entries

25 entries across 25 versions & 7 rubygems

Version Path
key-word-filter-on-0.0.3 Rakefile
key-word-filter-on-0.0.2 Rakefile
acts-as-taggable-on-2.4.0 Rakefile
acts-as-taggable-on-2.4.0.beta Rakefile
tvdeyen_acts-as-taggable-on-2.3.3.1 Rakefile
key-word-filter-on-0.0.1 Rakefile
crowdint_acts-as-taggable-on-2.3.5 Rakefile
enki-engine-0.0.5 Rakefile
acts-as-taggable-on-2.3.3 Rakefile
acts-as-taggable-on-2.3.2 Rakefile
crowdint_acts-as-taggable-on-2.3.4 Rakefile
crowdint_acts-as-taggable-on-2.3.3 Rakefile
crowdint_acts-as-taggable-on-2.3.2 Rakefile
acts-as-taggable-on-2.3.1 Rakefile
acts-as-taggable-on-2.3.0 Rakefile
enki-engine-0.0.4 Rakefile
enki-engine-0.0.3 Rakefile
enki-engine-0.0.2 Rakefile
bborn-acts-as-taggable-on-2.2.1 Rakefile
acts-as-taggable-on-2.2.2 Rakefile