Skip to content

Instantly share code, notes, and snippets.

@wstrinz
Created June 9, 2014 21:46
Show Gist options
  • Save wstrinz/699f552b458e8795a49d to your computer and use it in GitHub Desktop.
Save wstrinz/699f552b458e8795a49d to your computer and use it in GitHub Desktop.
require 'publisci'
include PubliSci::DSL
data do
source 'https://github.com/wstrinz/publisci/raw/master/spec/csv/bacon.csv'
dimension 'producer', 'pricerange'
measure 'chunkiness'
option :base_url, 'http://example.org'
end
repo = to_repository
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment