quickfix-jruby 1.5.3-java → 1.5.4-java
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/CONTRIBUTION_GUIDELINES.md +1 -1
- data/README.md +7 -0
- data/VERSION +1 -1
- data/lib/mina-core-1.1.7.jar +0 -0
- data/lib/quickfix.rb +4 -0
- data/lib/slf4j-api-1.6.3.jar +0 -0
- data/lib/slf4j-jdk14-1.6.3.jar +0 -0
- data/quickfix-jruby.gemspec +6 -3
- metadata +61 -47
- checksums.yaml +0 -7
data/CONTRIBUTION_GUIDELINES.md
CHANGED
|
@@ -10,7 +10,7 @@ Pull requests (with tests) are appreciated. No pull request is too small. Please
|
|
|
10
10
|
* Adding tests
|
|
11
11
|
* Closing [issues](https://github.com/connamara/quickfix-jruby/issues)
|
|
12
12
|
|
|
13
|
-
Contributing to
|
|
13
|
+
Contributing to quickfix-jruby:
|
|
14
14
|
|
|
15
15
|
1. Fork the [official repository](https://github.com/connamara/quickfix-jruby/tree/master).
|
|
16
16
|
2. Make your changes in a topic branch.
|
data/README.md
CHANGED
|
@@ -14,6 +14,13 @@ my_order.set my_account
|
|
|
14
14
|
...
|
|
15
15
|
```
|
|
16
16
|
|
|
17
|
+
quickfix-jruby imports the following jars included in the QuickFIX/J release
|
|
18
|
+
|
|
19
|
+
* quickfixj-all-1.5.3.jar
|
|
20
|
+
* mina-core-1.1.7.jar
|
|
21
|
+
* slf4j-api-1.6.3.jar
|
|
22
|
+
* slf4j-jdk14-1.6.3.jar
|
|
23
|
+
|
|
17
24
|
### Versioning
|
|
18
25
|
|
|
19
26
|
The major.minor version number corresponds to the major.minor version number of the QuickFIX/J release. The patch number may or may not correspond to the QuickFIX/J patch number.
|
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.5.
|
|
1
|
+
1.5.4
|
|
Binary file
|
data/lib/quickfix.rb
CHANGED
|
Binary file
|
|
Binary file
|
data/quickfix-jruby.gemspec
CHANGED
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
|
|
6
6
|
Gem::Specification.new do |s|
|
|
7
7
|
s.name = "quickfix-jruby"
|
|
8
|
-
s.version = "1.5.
|
|
8
|
+
s.version = "1.5.4"
|
|
9
9
|
s.platform = "java"
|
|
10
10
|
|
|
11
11
|
s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
|
|
@@ -28,8 +28,11 @@ Gem::Specification.new do |s|
|
|
|
28
28
|
"README.md",
|
|
29
29
|
"Rakefile",
|
|
30
30
|
"VERSION",
|
|
31
|
+
"lib/mina-core-1.1.7.jar",
|
|
31
32
|
"lib/quickfix.rb",
|
|
32
33
|
"lib/quickfixj-all-1.5.3.jar",
|
|
34
|
+
"lib/slf4j-api-1.6.3.jar",
|
|
35
|
+
"lib/slf4j-jdk14-1.6.3.jar",
|
|
33
36
|
"quickfix-jruby.gemspec",
|
|
34
37
|
"test/helper.rb",
|
|
35
38
|
"test/tc_quickfix.rb"
|
|
@@ -37,11 +40,11 @@ Gem::Specification.new do |s|
|
|
|
37
40
|
s.homepage = "http://github.com/connamara/quickfix-jruby"
|
|
38
41
|
s.licenses = ["GPL"]
|
|
39
42
|
s.require_paths = ["lib"]
|
|
40
|
-
s.rubygems_version = "
|
|
43
|
+
s.rubygems_version = "1.8.24"
|
|
41
44
|
s.summary = "Gemified QuickFIX/J"
|
|
42
45
|
|
|
43
46
|
if s.respond_to? :specification_version then
|
|
44
|
-
s.specification_version =
|
|
47
|
+
s.specification_version = 3
|
|
45
48
|
|
|
46
49
|
if Gem::Version.new(Gem::VERSION) >= Gem::Version.new('1.2.0') then
|
|
47
50
|
s.add_development_dependency(%q<jeweler>, ["~> 1.8"])
|
metadata
CHANGED
|
@@ -1,46 +1,56 @@
|
|
|
1
|
-
--- !ruby/object:Gem::Specification
|
|
1
|
+
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: quickfix-jruby
|
|
3
|
-
version: !ruby/object:Gem::Version
|
|
4
|
-
|
|
3
|
+
version: !ruby/object:Gem::Version
|
|
4
|
+
prerelease:
|
|
5
|
+
version: 1.5.4
|
|
5
6
|
platform: java
|
|
6
|
-
authors:
|
|
7
|
+
authors:
|
|
7
8
|
- Chris Busbey
|
|
8
|
-
autorequire:
|
|
9
|
+
autorequire:
|
|
9
10
|
bindir: bin
|
|
10
11
|
cert_chain: []
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
- !ruby/object:Gem::Dependency
|
|
12
|
+
date: 2013-08-30 00:00:00.000000000 Z
|
|
13
|
+
dependencies:
|
|
14
|
+
- !ruby/object:Gem::Dependency
|
|
15
15
|
name: jeweler
|
|
16
|
-
|
|
17
|
-
requirements:
|
|
16
|
+
version_requirements: !ruby/object:Gem::Requirement
|
|
17
|
+
requirements:
|
|
18
18
|
- - ~>
|
|
19
|
-
- !ruby/object:Gem::Version
|
|
20
|
-
version:
|
|
21
|
-
|
|
19
|
+
- !ruby/object:Gem::Version
|
|
20
|
+
version: '1.8'
|
|
21
|
+
none: false
|
|
22
|
+
requirement: !ruby/object:Gem::Requirement
|
|
23
|
+
requirements:
|
|
24
|
+
- - ~>
|
|
25
|
+
- !ruby/object:Gem::Version
|
|
26
|
+
version: '1.8'
|
|
27
|
+
none: false
|
|
22
28
|
prerelease: false
|
|
23
|
-
|
|
24
|
-
- !ruby/object:Gem::Dependency
|
|
29
|
+
type: :development
|
|
30
|
+
- !ruby/object:Gem::Dependency
|
|
25
31
|
name: rake
|
|
26
|
-
|
|
27
|
-
requirements:
|
|
32
|
+
version_requirements: !ruby/object:Gem::Requirement
|
|
33
|
+
requirements:
|
|
28
34
|
- - ~>
|
|
29
|
-
- !ruby/object:Gem::Version
|
|
30
|
-
version:
|
|
31
|
-
|
|
35
|
+
- !ruby/object:Gem::Version
|
|
36
|
+
version: '10.1'
|
|
37
|
+
none: false
|
|
38
|
+
requirement: !ruby/object:Gem::Requirement
|
|
39
|
+
requirements:
|
|
40
|
+
- - ~>
|
|
41
|
+
- !ruby/object:Gem::Version
|
|
42
|
+
version: '10.1'
|
|
43
|
+
none: false
|
|
32
44
|
prerelease: false
|
|
33
|
-
|
|
45
|
+
type: :development
|
|
34
46
|
description: QuickFIX/J packaged as a gem for JRuby
|
|
35
47
|
email: support@connamara.com
|
|
36
48
|
executables: []
|
|
37
|
-
|
|
38
49
|
extensions: []
|
|
39
|
-
|
|
40
|
-
extra_rdoc_files:
|
|
50
|
+
extra_rdoc_files:
|
|
41
51
|
- LICENSE.txt
|
|
42
52
|
- README.md
|
|
43
|
-
files:
|
|
53
|
+
files:
|
|
44
54
|
- .document
|
|
45
55
|
- .travis.yml
|
|
46
56
|
- CONTRIBUTION_GUIDELINES.md
|
|
@@ -51,36 +61,40 @@ files:
|
|
|
51
61
|
- README.md
|
|
52
62
|
- Rakefile
|
|
53
63
|
- VERSION
|
|
64
|
+
- lib/mina-core-1.1.7.jar
|
|
54
65
|
- lib/quickfix.rb
|
|
55
66
|
- lib/quickfixj-all-1.5.3.jar
|
|
67
|
+
- lib/slf4j-api-1.6.3.jar
|
|
68
|
+
- lib/slf4j-jdk14-1.6.3.jar
|
|
56
69
|
- quickfix-jruby.gemspec
|
|
57
70
|
- test/helper.rb
|
|
58
71
|
- test/tc_quickfix.rb
|
|
59
72
|
homepage: http://github.com/connamara/quickfix-jruby
|
|
60
|
-
licenses:
|
|
73
|
+
licenses:
|
|
61
74
|
- GPL
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
post_install_message:
|
|
75
|
+
post_install_message:
|
|
65
76
|
rdoc_options: []
|
|
66
|
-
|
|
67
|
-
require_paths:
|
|
77
|
+
require_paths:
|
|
68
78
|
- lib
|
|
69
|
-
required_ruby_version: !ruby/object:Gem::Requirement
|
|
70
|
-
requirements:
|
|
71
|
-
-
|
|
72
|
-
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
79
|
+
required_ruby_version: !ruby/object:Gem::Requirement
|
|
80
|
+
requirements:
|
|
81
|
+
- - '>='
|
|
82
|
+
- !ruby/object:Gem::Version
|
|
83
|
+
segments:
|
|
84
|
+
- 0
|
|
85
|
+
hash: 2
|
|
86
|
+
version: '0'
|
|
87
|
+
none: false
|
|
88
|
+
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
89
|
+
requirements:
|
|
90
|
+
- - '>='
|
|
91
|
+
- !ruby/object:Gem::Version
|
|
92
|
+
version: '0'
|
|
93
|
+
none: false
|
|
78
94
|
requirements: []
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
specification_version: 4
|
|
95
|
+
rubyforge_project:
|
|
96
|
+
rubygems_version: 1.8.24
|
|
97
|
+
signing_key:
|
|
98
|
+
specification_version: 3
|
|
84
99
|
summary: Gemified QuickFIX/J
|
|
85
100
|
test_files: []
|
|
86
|
-
|
checksums.yaml
DELETED
|
@@ -1,7 +0,0 @@
|
|
|
1
|
-
---
|
|
2
|
-
SHA1:
|
|
3
|
-
metadata.gz: b802bf42204d8fc4e52844097c490b21c02ff3ca
|
|
4
|
-
data.tar.gz: 3f5121eac4fb8bf1e4ce93dcba5a31a88b9051b0
|
|
5
|
-
SHA512:
|
|
6
|
-
metadata.gz: b1482cc548180ca8daf97d0e194669476033c83cd9c03c345de8c0df58091a8b979bcb3340967d4fb2203505519690084275f07956cdbfc70dd45a577807304a
|
|
7
|
-
data.tar.gz: b6907a877a04af5efb5b1cc46a8f837cabfa62d9a9e90c594a2ef613e700f8c7f9facfd7bd4e05601faf80a6aea8b1e81066c5ebbb27dd7660034a68694d6e98
|