get_your_rep 1.0.7 → 1.0.8

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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: d70909b5b99c6a3ce6fd3beb67e7ae243a9b730c
4
- data.tar.gz: 23ce97032d2c0f2fb4b28f9e6332036b236634de
3
+ metadata.gz: 6e469cbceacae4019cec6c90f04e195d732c5923
4
+ data.tar.gz: 5005c96b87c83a3ad2e30b0bcc73283eb154700a
5
5
  SHA512:
6
- metadata.gz: 9ed141a338719d4c36b49a8a809ccc5d881039f0c1620fd69c7c483e6212e915c1714a8777564bb862859e5aab72a5c734e0bceabcd79076ef37df7939f02e27
7
- data.tar.gz: d203a50a171e86703e9d8e0ea5fc4fc898a7ef343109b7d6677844b8302f41b2ded21ea3caa24f09d2173f7876365d8e0f1805a5cde891ae7c05c48e1e14ae95
6
+ metadata.gz: d8f0ad64734f884437bf773d9504a491961f977a98d82271689a1cc6a4a935a3c2332b8254d6632911dc43b71c9b54c98219f759e5161bc41da79850096c2966
7
+ data.tar.gz: e29752bb0c0c1997f572823463a8960928ce3432e4104f090c61c8bb19bb422786ab490a26cdae11ad6b5b1fafc4d447a2b6bb32a288e648d57d4fd57f061049
@@ -100,7 +100,7 @@ module GetYourRep
100
100
 
101
101
  # Maps the offices with the :type attribute equal to 'capitol'.
102
102
  def capitol_offices
103
- @district_offices ||= office_locations.select { |office| office.type == 'capitol' }
103
+ @capitol_offices ||= office_locations.select { |office| office.type == 'capitol' }
104
104
  end
105
105
 
106
106
  # Displays self for the CLI.
@@ -1,4 +1,4 @@
1
1
  # frozen_string_literal: true
2
2
  module GetYourRep
3
- VERSION = '1.0.7' # :nodoc:
3
+ VERSION = '1.0.8' # :nodoc:
4
4
  end
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.7
4
+ version: 1.0.8
5
5
  platform: ruby
6
6
  authors:
7
7
  - msimonborg
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2017-01-21 00:00:00.000000000 Z
11
+ date: 2017-01-24 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: httparty