Sha256: 7f39ad0b0535818f248534260f12174cba9f5b4f1b66d52ab213b83ce12ff54e
Contents?: true
Size: 949 Bytes
Versions: 2
Compression:
Stored size: 949 Bytes
Contents
# -*- encoding: utf-8 -*- $:.push File.expand_path("../lib", __FILE__) require "biomart/version" Gem::Specification.new do |s| s.name = "biomart" s.version = Biomart::VERSION s.platform = Gem::Platform::RUBY s.authors = ["Darren Oakley"] s.email = ["daz.oakley@gmail.com"] s.homepage = "http://github.com/dazoakley/biomart" s.summary = "A ruby API for interacting with Biomart services." s.description = "A ruby API for interacting with Biomart XML based webservices." s.rubyforge_project = "biomart" s.files = `git ls-files`.split("\n") s.test_files = `git ls-files -- {test,spec,features}/*`.split("\n") s.executables = `git ls-files -- bin/*`.split("\n").map{ |f| File.basename(f) } s.require_paths = ["lib"] s.add_runtime_dependency("builder", [">= 0"]) s.add_development_dependency("shoulda", [">= 2.10"]) s.add_development_dependency("simplecov", [">= 0"]) end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
biomart-0.2.2 | biomart.gemspec |
biomart-0.2.1 | biomart.gemspec |