rxfhelper 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.
Files changed (2) hide show
  1. data/lib/rxfhelper.rb +1 -1
  2. metadata +1 -1
@@ -22,7 +22,7 @@ class RXFHelper
22
22
  elsif x[/https?:\/\//] then
23
23
  open(x, 'UserAgent' => 'RXFHelper').read
24
24
  else
25
- File.open(s, 'r').read
25
+ File.open(x, 'r').read
26
26
  end
27
27
  end
28
28
 
metadata CHANGED
@@ -2,7 +2,7 @@
2
2
  name: rxfhelper
3
3
  version: !ruby/object:Gem::Version
4
4
  prerelease:
5
- version: 0.1.0
5
+ version: 0.1.1
6
6
  platform: ruby
7
7
  authors: []
8
8