lita-onewheel-election-cnn 3.4.4 → 3.4.5

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: bb71d5e287178d30ec436f5873b6359d3c8606e4
4
- data.tar.gz: 450253d83f87e58fd78b6a28796fbb8c0ef489dc
3
+ metadata.gz: c54a12cecdf2ad3989a1b50dd0d547818d91802a
4
+ data.tar.gz: 4954ed27465df55e57e6ee343c0ebed2e7e29a47
5
5
  SHA512:
6
- metadata.gz: 41ffce42706c16de38db379fd1b7d1fa8953e73a29bb00ba99a0df49c1055109bfb240a41470ad3c4c3ec1ffebd8392fcbd37ece99928755865c754c08249dfb
7
- data.tar.gz: cf5db7c206620c901fefd78a4c097814ab6315e0012f4a9d61cbe8a111cff94a9996772970a0862ca13bf00105c0f7cd2af30d387e4203c58eff26a68795ec8b
6
+ metadata.gz: a0c1e3b4b5294956c3affaa869aff94facd05c5ef37dec8fed938cc68b2c2d2f79e553354b0f3e8160bcdbc852869077b44b95199fa5683ba33222f19fe97b3b
7
+ data.tar.gz: 1732cebe884a881bc1007ab529b94e94482a7856144f5f0fb8de521a606bee2f6c63ce0c34bfbe678607ed32a4e201d2d0438a25d32148c3ee1b5992f7dae21b
@@ -151,7 +151,7 @@ module Lita
151
151
  extras.times { reply += '-'}
152
152
  reply += "\x0304"
153
153
  (reds / 10).times { reply += '█' }
154
- reply += "| Trump #{reds}"
154
+ reply += "\x0300| Trump #{reds}"
155
155
 
156
156
  response.reply reply
157
157
  end
@@ -1,6 +1,6 @@
1
1
  Gem::Specification.new do |spec|
2
2
  spec.name = 'lita-onewheel-election-cnn'
3
- spec.version = '3.4.4'
3
+ spec.version = '3.4.5'
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.}
@@ -56,6 +56,6 @@ describe Lita::Handlers::OnewheelElectionCnn, lita_handler: true do
56
56
  mock = File.open('spec/fixtures/election.json').read
57
57
  allow(RestClient).to receive(:get) { mock }
58
58
  send_command 'ansielection'
59
- expect(replies.last).to eq("Clinton 0 |\u000312\u000300-----------------------------------------------------\u000304█| Trump 19")
59
+ expect(replies.last).to eq("Clinton 0 |\u000312\u000300-----------------------------------------------------\u000304█\u000300| Trump 19")
60
60
  end
61
61
  end
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: 3.4.4
4
+ version: 3.4.5
5
5
  platform: ruby
6
6
  authors:
7
7
  - Andrew Kreps