Sha256: cc32bd833662a0b3de737494476e7cc987a7589b8ed12440103a6e818f1d3d78

Contents?: true

Size: 685 Bytes

Versions: 20

Compression:

Stored size: 685 Bytes

Contents

begin
  require 'bundler/setup'
rescue LoadError
  puts 'You must `gem install bundler` and `bundle install` to run rake tasks'
end

require 'rdoc/task'

RDoc::Task.new(:rdoc) do |rdoc|
  rdoc.rdoc_dir = 'rdoc'
  rdoc.title    = 'EmrOhspInterface'
  rdoc.options << '--line-numbers'
  rdoc.rdoc_files.include('README.md')
  rdoc.rdoc_files.include('lib/**/*.rb')
end

APP_RAKEFILE = File.expand_path("test/dummy/Rakefile", __dir__)
load 'rails/tasks/engine.rake'

load 'rails/tasks/statistics.rake'

require 'bundler/gem_tasks'

require 'rake/testtask'

Rake::TestTask.new(:test) do |t|
  t.libs << 'test'
  t.pattern = 'test/**/*_test.rb'
  t.verbose = false
end

task default: :test

Version data entries

20 entries across 20 versions & 1 rubygems

Version Path
emr_ohsp_interface-2.2.5 Rakefile
emr_ohsp_interface-2.2.4 Rakefile
emr_ohsp_interface-1.2.3 Rakefile
emr_ohsp_interface-2.2.2 Rakefile
emr_ohsp_interface-1.2.2 Rakefile
emr_ohsp_interface-1.2.1 Rakefile
emr_ohsp_interface-2.2.1 Rakefile
emr_ohsp_interface-2.2.0 Rakefile
emr_ohsp_interface-1.2.0 Rakefile
emr_ohsp_interface-1.1.0 Rakefile
emr_ohsp_interface-1.0.1 Rakefile
emr_ohsp_interface-1.0.0 Rakefile
emr_ohsp_interface-0.5.3 Rakefile
emr_ohsp_interface-0.5.2 Rakefile
emr_ohsp_interface-0.5.1 Rakefile
emr_ohsp_interface-0.5.0 Rakefile
emr_ohsp_interface-0.4.0 Rakefile
emr_ohsp_interface-0.3.0 Rakefile
emr_ohsp_interface-0.2.0 Rakefile
emr_ohsp_interface-0.1.0 Rakefile