ruboty-ideone-codeiq 0.0.1 → 0.0.1.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: 1778ee6c2498d7bc5165a49bccfb81cdf5dddb2b
4
- data.tar.gz: 3759d6c841b092b0a59167c07665d201da6a6dbd
3
+ metadata.gz: 579c242caec8bd39e14eea7aab37b0340f198a12
4
+ data.tar.gz: 46ef6bf939090824cbc0b3e2839ecf88e994eca8
5
5
  SHA512:
6
- metadata.gz: 7425cc070231424f008d2bc845e08d963f182a53054d41549db30c209fee71db0a0b65076aa5ead46b848c897c8084e0dfb82c6b5b43d4da93d1795a5f3e6cb0
7
- data.tar.gz: 6667b280b7f9fb28f98bdcc09da138f3e63c194bfee169078c101979c64276abbc0763bb3c9d4f63039a6aeec0bb931b92a58e478ca2723f3f83e0bc0be3cd85
6
+ metadata.gz: b9d6903ed46116c7aaa54d64f5610cb04e98f231c374de9d052a198eb1c630d028075c15281997307df9b336d0d2bab6395848e744f061307a6965ecd3d17587
7
+ data.tar.gz: d1a6b5a57b6cacf2cc82f5af2c49f66fad89b6ebc9b9dc8d38fe23b896661db48bfdbaeb7e1bb64c2bf507be0afc6a43f0bb928199d1de58fe895c76f192e307
@@ -140,7 +140,7 @@ module Ruboty
140
140
  message.reply '[Ruboty::Ideone::CodeIQ] running'
141
141
  elsif result['error']!='OK'
142
142
  message.reply '[Ruboty::Ideone::CodeIQ] something wrong happened in execution'
143
- elsif result['result']=='15'
143
+ elsif result['result'].to_i==15
144
144
  message.reply result['output']
145
145
  else
146
146
  message.reply('[Ruboty::Ideone::CodeIQ] '+{
@@ -1,7 +1,7 @@
1
1
  module Ruboty
2
2
  module Ideone
3
3
  module CodeIQ
4
- VERSION = "0.0.1"
4
+ VERSION = "0.0.1.1"
5
5
  end
6
6
  end
7
7
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: ruboty-ideone-codeiq
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.1
4
+ version: 0.0.1.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - cielavenir