Sha256: 8fa89e94d59a7b6a93b104e848b0fb96828c4a9b71836bb164fbecf1c639a2b8

Contents?: true

Size: 594 Bytes

Versions: 15

Compression:

Stored size: 594 Bytes

Contents

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

require 'bundler/gem_tasks'

require 'rspec/core/rake_task'
# require 'rubocop/rake_task'

require 'rdoc/task'

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

APP_RAKEFILE = File.expand_path('../spec/dummy/Rakefile', __FILE__)
# load 'rails/tasks/engine.rake'

# Bundler::GemHelper.install_tasks

Version data entries

15 entries across 15 versions & 1 rubygems

Version Path
geopolitical-3.0.0 Rakefile
geopolitical-2.0.0 Rakefile
geopolitical-1.0.5 Rakefile
geopolitical-1.0.3 Rakefile
geopolitical-1.0.2 Rakefile
geopolitical-1.0.0 Rakefile
geopolitical-0.9.9 Rakefile
geopolitical-0.9.7 Rakefile
geopolitical-0.9.5 Rakefile
geopolitical-0.9.3 Rakefile
geopolitical-0.9.1 Rakefile
geopolitical-0.8.8 Rakefile
geopolitical-0.8.7 Rakefile
geopolitical-0.8.6 Rakefile
geopolitical-0.8.4 Rakefile