jsoncrossreference 0.0.2 → 0.0.3

Sign up to get free protection for your applications and to get access to all the features.
Files changed (2) hide show
  1. data/lib/jsoncrossreference.rb +2 -2
  2. metadata +1 -1
@@ -5,7 +5,6 @@ class JSONCrossreference
5
5
  def initialize(input1, input2)
6
6
  @input1 = input1
7
7
  @input2 = input2
8
- @output = nil
9
8
  end
10
9
 
11
10
  # What: Cross-references fields in two files
@@ -38,6 +37,7 @@ class JSONCrossreference
38
37
  tmpfile << m.match(matchnames)
39
38
  end
40
39
  end
41
- @output = tmpfile.to_json
40
+
41
+ return tmpfile.to_json
42
42
  end
43
43
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: jsoncrossreference
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.2
4
+ version: 0.0.3
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: