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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 8c6c5913fb1f8714afcc22b6e36b9bd9a117e5b8
4
- data.tar.gz: 4c83a5f046da625fa49e7915e03cd27e3dc7fcab
3
+ metadata.gz: 8f70def94f17ed66fbd01444e254c180576b0241
4
+ data.tar.gz: 9ded1bfca27f1683b1cefaa4b96d8c9b2a32f550
5
5
  SHA512:
6
- metadata.gz: 2087f55b9184ee90045b4f37fccfea6cc558c87c00f91420a0f7d0180a547f687c39081636ce04707f082d94344ee754cc2c5b5eb088c5dd54bc8ea7e0f01e7f
7
- data.tar.gz: 9a6df76955ca382667857c24e8c358d2f9f55df348f5530a39d265f4bda114b7b809bc70d8f0859c18ed22bc24558d791519c45c685815fc2754941944462405
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 += '\x0304'
149
- blues.times { reply += '-' }
150
- reply += '\x0300'
148
+ reply += "\x0304"
149
+ blues.times { reply += '' }
150
+ reply += "\x0300"
151
151
  extras.times { reply += '-'}
152
- reply += '\x0302'
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.0'
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.}
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.0
4
+ version: 3.4.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Andrew Kreps