agent_fix 0.2.2 → 0.3.0
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.
- checksums.yaml +4 -4
- data/CONTRIBUTION_GUIDELINES.md +1 -0
- data/Gemfile +1 -1
- data/Gemfile.lock +22 -19
- data/README.md +11 -3
- data/VERSION +1 -1
- data/agent_fix.gemspec +8 -8
- data/features/support/env.rb +2 -1
- data/lib/agent_fix/cucumber.rb +1 -1
- metadata +5 -5
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 5aea919e4c75a629e12b4a55bea38017746071d3
|
|
4
|
+
data.tar.gz: a66ab901761cce0db9a27c2602cba0126b461110
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 29e8686393a8a075f2aad00e0f4b1034b50dcb8825872c94aafc16b84f8fe866256ddc61efc2416fa184a329977aff3b2513d6b05e0d96c581082bfbff3b69b3
|
|
7
|
+
data.tar.gz: 8d120b6f18ee1ba682f4a4f36d9bfe444df9dab7cf6173efa2e7d740b668e93781117f75312dc480d3f185bbf13ed8626b73df5386550c3927fcb9e8a1228413
|
data/CONTRIBUTION_GUIDELINES.md
CHANGED
|
@@ -15,6 +15,7 @@ Contributing to agent_fix:
|
|
|
15
15
|
1. Fork the [official repository](https://github.com/connamara/agent_fix/tree/master).
|
|
16
16
|
2. Make your changes in a topic branch.
|
|
17
17
|
3. Send a pull request.
|
|
18
|
+
4. If you are new contributor to this project, sign the CLA
|
|
18
19
|
|
|
19
20
|
Notes:
|
|
20
21
|
* If you report a bug and don't include a fix, please include a failing test.
|
data/Gemfile
CHANGED
data/Gemfile.lock
CHANGED
|
@@ -4,22 +4,22 @@ GEM
|
|
|
4
4
|
addressable (2.3.5)
|
|
5
5
|
anticipate (0.1.1)
|
|
6
6
|
builder (3.2.2)
|
|
7
|
-
cucumber (1.3.
|
|
7
|
+
cucumber (1.3.20)
|
|
8
8
|
builder (>= 2.1.2)
|
|
9
9
|
diff-lcs (>= 1.1.3)
|
|
10
|
-
gherkin (~> 2.12
|
|
11
|
-
multi_json (
|
|
12
|
-
multi_test (>= 0.
|
|
10
|
+
gherkin (~> 2.12)
|
|
11
|
+
multi_json (>= 1.7.5, < 2.0)
|
|
12
|
+
multi_test (>= 0.1.2)
|
|
13
13
|
cuke_mem (0.1.1)
|
|
14
14
|
cucumber (~> 1.3)
|
|
15
15
|
diff-lcs (1.2.5)
|
|
16
16
|
faraday (0.8.8)
|
|
17
17
|
multipart-post (~> 1.2.0)
|
|
18
|
-
fix_spec (0.
|
|
18
|
+
fix_spec (1.0.1)
|
|
19
19
|
cuke_mem (~> 0.1.1)
|
|
20
20
|
json_spec (~> 1.1.1)
|
|
21
21
|
quickfix-jruby (~> 1.6.0)
|
|
22
|
-
gherkin (2.12.
|
|
22
|
+
gherkin (2.12.2-java)
|
|
23
23
|
multi_json (~> 1.3)
|
|
24
24
|
git (1.2.6)
|
|
25
25
|
github_api (0.10.1)
|
|
@@ -48,7 +48,7 @@ GEM
|
|
|
48
48
|
jwt (0.1.8)
|
|
49
49
|
multi_json (>= 1.5)
|
|
50
50
|
multi_json (1.7.9)
|
|
51
|
-
multi_test (0.
|
|
51
|
+
multi_test (0.1.2)
|
|
52
52
|
multi_xml (0.5.5)
|
|
53
53
|
multipart-post (1.2.0)
|
|
54
54
|
nokogiri (1.5.10-java)
|
|
@@ -64,19 +64,19 @@ GEM
|
|
|
64
64
|
rake (10.1.0)
|
|
65
65
|
rdoc (4.0.1)
|
|
66
66
|
json (~> 1.4)
|
|
67
|
-
rspec (3.
|
|
68
|
-
rspec-core (~> 3.
|
|
69
|
-
rspec-expectations (~> 3.
|
|
70
|
-
rspec-mocks (~> 3.
|
|
71
|
-
rspec-core (3.
|
|
72
|
-
rspec-support (~> 3.
|
|
73
|
-
rspec-expectations (3.
|
|
67
|
+
rspec (3.4.0)
|
|
68
|
+
rspec-core (~> 3.4.0)
|
|
69
|
+
rspec-expectations (~> 3.4.0)
|
|
70
|
+
rspec-mocks (~> 3.4.0)
|
|
71
|
+
rspec-core (3.4.4)
|
|
72
|
+
rspec-support (~> 3.4.0)
|
|
73
|
+
rspec-expectations (3.4.0)
|
|
74
74
|
diff-lcs (>= 1.2.0, < 2.0)
|
|
75
|
-
rspec-support (~> 3.
|
|
76
|
-
rspec-mocks (3.
|
|
75
|
+
rspec-support (~> 3.4.0)
|
|
76
|
+
rspec-mocks (3.4.1)
|
|
77
77
|
diff-lcs (>= 1.2.0, < 2.0)
|
|
78
|
-
rspec-support (~> 3.
|
|
79
|
-
rspec-support (3.
|
|
78
|
+
rspec-support (~> 3.4.0)
|
|
79
|
+
rspec-support (3.4.1)
|
|
80
80
|
|
|
81
81
|
PLATFORMS
|
|
82
82
|
java
|
|
@@ -84,8 +84,11 @@ PLATFORMS
|
|
|
84
84
|
DEPENDENCIES
|
|
85
85
|
anticipate
|
|
86
86
|
cucumber (~> 1.3)
|
|
87
|
-
fix_spec (~> 0.
|
|
87
|
+
fix_spec (~> 1.0.0)
|
|
88
88
|
jeweler (~> 1.8.8)
|
|
89
89
|
quickfix-jruby (~> 1.6.0)
|
|
90
90
|
rake (~> 10.1)
|
|
91
91
|
rspec (~> 3.0)
|
|
92
|
+
|
|
93
|
+
BUNDLED WITH
|
|
94
|
+
1.11.2
|
data/README.md
CHANGED
|
@@ -39,12 +39,20 @@ Usage
|
|
|
39
39
|
|
|
40
40
|
### Configuration
|
|
41
41
|
|
|
42
|
-
In order to use Agent FIX,
|
|
42
|
+
In order to use Agent FIX, you must:
|
|
43
43
|
|
|
44
44
|
```ruby
|
|
45
45
|
require 'agent_fix'
|
|
46
46
|
```
|
|
47
47
|
|
|
48
|
+
To use with cucumber, you must:
|
|
49
|
+
|
|
50
|
+
```ruby
|
|
51
|
+
# env.rb
|
|
52
|
+
require 'agent_fix/cucumber'
|
|
53
|
+
require 'agent_fix/cucumber/report'
|
|
54
|
+
```
|
|
55
|
+
|
|
48
56
|
You can define a data dictionary using FIX spec:
|
|
49
57
|
|
|
50
58
|
```ruby
|
|
@@ -195,7 +203,7 @@ Contributers:
|
|
|
195
203
|
* Matt Lane
|
|
196
204
|
* [Mike Gatny](https://github.com/mgatny)
|
|
197
205
|
|
|
198
|
-

|
|
199
207
|
|
|
200
208
|
agent_fix is maintained and funded by [Connamara Systems, llc](http://connamara.com).
|
|
201
209
|
|
|
@@ -204,7 +212,7 @@ The names and logos for Connamara Systems are trademarks of Connamara Systems, l
|
|
|
204
212
|
Licensing
|
|
205
213
|
---------
|
|
206
214
|
|
|
207
|
-
agent\_fix is Copyright ©
|
|
215
|
+
agent\_fix is Copyright © 2016 Connamara Systems, llc.
|
|
208
216
|
|
|
209
217
|
This software is available under the GPL and a commercial license. Please see the [LICENSE](LICENSE.txt) file for the terms specified by the GPL license. The commercial license offers more flexible licensing terms compared to the GPL, and includes support services. [Contact us](mailto:info@connamara.com) for more information on the Connamara commercial license, what it enables, and how you can start commercial development with it.
|
|
210
218
|
|
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
0.
|
|
1
|
+
0.3.0
|
data/agent_fix.gemspec
CHANGED
|
@@ -2,15 +2,16 @@
|
|
|
2
2
|
# DO NOT EDIT THIS FILE DIRECTLY
|
|
3
3
|
# Instead, edit Jeweler::Tasks in Rakefile, and run 'rake gemspec'
|
|
4
4
|
# -*- encoding: utf-8 -*-
|
|
5
|
-
# stub: agent_fix 0.
|
|
5
|
+
# stub: agent_fix 0.3.0 ruby lib
|
|
6
6
|
|
|
7
7
|
Gem::Specification.new do |s|
|
|
8
8
|
s.name = "agent_fix"
|
|
9
|
-
s.version = "0.
|
|
9
|
+
s.version = "0.3.0"
|
|
10
10
|
|
|
11
11
|
s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
|
|
12
|
+
s.require_paths = ["lib"]
|
|
12
13
|
s.authors = ["Matt Lane", "Chris Busbey", "Mike Gatny"]
|
|
13
|
-
s.date = "
|
|
14
|
+
s.date = "2016-05-11"
|
|
14
15
|
s.description = "Interact with FIX connections to send, receive, and inspect messages in cucumber"
|
|
15
16
|
s.email = "info@connamara.com"
|
|
16
17
|
s.extra_rdoc_files = [
|
|
@@ -49,8 +50,7 @@ Gem::Specification.new do |s|
|
|
|
49
50
|
]
|
|
50
51
|
s.homepage = "http://github.com/connamara/agent_fix"
|
|
51
52
|
s.licenses = ["GPL"]
|
|
52
|
-
s.
|
|
53
|
-
s.rubygems_version = "2.1.9"
|
|
53
|
+
s.rubygems_version = "2.4.5"
|
|
54
54
|
s.summary = "Agent framework for FIX messages"
|
|
55
55
|
|
|
56
56
|
if s.respond_to? :specification_version then
|
|
@@ -60,7 +60,7 @@ Gem::Specification.new do |s|
|
|
|
60
60
|
s.add_runtime_dependency(%q<quickfix-jruby>, ["~> 1.6.0"])
|
|
61
61
|
s.add_runtime_dependency(%q<anticipate>, [">= 0"])
|
|
62
62
|
s.add_runtime_dependency(%q<cucumber>, ["~> 1.3"])
|
|
63
|
-
s.add_runtime_dependency(%q<fix_spec>, ["~> 0.
|
|
63
|
+
s.add_runtime_dependency(%q<fix_spec>, ["~> 1.0.0"])
|
|
64
64
|
s.add_runtime_dependency(%q<rspec>, ["~> 3.0"])
|
|
65
65
|
s.add_development_dependency(%q<jeweler>, ["~> 1.8.8"])
|
|
66
66
|
s.add_development_dependency(%q<rake>, ["~> 10.1"])
|
|
@@ -68,7 +68,7 @@ Gem::Specification.new do |s|
|
|
|
68
68
|
s.add_dependency(%q<quickfix-jruby>, ["~> 1.6.0"])
|
|
69
69
|
s.add_dependency(%q<anticipate>, [">= 0"])
|
|
70
70
|
s.add_dependency(%q<cucumber>, ["~> 1.3"])
|
|
71
|
-
s.add_dependency(%q<fix_spec>, ["~> 0.
|
|
71
|
+
s.add_dependency(%q<fix_spec>, ["~> 1.0.0"])
|
|
72
72
|
s.add_dependency(%q<rspec>, ["~> 3.0"])
|
|
73
73
|
s.add_dependency(%q<jeweler>, ["~> 1.8.8"])
|
|
74
74
|
s.add_dependency(%q<rake>, ["~> 10.1"])
|
|
@@ -77,7 +77,7 @@ Gem::Specification.new do |s|
|
|
|
77
77
|
s.add_dependency(%q<quickfix-jruby>, ["~> 1.6.0"])
|
|
78
78
|
s.add_dependency(%q<anticipate>, [">= 0"])
|
|
79
79
|
s.add_dependency(%q<cucumber>, ["~> 1.3"])
|
|
80
|
-
s.add_dependency(%q<fix_spec>, ["~> 0.
|
|
80
|
+
s.add_dependency(%q<fix_spec>, ["~> 1.0.0"])
|
|
81
81
|
s.add_dependency(%q<rspec>, ["~> 3.0"])
|
|
82
82
|
s.add_dependency(%q<jeweler>, ["~> 1.8.8"])
|
|
83
83
|
s.add_dependency(%q<rake>, ["~> 10.1"])
|
data/features/support/env.rb
CHANGED
data/lib/agent_fix/cucumber.rb
CHANGED
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: agent_fix
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.
|
|
4
|
+
version: 0.3.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Matt Lane
|
|
@@ -10,7 +10,7 @@ authors:
|
|
|
10
10
|
autorequire:
|
|
11
11
|
bindir: bin
|
|
12
12
|
cert_chain: []
|
|
13
|
-
date:
|
|
13
|
+
date: 2016-05-11 00:00:00.000000000 Z
|
|
14
14
|
dependencies:
|
|
15
15
|
- !ruby/object:Gem::Dependency
|
|
16
16
|
requirement: !ruby/object:Gem::Requirement
|
|
@@ -59,7 +59,7 @@ dependencies:
|
|
|
59
59
|
requirements:
|
|
60
60
|
- - ~>
|
|
61
61
|
- !ruby/object:Gem::Version
|
|
62
|
-
version: 0.
|
|
62
|
+
version: 1.0.0
|
|
63
63
|
name: fix_spec
|
|
64
64
|
prerelease: false
|
|
65
65
|
type: :runtime
|
|
@@ -67,7 +67,7 @@ dependencies:
|
|
|
67
67
|
requirements:
|
|
68
68
|
- - ~>
|
|
69
69
|
- !ruby/object:Gem::Version
|
|
70
|
-
version: 0.
|
|
70
|
+
version: 1.0.0
|
|
71
71
|
- !ruby/object:Gem::Dependency
|
|
72
72
|
requirement: !ruby/object:Gem::Requirement
|
|
73
73
|
requirements:
|
|
@@ -166,7 +166,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
166
166
|
version: '0'
|
|
167
167
|
requirements: []
|
|
168
168
|
rubyforge_project:
|
|
169
|
-
rubygems_version: 2.
|
|
169
|
+
rubygems_version: 2.4.5
|
|
170
170
|
signing_key:
|
|
171
171
|
specification_version: 4
|
|
172
172
|
summary: Agent framework for FIX messages
|