Sha256: 75a42ff64cb086054d563d0b99169d75d21bfe15ea27c824ecd69a0fe81ab267

Contents?: true

Size: 411 Bytes

Versions: 32

Compression:

Stored size: 411 Bytes

Contents

#!/usr/bin/env rake
require 'bundler/gem_tasks'
require 'rake/testtask'
require File.expand_path('../lib/mapbox-gl/updater', __FILE__)

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

desc 'Update Mapbox GL JS assets and plugins'
task 'update-mapbox' do
  Updater.new.update
end

task update: 'update-mapbox'

task default: :test

Version data entries

32 entries across 32 versions & 1 rubygems

Version Path
mapbox-gl-rails-3.7.0 Rakefile
mapbox-gl-rails-2.9.0 Rakefile
mapbox-gl-rails-2.7.0 Rakefile
mapbox-gl-rails-2.6.1 Rakefile
mapbox-gl-rails-2.3.1 Rakefile
mapbox-gl-rails-2.3.0 Rakefile
mapbox-gl-rails-2.2.0 Rakefile
mapbox-gl-rails-1.13.1 Rakefile
mapbox-gl-rails-1.10.1 Rakefile
mapbox-gl-rails-1.10.0 Rakefile
mapbox-gl-rails-1.9.1 Rakefile
mapbox-gl-rails-1.9.0 Rakefile
mapbox-gl-rails-1.8.1 Rakefile
mapbox-gl-rails-1.7.0 Rakefile
mapbox-gl-rails-1.6.1 Rakefile
mapbox-gl-rails-1.6.0 Rakefile
mapbox-gl-rails-1.5.0 Rakefile
mapbox-gl-rails-1.4.0 Rakefile
mapbox-gl-rails-1.3.1 Rakefile
mapbox-gl-rails-1.3.0 Rakefile