Sha256: 4f9b14a116e68ed8ccd30d75de4eb2bb6d71927f20a1416da8f588e56661bd6e

Contents?: true

Size: 340 Bytes

Versions: 27

Compression:

Stored size: 340 Bytes

Contents

#!/usr/bin/env rake
require "bundler/gem_tasks"

require 'rspec/core'
require 'rspec/core/rake_task'
RSpec::Core::RakeTask.new(:spec) do |spec|
  spec.pattern = FileList['spec/**/*_spec.rb']
end

RSpec::Core::RakeTask.new(:rcov) do |spec|
  spec.pattern = 'spec/**/*_spec.rb'
  spec.rcov = true
end

task :default => :spec

require 'yard'

Version data entries

27 entries across 27 versions & 5 rubygems

Version Path
mongoid_geospatial-3.1.0 Rakefile
mongoid_geospatial-3.0.0 Rakefile
mongoid_geospatial-2.8.3 Rakefile
mongoid_geospatial-2.8.2 Rakefile
mongoid_geospatial-2.8.1 Rakefile
mongoid_geospatial-2.8.0 Rakefile
mongoid_spacial-0.2.17 Rakefile
mongoid_geospatial-2.7.2 Rakefile
mongoid_geospatial-2.7.1 Rakefile
sig_mongoid_spacial-0.2.17 Rakefile
weibo2_plugins-0.0.6 Rakefile
weibo2_plugins-0.0.5 Rakefile
weibo2_plugins-0.0.4 Rakefile
weibo2_plugins-0.0.3 Rakefile
weibo2_plugins-0.0.2 Rakefile
weibo2_plugins-0.0.1 Rakefile
mongoid_geospatial-2.7.0 Rakefile
mongoid_geospatial-2.5.1 Rakefile
mongoid_geospatial-2.5.0 Rakefile
mongoid_geospatial-2.3.0 Rakefile