Sha256: 9ac65ff421ce1866d9060dd21d62122846ea6e5b4528c86f4197fc2835370bc8

Contents?: true

Size: 245 Bytes

Versions: 48

Compression:

Stored size: 245 Bytes

Contents

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

RSpec::Core::RakeTask.new(:spec)

namespace :spec do
  RSpec::Core::RakeTask.new(:docs) do |t|
    t.rspec_opts = ["--format doc"]
  end
end

task :default => :spec

Version data entries

48 entries across 48 versions & 5 rubygems

Version Path
ical_importer-0.5.1 Rakefile
ical_importer-0.5.0 Rakefile
ical_importer-0.4.0 Rakefile
typhoid-0.0.5 Rakefile
ical_importer-0.3.0 Rakefile
ical_importer-0.2.0 Rakefile
ical_importer-0.1.3 Rakefile
ical_importer-0.1.2 Rakefile
ical_importer-0.1.1 Rakefile
typhoid-0.0.4 Rakefile
sendgrid_events_pbxx-0.1.6 Rakefile
typhoid-0.0.3 Rakefile
scribbler-0.3.0 Rakefile
sendgrid_events_pbxx-0.1.5 Rakefile
sendgrid_events_pbxx-0.1.4 Rakefile
typhoid-0.0.2 Rakefile
typhoid-0.0.1 Rakefile
ical_importer-0.1.0 Rakefile
ical_importer-0.0.19 Rakefile
ical_importer-0.0.18 Rakefile