lita-onewheel-election-cnn 3.4.0 → 3.4.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.
- checksums.yaml +4 -4
- data/lib/lita/handlers/onewheel_election_cnn.rb +5 -5
- data/lita-onewheel-election-cnn.gemspec +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 8f70def94f17ed66fbd01444e254c180576b0241
|
4
|
+
data.tar.gz: 9ded1bfca27f1683b1cefaa4b96d8c9b2a32f550
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 446aeb426aa369d006e2ece3a2fb23230bef5c82e6738392b656f2fffd6836f410abc1012b0a02dcfe7c7aa130051f1637e41b5b28d47dbe887a0a477a0668bd
|
7
|
+
data.tar.gz: 360668570d49f4264e279f6b78bcc1b13664173cef14bdc312d9ea866e54e0fb602ee40a86b86f38b874fa2ba94d740182f35ab0d4db4a6866eb424660bdfc8f
|
@@ -145,12 +145,12 @@ module Lita
|
|
145
145
|
|
146
146
|
reply = ''
|
147
147
|
extras = 54 - blues - reds
|
148
|
-
reply +=
|
149
|
-
blues.times { reply += '
|
150
|
-
reply +=
|
148
|
+
reply += "\x0304"
|
149
|
+
blues.times { reply += '█' }
|
150
|
+
reply += "\x0300"
|
151
151
|
extras.times { reply += '-'}
|
152
|
-
reply +=
|
153
|
-
reds.times { reply += '
|
152
|
+
reply += "\x0302"
|
153
|
+
reds.times { reply += '█' }
|
154
154
|
|
155
155
|
response.reply reply
|
156
156
|
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.
|
3
|
+
spec.version = '3.4.1'
|
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.}
|