Sha256: 264f5087ee40deb3dd5b43bba79588a81180f2eaa38a3b0a3943b3bc8032e6bd

Contents?: true

Size: 541 Bytes

Versions: 40

Compression:

Stored size: 541 Bytes

Contents

require 'bundler/gem_tasks'
require 'bundler/setup'

task :default => :test

desc "Run test suite"
task :test do
  sh "bacon -Itest -a"
end

PAGES_REPO = 'git@github.com:whitequark/ast'

desc "Build and deploy documentation to GitHub pages"
task :pages do
  system "git clone #{PAGES_REPO} gh-temp/ -b gh-pages; rm gh-temp/* -rf; touch gh-temp/.nojekyll" or abort
  system "yardoc -o gh-temp/;" or abort
  system "cd gh-temp/; git add -A; git commit -m 'Updated pages.'; git push -f origin gh-pages" or abort
  FileUtils.rm_rf 'gh-temp'
end

Version data entries

40 entries across 35 versions & 10 rubygems

Version Path
grape-extra_validators-2.0.0 vendor/bundle/ruby/2.6.0/gems/ast-2.4.0/Rakefile
talon_one-2.0.0 vendor/bundle/ruby/2.7.0/gems/ast-2.4.0/Rakefile
talon_one-2.0.0 vendor/bundle/ruby/2.3.0/gems/ast-2.4.0/Rakefile
grape-extra_validators-1.0.0 vendor/bundle/ruby/2.4.0/gems/ast-2.4.0/Rakefile
grape-extra_validators-1.0.0 vendor/bundle/ruby/2.6.0/gems/ast-2.4.0/Rakefile
zuora_connect_ui-0.10.0 vendor/ruby/2.6.0/gems/ast-2.4.0/Rakefile
zuora_connect_ui-0.9.2 vendor/ruby/2.6.0/gems/ast-2.4.0/Rakefile
zuora_connect_ui-0.9.1 vendor/ruby/2.6.0/gems/ast-2.4.0/Rakefile
zuora_connect_ui-0.9.0 vendor/ruby/2.6.0/gems/ast-2.4.0/Rakefile
zuora_connect_ui-0.8.3 vendor/ruby/2.6.0/gems/ast-2.4.0/Rakefile
zuora_connect_ui-0.8.2 vendor/ruby/2.6.0/gems/ast-2.4.0/Rakefile
zuora_connect_ui-0.8.1 vendor/ruby/2.6.0/gems/ast-2.4.0/Rakefile
zuora_connect_ui-0.8.0 vendor/ruby/2.6.0/gems/ast-2.4.0/Rakefile
dadapush_client-1.0.1 vendor/bundle/ruby/2.3.0/gems/ast-2.4.0/Rakefile
zuora_connect_ui-0.7.1 vendor/ruby/2.6.0/gems/ast-2.4.0/Rakefile
zuora_connect_ui-0.7.0 vendor/ruby/2.6.0/gems/ast-2.4.0/Rakefile
config_gems_initialization_aim-0.1.4 vendor/bundle/ruby/2.5.0/gems/config_gems_initialization_aim-0.1.1/vendor/bundle/ruby/2.5.0/gems/ast-2.4.0/Rakefile
config_gems_initialization_aim-0.1.4 vendor/bundle/ruby/2.5.0/gems/ast-2.4.0/Rakefile
config_gems_initialization_aim-0.1.3 vendor/bundle/ruby/2.5.0/gems/config_gems_initialization_aim-0.1.1/vendor/bundle/ruby/2.5.0/gems/ast-2.4.0/Rakefile
config_gems_initialization_aim-0.1.3 vendor/bundle/ruby/2.5.0/gems/ast-2.4.0/Rakefile