Sha256: 4cf0f4a48814f4653e891a82fef21cfe3478cd5cdf5ece3c6970c24ff5414a68

Contents?: true

Size: 585 Bytes

Versions: 2

Compression:

Stored size: 585 Bytes

Contents

# 
# To change this template, choose Tools | Templates
# and open the template in the editor.

require 'rubygems'
require 'rake'
require 'echoe'

Echoe.new('ImageData', '0.1.0') do |p|
  p.description    = "Extraction of MRI metadata and insertion into compatible sqlite3 databases."
  p.url            = "http://github.com/brainmap/ImageData"
  p.author         = "Kristopher J. Kosmatka"
  p.email          = "kk4@medicine.wisc.edu"
  p.ignore_pattern = ["nbproject/*"]
  p.development_dependencies = []
end

Dir["#{File.dirname(__FILE__)}/tasks/*.rake"].sort.each { |ext| load ext }

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
brainmap-ImageData-0.1.0 Rakefile
brainmap-ImageData-0.1.1 Rakefile