Sha256: 47d994a3a386c5ea82819405f6df0bcc8138074d1c68450233c7077171475b7a
Contents?: true
Size: 1.83 KB
Versions: 1
Compression:
Stored size: 1.83 KB
Contents
# -*- encoding: utf-8 -*- Gem::Specification.new do |s| s.name = %q{biomart} s.version = "0.1.0" s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version= s.authors = ["Darren Oakley"] s.date = %q{2009-08-29} s.description = %q{A ruby API for interacting with Biomart services.} s.email = ["daz.oakley@gmail.com"] s.extra_rdoc_files = ["History.txt", "Manifest.txt", "README.rdoc"] s.files = ["History.txt", "Manifest.txt", "README.rdoc", "Rakefile", "biomart.gemspec", "lib/biomart.rb", "lib/biomart/attribute.rb", "lib/biomart/database.rb", "lib/biomart/dataset.rb", "lib/biomart/filter.rb", "lib/biomart/server.rb", "script/console", "script/destroy", "script/generate", "tasks/shoulda.rake", "test/test_biomart.rb", "test/test_helper.rb"] s.homepage = %q{http://github.com/dazoakley/biomart} s.rdoc_options = ["--main", "README.rdoc"] s.require_paths = ["lib"] s.rubyforge_project = %q{biomart} s.rubygems_version = %q{1.3.5} s.summary = %q{A ruby API for interacting with Biomart services.} s.test_files = ["test/test_biomart.rb", "test/test_helper.rb"] if s.respond_to? :specification_version then current_version = Gem::Specification::CURRENT_SPECIFICATION_VERSION s.specification_version = 3 if Gem::Version.new(Gem::RubyGemsVersion) >= Gem::Version.new('1.2.0') then s.add_runtime_dependency(%q<builder>, [">= 0"]) s.add_development_dependency(%q<thoughtbot-shoulda>, [">= 0"]) s.add_development_dependency(%q<hoe>, [">= 2.3.3"]) else s.add_dependency(%q<builder>, [">= 0"]) s.add_dependency(%q<thoughtbot-shoulda>, [">= 0"]) s.add_dependency(%q<hoe>, [">= 2.3.3"]) end else s.add_dependency(%q<builder>, [">= 0"]) s.add_dependency(%q<thoughtbot-shoulda>, [">= 0"]) s.add_dependency(%q<hoe>, [">= 2.3.3"]) end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
dazoakley-biomart-0.1.0 | biomart.gemspec |