Sha256: a83bfc5053707405491ec620d4b63cbebc80092cf0a39679d23fb3491b489302
Contents?: true
Size: 1.17 KB
Versions: 3
Compression:
Stored size: 1.17 KB
Contents
# coding: utf-8 lib = File.expand_path('../lib', __FILE__) $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib) require 'fbo/version' Gem::Specification.new do |spec| spec.name = "fbo" spec.version = FBO::VERSION spec.authors = ["Chris Kottom"] spec.email = ["chris@chriskottom.com"] spec.summary = "Parse and process FBO bulk listings" spec.description = <<-EOF The FBO gem manages the process of downloading and parsing file-based notice information from the Federal Business Opportunities (https://www.fbo.gov/) application / database. The FBO feed files include new and updated opportunities, information about awarded contracts, and other details concerning the offer and disposition of federal government contracts and tenders. EOF spec.homepage = "" spec.license = "MIT" spec.files = `git ls-files`.split($/) spec.executables = spec.files.grep(%r{^bin/}) { |f| File.basename(f) } spec.test_files = spec.files.grep(%r{^(test|spec|features)/}) spec.require_paths = ["lib"] spec.add_development_dependency "bundler", "~> 1.3" spec.add_development_dependency "rake" end
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
fbo-0.0.3 | fbo.gemspec |
fbo-0.0.2 | fbo.gemspec |
fbo-0.0.1 | fbo.gemspec |