lita-onewheel-election-cnn 4.0.1 → 4.0.2

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 81a458455ba80ce25bc718f79e5c8cab3d43c0f8
4
- data.tar.gz: 8bed484304b946d059aca91831e7da22cb836b0a
3
+ metadata.gz: 289326007436b02f499e5afb0f96947540a8a134
4
+ data.tar.gz: 088034f74b84735b5a0e03440a381d5837a92938
5
5
  SHA512:
6
- metadata.gz: e8b3a5d9d38cc311594f28d19da86c8044d085eacda468f00957de31dd9c71130ed610929dd35b7bed965957183218345ca5bf7c0260dbe80a4f9cbb57607b00
7
- data.tar.gz: 17cc214ccfba1b752c09017becf62836250912adfb87def2eef561367d72e28d9664962719b094c43b5c39e5b5e6acc1e42151ebaa2d6f2a93cb647c23cf3f00
6
+ metadata.gz: 56cef4f0d6b7c6159bdeb55fbbb4c5c53a2416017d2b5dd41fed460dfd42a2defa44db6becc7679ba46b40bc467bd197eafe0e5fb98b6ffd661cec7b04be6323
7
+ data.tar.gz: 73736c8fb622c1e9b9a9b38fe1c426a463256e07e1a02ae587e77793c6865a4dd7d768aa457d84ba262de27ebe5fa7cd7f09d3b6c30b90ec78581f254b972d4f
@@ -57,7 +57,7 @@ module Lita
57
57
  (50 - bluecount - redcount).times { blueredstr += '-' }
58
58
  blueredstr += "\x0304"
59
59
  redcount.times { blueredstr += '█' }
60
- response.reply "Clinton #{votes['blue']['percentage']}% #{votes['blue']['popular']} |#{blueredstr}\x0300| Trump #{votes['blue']['percentage']}% #{votes['blue']['popular']}"
60
+ response.reply "Clinton #{votes['blue']['percentage']}% #{votes['blue']['popular']} |#{blueredstr}\x0300| Trump #{votes['red']['percentage']}% #{votes['red']['popular']}"
61
61
  end
62
62
 
63
63
  def election_by_state(response)
@@ -1,6 +1,6 @@
1
1
  Gem::Specification.new do |spec|
2
2
  spec.name = 'lita-onewheel-election-cnn'
3
- spec.version = '4.0.1'
3
+ spec.version = '4.0.2'
4
4
  spec.authors = ['Andrew Kreps']
5
5
  spec.email = ['andrew.kreps@gmail.com']
6
6
  spec.description = %q{Lita interface to CNN's 2016 Presidential Election JSON.}
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: lita-onewheel-election-cnn
3
3
  version: !ruby/object:Gem::Version
4
- version: 4.0.1
4
+ version: 4.0.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Andrew Kreps