match_point 0.0.5 → 0.0.6

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.
@@ -1,3 +1,3 @@
1
1
  module MatchPoint
2
- VERSION = '0.0.5'
2
+ VERSION = '0.0.6'
3
3
  end
@@ -28,6 +28,10 @@ module MatchPoint
28
28
  @operation_name = a_name
29
29
  end
30
30
 
31
+ def document
32
+ @template.document.clone
33
+ end
34
+
31
35
  private
32
36
 
33
37
  def assign_values data
@@ -57,6 +57,11 @@ describe MatchPoint do
57
57
  response.operation_name.should == operation_name
58
58
  end
59
59
 
60
+ it "should return the document" do
61
+ document = response.document
62
+ document.nil?.should be_false
63
+ end
64
+
60
65
  end
61
66
 
62
67
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: match_point
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.5
4
+ version: 0.0.6
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: