testdata 0.3.3 → 0.3.4

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/testdata.rb +1 -1
  2. metadata +1 -1
data/lib/testdata.rb CHANGED
@@ -124,7 +124,7 @@ class Testdata
124
124
  s = Rscript.new.read script_file.split(/\s/)
125
125
  else
126
126
 
127
- file_path = File.exists?(script_file) ? script : @filepath + '/' + script_file
127
+ file_path = File.exists?(script_file) ? script_file : @filepath + '/' + script_file
128
128
  s = File.open(file_path,'r').read
129
129
  end
130
130
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: testdata
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.3.3
4
+ version: 0.3.4
5
5
  platform: ruby
6
6
  authors: []
7
7