get-your-rep 1.0.0 → 1.0.0.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (3) hide show
  1. checksums.yaml +4 -4
  2. data/lib/get-your-rep.rb +2 -1
  3. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 9b0541c0a6fc00771ce898665eb5dcd1fc0c73a5
4
- data.tar.gz: 98b6170d9fa0d37868c826218343002706f43bb2
3
+ metadata.gz: 0f800afcd86e1ceb01731dd15f8a6ee0f4142bab
4
+ data.tar.gz: 64c3107718dd3036bcee398db92fea17c61466b8
5
5
  SHA512:
6
- metadata.gz: d1f40c6e1fc82f6019a00f798eee45ceb30e364e0f2dbc43e5f06bec2ddcde4f866aecec9553408867a38c363edd61c6a76a770c6647c6fc6ac74b4c36f06a76
7
- data.tar.gz: ebad1ed2bb360ec70761381b36e38562b50bac2f0385fced2ffa2bbcece533401386538fafff33a6b4057d8b1f42a86ecf617e83317f31dd031e837fd0065aa2
6
+ metadata.gz: 9f100f82620fe8c53c7cef27b5d12dab61b79ee54f75f86788c651c465fa4a436208c48d9d1b093d62a40d8a84d48f3f44da40111332a3ce2cd9f4587332e184
7
+ data.tar.gz: d9a16f2f43f39ca951f3aaebe2b7ff63af17104c604f8189848c34cda04f3f319ee3c83c4f8394c3bd2520e7b05807ee4891f42eede116d278a465c258be7c22
data/lib/get-your-rep.rb CHANGED
@@ -4,7 +4,8 @@ require_relative 'get-your-rep/delegation.rb'
4
4
 
5
5
  # The GetYourRep class has a collection of class methods that retrieve your elected representatives
6
6
  # from the Google Civic Information API, parse it from JSON, and assemble it into a usable
7
- # Ruby array-like object called a Delegation.
7
+ # Ruby array-like object called a Delegation. You must configure your own Google API key as an
8
+ # environment variable using the constant name 'GOOGLE_API_KEY' in order for this gem to work.
8
9
  class GetYourRep
9
10
 
10
11
  # Call GetYourRep#now to initiate a chain of method calls on self that will instantiate a Delegation object and return it.
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: get-your-rep
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.0
4
+ version: 1.0.0.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - msimonborg
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2016-12-08 00:00:00.000000000 Z
11
+ date: 2016-12-10 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: httparty