Sha256: 341fa7ee997e33eb3ad76ffba41f29c9b0d65b142e71d5e07112696d4b44e7e9

Contents?: true

Size: 543 Bytes

Versions: 13

Compression:

Stored size: 543 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    = 'ActiveadminLatlng'
  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'


load 'rails/tasks/statistics.rake'



Bundler::GemHelper.install_tasks

Version data entries

13 entries across 13 versions & 1 rubygems

Version Path
activeadmin_latlng-1.5.0 Rakefile
activeadmin_latlng-1.4.0 Rakefile
activeadmin_latlng-1.3.0 Rakefile
activeadmin_latlng-1.2.2 Rakefile
activeadmin_latlng-1.2.0 Rakefile
activeadmin_latlng-1.1.0 Rakefile
activeadmin_latlng-1.0.0 Rakefile
activeadmin_latlng-0.3.1 Rakefile
activeadmin_latlng-0.3.0 Rakefile
activeadmin_latlng-0.2.0 Rakefile
activeadmin_latlng-0.1.0 Rakefile
activeadmin_latlng-0.0.3 Rakefile
activeadmin_latlng-0.0.2 Rakefile