# -*- encoding: utf-8 -*- $:.push File.expand_path("../lib", __FILE__) require "govfeed/version" Gem::Specification.new do |s| s.name = "govfeed" s.version = Govfeed::VERSION s.platform = Gem::Platform::RUBY s.authors = ["Matthew Grigajtis"] s.email = ["matthew.grigajtis@gmail.com"] s.homepage = "" s.summary = %q{Grab a government RSS feed.} s.description = %q{This gem grabs an RSS feed from a specified government agency.} s.rubyforge_project = "govfeed" 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"] end