Sha256: 185b0629b45423ac11a9f32cccec7c9daf62c234ffdd769f2769fbc4274b57bd
Contents?: true
Size: 363 Bytes
Versions: 7
Compression:
Stored size: 363 Bytes
Contents
#!/usr/bin/env ruby dummy_dir = File.expand_path('../spec/dummy', File.dirname(__FILE__)) begin load File.expand_path('../spring', __FILE__) if File.exists?(dummy_dir) rescue LoadError end require 'bundler/setup' ENV['PAGEFLOW_PLUGIN_ENGINE'] = 'pageflow_sitemap' require 'pageflow/support' Pageflow::Dummy.setup load Gem.bin_path('teaspoon', 'teaspoon')
Version data entries
7 entries across 7 versions & 1 rubygems