match_point 0.0.4 → 0.0.5

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.4'
3
- end
2
+ VERSION = '0.0.5'
3
+ end
@@ -20,6 +20,14 @@ module MatchPoint
20
20
  @template.to_s
21
21
  end
22
22
 
23
+ def operation_name
24
+ @operation_name
25
+ end
26
+
27
+ def operation_name= a_name
28
+ @operation_name = a_name
29
+ end
30
+
23
31
  private
24
32
 
25
33
  def assign_values data
@@ -51,6 +51,12 @@ describe MatchPoint do
51
51
  response.auth_id.should == other_value
52
52
  end
53
53
 
54
+ it "should have an operation name" do
55
+ operation_name = "some name"
56
+ response.operation_name = operation_name
57
+ response.operation_name.should == operation_name
58
+ end
59
+
54
60
  end
55
61
 
56
62
  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.4
4
+ version: 0.0.5
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: