# -*- encoding: utf-8 -*- # stub: my-congress 0.1.3 ruby lib Gem::Specification.new do |s| s.name = "my-congress".freeze s.version = "0.1.3".freeze s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version= s.metadata = { "changelog_uri" => "https://github.com/thedannysoto/my-congress", "homepage_uri" => "https://github.com/thedannysoto/my_congress", "source_code_uri" => "https://github.com/thedannysoto/my_congress" } if s.respond_to? :metadata= s.require_paths = ["lib".freeze] s.authors = ["thedannysoto".freeze] s.date = "2020-02-07" s.email = ["87dsoto@gmail.com".freeze] s.executables = ["my_congress".freeze] s.files = [".DS_Store".freeze, ".gitignore".freeze, ".rspec".freeze, ".travis.yml".freeze, "Gemfile".freeze, "Gemfile.lock".freeze, "LICENSE.txt".freeze, "README.md".freeze, "Rakefile".freeze, "bin/console".freeze, "bin/my_congress".freeze, "bin/setup".freeze, "config/environment.rb".freeze, "config/version.rb".freeze, "lib/.DS_Store".freeze, "lib/congress.rb".freeze, "lib/congress_output.rb".freeze, "lib/elections_output.rb".freeze, "lib/find_representatives.rb".freeze, "lib/get_url.rb".freeze, "lib/header.rb".freeze, "lib/header_quote.rb".freeze, "lib/program_end.rb".freeze, "lib/selenium_scraper.rb".freeze, "lib/state_check.rb".freeze, "lib/zip_check.rb".freeze, "my-congress.gemspec".freeze] s.homepage = "https://github.com/thedannysoto/my_congress".freeze s.licenses = ["MIT".freeze] s.required_ruby_version = Gem::Requirement.new(">= 2.3.0".freeze) s.rubygems_version = "3.5.10".freeze s.summary = "A gem for finding current U.S. Senators and Representative for a particular location.".freeze end