Sha256: 3a6fac0e4cfe9bd651cbf860df10932ec76f6f5f06f68d26042d4372cea782dc

Contents?: true

Size: 204 Bytes

Versions: 10

Compression:

Stored size: 204 Bytes

Contents

require "bundler/gem_tasks"

begin
  require "rspec/core/rake_task"
  desc 'Run specs'
  RSpec::Core::RakeTask.new(:spec) do |t|
    t.ruby_opts = '-w'
  end
  task :default => :spec
rescue LoadError
end

Version data entries

10 entries across 10 versions & 3 rubygems

Version Path
each_in_batches-0.1.3 Rakefile
each_in_batches-RobertAudi-0.1.4 Rakefile
each_in_batches-0.1.2 Rakefile
each_in_batches-0.1.1 Rakefile
each_in_batches-0.1.0 Rakefile
rack-toolbar-0.1.4 Rakefile
rack-toolbar-0.1.3 Rakefile
rack-toolbar-0.1.2 Rakefile
rack-toolbar-0.1.1 Rakefile
rack-toolbar-0.1.0 Rakefile