quickfix-jruby 1.6.0-java → 1.6.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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: de101a569a1aba316d5eeafd16d8931deed0e130
4
- data.tar.gz: a6f425052a7a2bc9c7103139d70ba56925bde6fa
3
+ metadata.gz: 188bc6d5635e8860e524356e257b2706472eafd8
4
+ data.tar.gz: 4a214cf1c1c54c733aa54f9742342e4a5e10f8e7
5
5
  SHA512:
6
- metadata.gz: a338f6f38021b8e492dfb4d9bbc2f1a8735e0d059cdfeedb6d1c61ce6a9cb07274d4d8455ad72a6d17e87c652ea0be07e5aa4a9f5e1b38151c5c7b9c14367665
7
- data.tar.gz: 5bda158bd6ea1aa4f686aae457fb97470cf2e70875fb4f9e1aa28a5bf20dcb438d9f3d5d11cf4100fb64c65e8ee71b2afbc1dd6f06c65258ef239cb65f0f46ef
6
+ metadata.gz: a9af954416a3ade4ef36eea596078ae46ec3e4c98c278db6396642b41c9450d443ed8e14405185d694d6cf0f96acdb201bcf3f67d2e8ea129748e0585f0e2504
7
+ data.tar.gz: ff05551663168afbb5f3b12a1be104c5dcaa9fd516d38e65c029f4e9a4081c10291b84f82806dee977ca4d9974ee5583043279710c04ca5391f427abd0cc98a1
@@ -15,6 +15,7 @@ Contributing to quickfix-jruby:
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.
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.
@@ -1,11 +1,12 @@
1
1
  GEM
2
2
  remote: https://rubygems.org/
3
3
  specs:
4
- addressable (2.3.5)
5
- builder (3.2.2)
6
- faraday (0.8.8)
4
+ addressable (2.5.2)
5
+ public_suffix (>= 2.0.2, < 4.0)
6
+ builder (3.2.3)
7
+ faraday (0.8.11)
7
8
  multipart-post (~> 1.2.0)
8
- git (1.2.6)
9
+ git (1.3.0)
9
10
  github_api (0.10.1)
10
11
  addressable
11
12
  faraday (~> 0.8.1)
@@ -13,10 +14,9 @@ GEM
13
14
  multi_json (~> 1.4)
14
15
  nokogiri (~> 1.5.2)
15
16
  oauth2
16
- hashie (2.0.5)
17
- highline (1.6.19)
18
- httpauth (0.2.0)
19
- jeweler (1.8.7)
17
+ hashie (3.5.6)
18
+ highline (1.7.8)
19
+ jeweler (1.8.8)
20
20
  builder
21
21
  bundler (~> 1.0)
22
22
  git (>= 1.2.5)
@@ -25,26 +25,22 @@ GEM
25
25
  nokogiri (= 1.5.10)
26
26
  rake
27
27
  rdoc
28
- json (1.8.0)
29
- json (1.8.0-java)
30
- jwt (0.1.8)
31
- multi_json (>= 1.5)
32
- multi_json (1.7.9)
33
- multi_xml (0.5.5)
28
+ jwt (1.5.6)
29
+ multi_json (1.12.2)
30
+ multi_xml (0.6.0)
34
31
  multipart-post (1.2.0)
35
32
  nokogiri (1.5.10)
36
33
  nokogiri (1.5.10-java)
37
- oauth2 (0.9.2)
38
- faraday (~> 0.8)
39
- httpauth (~> 0.2)
40
- jwt (~> 0.1.4)
41
- multi_json (~> 1.0)
34
+ oauth2 (1.4.0)
35
+ faraday (>= 0.8, < 0.13)
36
+ jwt (~> 1.0)
37
+ multi_json (~> 1.3)
42
38
  multi_xml (~> 0.5)
43
- rack (~> 1.2)
44
- rack (1.5.2)
45
- rake (10.1.0)
46
- rdoc (4.0.1)
47
- json (~> 1.4)
39
+ rack (>= 1.2, < 3)
40
+ public_suffix (3.0.0)
41
+ rack (2.0.3)
42
+ rake (10.5.0)
43
+ rdoc (5.1.0)
48
44
 
49
45
  PLATFORMS
50
46
  java
@@ -53,3 +49,6 @@ PLATFORMS
53
49
  DEPENDENCIES
54
50
  jeweler (~> 1.8)
55
51
  rake (~> 10.1)
52
+
53
+ BUNDLED WITH
54
+ 1.11.2
data/README.md CHANGED
@@ -16,7 +16,16 @@ my_order.set my_account
16
16
 
17
17
  quickfix-jruby imports the following jars included in the QuickFIX/J release
18
18
 
19
- * `quickfixj-all-1.6.0.jar`
19
+ * `quickfixj-core-1.6.4.jar`
20
+ * `quickfixj-messages-fix40-1.6.4.jar`
21
+ * `quickfixj-messages-fix41-1.6.4.jar`
22
+ * `quickfixj-messages-fix42-1.6.4.jar`
23
+ * `quickfixj-messages-fix43-1.6.4.jar`
24
+ * `quickfixj-messages-fix44-1.6.4.jar`
25
+ * `quickfixj-messages-fixt11-1.6.4.jar`
26
+ * `quickfixj-messages-fix50-1.6.4.jar`
27
+ * `quickfixj-messages-fix50sp1-1.6.4.jar`
28
+ * `quickfixj-messages-fix50sp2-1.6.4.jar`
20
29
  * `dom4j-1.6.1.jar`
21
30
  * `jaxen-1.1.4.jar`
22
31
  * `jcl-over-slf4j-1.7.12.jar`
@@ -41,7 +50,7 @@ You will need [your rubygems account set up accordingly](http://guides.rubygems.
41
50
 
42
51
  ```shell
43
52
  bundle exec rake version:write MAJOR=1 MINOR=2 PATCH=3
44
- bundle exec rake release REMOTE=upstream
53
+ bundle exec rake release
45
54
  ```
46
55
 
47
56
  This will automatically:
@@ -89,7 +98,7 @@ Contributers:
89
98
  * [Chris Busbey](https://github.com/cbusbey)
90
99
  * [Mike Gatny](https://github.com/mgatny)
91
100
 
92
- ![Connamara Systems](http://www.connamara.com/images/home-connamara-logo-lg.png)
101
+ ![Connamara Systems](http://www.connamara.com/wp-content/uploads/2016/01/connamara_logo_dark.png)
93
102
 
94
103
  quickfix-jruby is maintained and funded by [Connamara Systems, llc](http://connamara.com).
95
104
 
@@ -97,7 +106,7 @@ The names and logos for Connamara Systems are trademarks of Connamara Systems, l
97
106
 
98
107
  Licensing
99
108
  ---------
100
- quickfix-jruby is Copyright © 2013 Connamara Systems, llc.
109
+ quickfix-jruby is Copyright © 2016 Connamara Systems, llc.
101
110
 
102
111
  This software is available under the GPL and a commercial license. Please see the [LICENSE](https://github.com/connamara/quickfix-jruby/blob/master/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.
103
112
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.6.0
1
+ 1.6.4
@@ -1,6 +1,16 @@
1
1
  require 'java'
2
2
 
3
- require 'quickfixj-all-1.6.0.jar'
3
+ require 'quickfixj-core-1.6.4.jar'
4
+ require 'quickfixj-messages-fix40-1.6.4.jar'
5
+ require 'quickfixj-messages-fix41-1.6.4.jar'
6
+ require 'quickfixj-messages-fix42-1.6.4.jar'
7
+ require 'quickfixj-messages-fix43-1.6.4.jar'
8
+ require 'quickfixj-messages-fix44-1.6.4.jar'
9
+ require 'quickfixj-messages-fixt11-1.6.4.jar'
10
+ require 'quickfixj-messages-fix50-1.6.4.jar'
11
+ require 'quickfixj-messages-fix50sp1-1.6.4.jar'
12
+ require 'quickfixj-messages-fix50sp2-1.6.4.jar'
13
+
4
14
  require 'dom4j-1.6.1.jar'
5
15
  require 'jaxen-1.1.4.jar'
6
16
  require 'jcl-over-slf4j-1.7.12.jar'
@@ -2,18 +2,19 @@
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: quickfix-jruby 1.6.0 java lib
5
+ # stub: quickfix-jruby 1.6.4 java lib
6
6
 
7
7
  Gem::Specification.new do |s|
8
- s.name = "quickfix-jruby"
9
- s.version = "1.6.0"
10
- s.platform = "java"
8
+ s.name = "quickfix-jruby".freeze
9
+ s.version = "1.6.4"
10
+ s.platform = "java".freeze
11
11
 
12
- s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
13
- s.authors = ["Chris Busbey"]
14
- s.date = "2015-04-15"
15
- s.description = "QuickFIX/J packaged as a gem for JRuby"
16
- s.email = "support@connamara.com"
12
+ s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version=
13
+ s.require_paths = ["lib".freeze]
14
+ s.authors = ["Chris Busbey".freeze]
15
+ s.date = "2017-09-08"
16
+ s.description = "QuickFIX/J packaged as a gem for JRuby".freeze
17
+ s.email = "support@connamara.com".freeze
17
18
  s.extra_rdoc_files = [
18
19
  "LICENSE.txt",
19
20
  "README.md"
@@ -36,32 +37,40 @@ Gem::Specification.new do |s|
36
37
  "lib/mina-core-2.0.9.jar",
37
38
  "lib/proxool-0.9.1.jar",
38
39
  "lib/quickfix.rb",
39
- "lib/quickfixj-all-1.6.0.jar",
40
+ "lib/quickfixj-core-1.6.4.jar",
41
+ "lib/quickfixj-messages-fix40-1.6.4.jar",
42
+ "lib/quickfixj-messages-fix41-1.6.4.jar",
43
+ "lib/quickfixj-messages-fix42-1.6.4.jar",
44
+ "lib/quickfixj-messages-fix43-1.6.4.jar",
45
+ "lib/quickfixj-messages-fix44-1.6.4.jar",
46
+ "lib/quickfixj-messages-fix50-1.6.4.jar",
47
+ "lib/quickfixj-messages-fix50sp1-1.6.4.jar",
48
+ "lib/quickfixj-messages-fix50sp2-1.6.4.jar",
49
+ "lib/quickfixj-messages-fixt11-1.6.4.jar",
40
50
  "lib/slf4j-api-1.7.12.jar",
41
51
  "lib/slf4j-jdk14-1.7.12.jar",
42
52
  "quickfix-jruby.gemspec",
43
53
  "test/helper.rb",
44
54
  "test/tc_quickfix.rb"
45
55
  ]
46
- s.homepage = "http://github.com/connamara/quickfix-jruby"
47
- s.licenses = ["GPL"]
48
- s.require_paths = ["lib"]
49
- s.rubygems_version = "2.1.9"
50
- s.summary = "Gemified QuickFIX/J"
56
+ s.homepage = "http://github.com/connamara/quickfix-jruby".freeze
57
+ s.licenses = ["GPL".freeze]
58
+ s.rubygems_version = "2.6.13".freeze
59
+ s.summary = "Gemified QuickFIX/J".freeze
51
60
 
52
61
  if s.respond_to? :specification_version then
53
62
  s.specification_version = 4
54
63
 
55
64
  if Gem::Version.new(Gem::VERSION) >= Gem::Version.new('1.2.0') then
56
- s.add_development_dependency(%q<jeweler>, ["~> 1.8"])
57
- s.add_development_dependency(%q<rake>, ["~> 10.1"])
65
+ s.add_development_dependency(%q<jeweler>.freeze, ["~> 1.8"])
66
+ s.add_development_dependency(%q<rake>.freeze, ["~> 10.1"])
58
67
  else
59
- s.add_dependency(%q<jeweler>, ["~> 1.8"])
60
- s.add_dependency(%q<rake>, ["~> 10.1"])
68
+ s.add_dependency(%q<jeweler>.freeze, ["~> 1.8"])
69
+ s.add_dependency(%q<rake>.freeze, ["~> 10.1"])
61
70
  end
62
71
  else
63
- s.add_dependency(%q<jeweler>, ["~> 1.8"])
64
- s.add_dependency(%q<rake>, ["~> 10.1"])
72
+ s.add_dependency(%q<jeweler>.freeze, ["~> 1.8"])
73
+ s.add_dependency(%q<rake>.freeze, ["~> 10.1"])
65
74
  end
66
75
  end
67
76
 
@@ -22,4 +22,14 @@ class TestQuickfixj < Test::Unit::TestCase
22
22
 
23
23
  assert_equal acct, order.get_account
24
24
  end
25
+
26
+ def test_lib_fix44
27
+ order = quickfix.fix44.NewOrderSingle.new
28
+ end
29
+
30
+ def test_lib_fix50sp2_fields_of_conflicting_type
31
+ # fields used in market data incremental refresh changed between fix4x to fix5x
32
+ # breaks with 1.6.0 jruby jars
33
+ my_update = quickfix.fix50sp2.MarketDataIncrementalRefresh.new
34
+ end
25
35
  end
metadata CHANGED
@@ -1,19 +1,19 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: quickfix-jruby
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.6.0
4
+ version: 1.6.4
5
5
  platform: java
6
6
  authors:
7
7
  - Chris Busbey
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2015-04-15 00:00:00.000000000 Z
11
+ date: 2017-09-08 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  requirement: !ruby/object:Gem::Requirement
15
15
  requirements:
16
- - - ~>
16
+ - - "~>"
17
17
  - !ruby/object:Gem::Version
18
18
  version: '1.8'
19
19
  name: jeweler
@@ -21,13 +21,13 @@ dependencies:
21
21
  type: :development
22
22
  version_requirements: !ruby/object:Gem::Requirement
23
23
  requirements:
24
- - - ~>
24
+ - - "~>"
25
25
  - !ruby/object:Gem::Version
26
26
  version: '1.8'
27
27
  - !ruby/object:Gem::Dependency
28
28
  requirement: !ruby/object:Gem::Requirement
29
29
  requirements:
30
- - - ~>
30
+ - - "~>"
31
31
  - !ruby/object:Gem::Version
32
32
  version: '10.1'
33
33
  name: rake
@@ -35,7 +35,7 @@ dependencies:
35
35
  type: :development
36
36
  version_requirements: !ruby/object:Gem::Requirement
37
37
  requirements:
38
- - - ~>
38
+ - - "~>"
39
39
  - !ruby/object:Gem::Version
40
40
  version: '10.1'
41
41
  description: QuickFIX/J packaged as a gem for JRuby
@@ -46,8 +46,8 @@ extra_rdoc_files:
46
46
  - LICENSE.txt
47
47
  - README.md
48
48
  files:
49
- - .document
50
- - .travis.yml
49
+ - ".document"
50
+ - ".travis.yml"
51
51
  - CONTRIBUTION_GUIDELINES.md
52
52
  - Gemfile
53
53
  - Gemfile.lock
@@ -63,7 +63,16 @@ files:
63
63
  - lib/mina-core-2.0.9.jar
64
64
  - lib/proxool-0.9.1.jar
65
65
  - lib/quickfix.rb
66
- - lib/quickfixj-all-1.6.0.jar
66
+ - lib/quickfixj-core-1.6.4.jar
67
+ - lib/quickfixj-messages-fix40-1.6.4.jar
68
+ - lib/quickfixj-messages-fix41-1.6.4.jar
69
+ - lib/quickfixj-messages-fix42-1.6.4.jar
70
+ - lib/quickfixj-messages-fix43-1.6.4.jar
71
+ - lib/quickfixj-messages-fix44-1.6.4.jar
72
+ - lib/quickfixj-messages-fix50-1.6.4.jar
73
+ - lib/quickfixj-messages-fix50sp1-1.6.4.jar
74
+ - lib/quickfixj-messages-fix50sp2-1.6.4.jar
75
+ - lib/quickfixj-messages-fixt11-1.6.4.jar
67
76
  - lib/slf4j-api-1.7.12.jar
68
77
  - lib/slf4j-jdk14-1.7.12.jar
69
78
  - quickfix-jruby.gemspec
@@ -79,17 +88,17 @@ require_paths:
79
88
  - lib
80
89
  required_ruby_version: !ruby/object:Gem::Requirement
81
90
  requirements:
82
- - - '>='
91
+ - - ">="
83
92
  - !ruby/object:Gem::Version
84
93
  version: '0'
85
94
  required_rubygems_version: !ruby/object:Gem::Requirement
86
95
  requirements:
87
- - - '>='
96
+ - - ">="
88
97
  - !ruby/object:Gem::Version
89
98
  version: '0'
90
99
  requirements: []
91
100
  rubyforge_project:
92
- rubygems_version: 2.1.9
101
+ rubygems_version: 2.6.13
93
102
  signing_key:
94
103
  specification_version: 4
95
104
  summary: Gemified QuickFIX/J
Binary file