Sha256: 5b59d733015d5f5ba5e8e1e575e7800a66e9d122ef84b78e22c9291cec7f1975
Contents?: true
Size: 1.05 KB
Versions: 1
Compression:
Stored size: 1.05 KB
Contents
=begin * Name: govsdkgem.rb * Description: Gem root 'require' file for govsdk * Author: Pito Salas * Copyright: (c) R. Pito Salas and Associates, Inc. * Date: January 2009 * License: GPL This file is part of GovSDK. GovSDK is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. GovSDK is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with GovSDK. If not, see <http://www.gnu.org/licenses/>. =end $LOAD_PATH.unshift(File.dirname(__FILE__)+"/../lib/apis") require 'govsdk' require 'govsdk_base' require 'open_secrets_api' require 'congress_person' require 'vote_smart_api' require 'google_api' require 'sunlight_api'
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
pitosalas-govsdk-0.0.4 | lib/govsdkgem.rb |