Sha256: dbac7bbb9e65647350957fd61ded88cbc3545ab76da2e1d1ab66c87f9e753a63

Contents?: true

Size: 242 Bytes

Versions: 7

Compression:

Stored size: 242 Bytes

Contents

require "bundler/gem_tasks"

task :default => [:spec]
begin
  require 'rspec/core/rake_task'
  RSpec::Core::RakeTask.new(:spec) do |spec|
    spec.pattern = 'spec/**/*_spec.rb'
    spec.rspec_opts = ['-cfs']
  end
rescue LoadError => e
end


Version data entries

7 entries across 7 versions & 2 rubygems

Version Path
nicoquery-parser-0.0.5.1 Rakefile
nicoquery-parser-0.0.5 Rakefile
nicoapi-parser-0.0.4 Rakefile
nicoapi-parser-0.0.3.2 Rakefile
nicoapi-parser-0.0.3 Rakefile
nicoapi-parser-0.0.2 Rakefile
nicoapi-parser-0.0.1 Rakefile