Sha256: 170b55416c602817105f58334f72aebb04eda77e239f5973dad004a0807545e2

Contents?: true

Size: 191 Bytes

Versions: 25

Compression:

Stored size: 191 Bytes

Contents

require 'bundler'
Bundler::GemHelper.install_tasks

require "rspec/core/rake_task"
desc "Run all specs"
RSpec::Core::RakeTask.new(:spec) do |t|
  t.verbose = true
end

task :default => :spec

Version data entries

25 entries across 25 versions & 2 rubygems

Version Path
logaling-command-0.2.5 Rakefile
logaling-command-0.2.4 Rakefile
logaling-command-0.2.3 Rakefile
logaling-command-0.2.2 Rakefile
logaling-command-0.2.1 Rakefile
logaling-command-0.2.0 Rakefile
logaling-command-0.1.9 Rakefile
logaling-command-0.1.8 Rakefile
logaling-command-0.1.7 Rakefile
logaling-command-0.1.6 Rakefile
logaling-command-0.1.5 Rakefile
qwikdoc-0.0.1 Rakefile
logaling-command-0.1.4 Rakefile
logaling-command-0.1.3 Rakefile
logaling-command-0.1.2 Rakefile
logaling-command-0.1.1 Rakefile
logaling-command-0.1.0 Rakefile
logaling-command-0.0.9 Rakefile
logaling-command-0.0.8 Rakefile
logaling-command-0.0.7 Rakefile