Sha256: 1a7445a5dafc568e08469b1cb1f3ef34b1e514072ae0bda7a4c470f81b97ede0
Contents?: true
Size: 581 Bytes
Versions: 3
Compression:
Stored size: 581 Bytes
Contents
# # To change this template, choose Tools | Templates # and open the template in the editor. require 'rubygems' require 'rake' require 'echoe' Echoe.new('metamri', '0.1.0') do |p| p.description = "Extraction of MRI metadata and insertion into compatible sqlite3 databases." p.url = "http://github.com/brainmap/metamri" 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
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
brainmap-metamri-0.1.1 | Rakefile |
brainmap-metamri-0.1.2 | Rakefile |
brainmap-metamri-0.1.3 | Rakefile |