lita-onewheel-election-cnn 3.4.3 → 3.4.4
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:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: bb71d5e287178d30ec436f5873b6359d3c8606e4
|
4
|
+
data.tar.gz: 450253d83f87e58fd78b6a28796fbb8c0ef489dc
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 41ffce42706c16de38db379fd1b7d1fa8953e73a29bb00ba99a0df49c1055109bfb240a41470ad3c4c3ec1ffebd8392fcbd37ece99928755865c754c08249dfb
|
7
|
+
data.tar.gz: cf5db7c206620c901fefd78a4c097814ab6315e0012f4a9d61cbe8a111cff94a9996772970a0862ca13bf00105c0f7cd2af30d387e4203c58eff26a68795ec8b
|
@@ -1,6 +1,6 @@
|
|
1
1
|
Gem::Specification.new do |spec|
|
2
2
|
spec.name = 'lita-onewheel-election-cnn'
|
3
|
-
spec.version = '3.4.
|
3
|
+
spec.version = '3.4.4'
|
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 |\
|
59
|
+
expect(replies.last).to eq("Clinton 0 |\u000312\u000300-----------------------------------------------------\u000304█| Trump 19")
|
60
60
|
end
|
61
61
|
end
|