ideone 0.8.2 → 0.8.3

Sign up to get free protection for your applications and to get access to all the features.
Files changed (3) hide show
  1. data/README.md +4 -0
  2. data/lib/ideone.rb +1 -1
  3. metadata +3 -3
data/README.md CHANGED
@@ -6,6 +6,10 @@ http://github.com/Pistos/ideone-gem
6
6
 
7
7
  Base code taken from http://github.com/staii/tgoa . See References, below.
8
8
 
9
+ ## Requirements
10
+
11
+ Ruby 1.8.6 or later
12
+
9
13
  ## Installation
10
14
 
11
15
  gem install ideone
@@ -97,7 +97,7 @@ module Ideone
97
97
  else
98
98
  out = res['inouterr'].match(/<label>output:<\/label>.*?<pre.*?>(.*?)<\/pre>/m)
99
99
  if out
100
- CGI.unescape_html out[1]
100
+ CGI.unescapeHTML out[1]
101
101
  end
102
102
  end
103
103
  end
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: ideone
3
3
  version: !ruby/object:Gem::Version
4
- hash: 59
4
+ hash: 57
5
5
  prerelease: false
6
6
  segments:
7
7
  - 0
8
8
  - 8
9
- - 2
10
- version: 0.8.2
9
+ - 3
10
+ version: 0.8.3
11
11
  platform: ruby
12
12
  authors:
13
13
  - Pistos