ruboty-ideone 0.0.3.2 → 0.0.3.3

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: 8fc6b23cd28ca0265a5bed784b42f0f47ff6eecb
4
- data.tar.gz: 0e5fbf667702a4a804c13f4cc7d8f34384c16d4d
3
+ metadata.gz: 65da1ac1ea9dc5b131c0f0598ed98e4348d58581
4
+ data.tar.gz: 8eaa4178e60db2ddeb4c148954575420786ed71b
5
5
  SHA512:
6
- metadata.gz: 592d785990af4f0e4d277f7ec5572d01b296bb36561428b3bad0f2e8c832d5bbae2e78e3222e3b05ea8db948eac8a510fba74d239478140df4206790af0ef3c7
7
- data.tar.gz: 235345b356f585ed33f313f078d43dd67f959b8d62be853c1615f54e8cced8782461b7247b20238cdc2416953f906fba00a487e8228c4c0ac0ae1e5797ccce40
6
+ metadata.gz: d6390ffc04ad989e9ffc8cf4578b2c6c3980e8b6272f48108047fab52e38b3487f99c15ee1a8920c51cd02115efe3a0cfb0e68289538c72544e3f134219e4fc4
7
+ data.tar.gz: 363406f51e8ddf2f48eca749d1edda59011c96549c87749c90e04fdeaabcfba66544ffe435558eecd07c9566981b97836885c2c4b7e9c9be01c7805a57ae91a4
@@ -170,7 +170,7 @@ module Ruboty
170
170
  message.reply '[Ruboty::Ideone] running'
171
171
  elsif result['error']!='OK'
172
172
  message.reply '[Ruboty::Ideone] something wrong happened in execution'
173
- elsif result['result']=='15'
173
+ elsif result['result'].to_i==15
174
174
  message.reply result['output']
175
175
  else
176
176
  message.reply('[Ruboty::Ideone] '+{
@@ -1,5 +1,5 @@
1
1
  module Ruboty
2
2
  module Ideone
3
- VERSION = "0.0.3.2"
3
+ VERSION = "0.0.3.3"
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: ruboty-ideone
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.3.2
4
+ version: 0.0.3.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - cielavenir