agent_fix 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.
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.1.0
1
+ 0.1.1
@@ -5,11 +5,11 @@
5
5
 
6
6
  Gem::Specification.new do |s|
7
7
  s.name = "agent_fix"
8
- s.version = "0.1.0"
8
+ s.version = "0.1.1"
9
9
 
10
10
  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
11
11
  s.authors = ["Matt Lane", "Chris Busbey"]
12
- s.date = "2013-09-04"
12
+ s.date = "2013-10-16"
13
13
  s.description = "Interact with FIX connections to send, receive, and inspect messages in cucumber"
14
14
  s.email = "info@connamara.com"
15
15
  s.extra_rdoc_files = [
@@ -49,7 +49,7 @@ def print_results agent
49
49
  if @message!=nil and msg[:message] == @message
50
50
  STDERR.puts outbound.red
51
51
  else
52
- if msg[:index] >= @agent.bookmark
52
+ if msg[:index] >= agent.bookmark
53
53
  STDERR.puts outbound.blue
54
54
  else
55
55
 
metadata CHANGED
@@ -2,7 +2,7 @@
2
2
  name: agent_fix
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
  - Matt Lane
@@ -10,7 +10,7 @@ authors:
10
10
  autorequire:
11
11
  bindir: bin
12
12
  cert_chain: []
13
- date: 2013-09-04 00:00:00.000000000 Z
13
+ date: 2013-10-16 00:00:00.000000000 Z
14
14
  dependencies:
15
15
  - !ruby/object:Gem::Dependency
16
16
  name: quickfix-jruby