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 +4 -4
- data/lib/ruboty/handlers/ideone-codeiq.rb +1 -1
- data/lib/ruboty/ideone/codeiq/version.rb +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: 579c242caec8bd39e14eea7aab37b0340f198a12
|
|
4
|
+
data.tar.gz: 46ef6bf939090824cbc0b3e2839ecf88e994eca8
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
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']==
|
|
143
|
+
elsif result['result'].to_i==15
|
|
144
144
|
message.reply result['output']
|
|
145
145
|
else
|
|
146
146
|
message.reply('[Ruboty::Ideone::CodeIQ] '+{
|