Sha256: c7c18344df2eb8e9c90a301a51adbdd4c84a1928855ea4801ad93bd9e45f2879

Contents?: true

Size: 189 Bytes

Versions: 18

Compression:

Stored size: 189 Bytes

Contents

require 'bundler'
require 'rspec/core/rake_task'

Bundler::GemHelper.install_tasks

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

desc "Run specs"
RSpec::Core::RakeTask.new do |t|
end

Version data entries

18 entries across 18 versions & 1 rubygems

Version Path
sisow-2.1 Rakefile
sisow-2.0 Rakefile
sisow-1.7 Rakefile
sisow-1.6 Rakefile
sisow-1.5 Rakefile
sisow-1.4 Rakefile
sisow-1.3 Rakefile
sisow-1.2 Rakefile
sisow-1.1.1 Rakefile
sisow-1.1.0 Rakefile
sisow-1.0.1 Rakefile
sisow-1.0.0 Rakefile
sisow-0.9.9 Rakefile
sisow-0.9.5 Rakefile
sisow-0.9.4 Rakefile
sisow-0.9.3 Rakefile
sisow-0.9.2 Rakefile
sisow-0.9.1 Rakefile