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.2.1 ruby lib
5
6
6
7
Gem ::Specification . new do |s |
7
8
s . name = "agent_fix"
8
- s . version = "0.1 .1"
9
+ s . version = "0.2 .1"
9
10
10
11
s . required_rubygems_version = Gem ::Requirement . new ( ">= 0" ) if s . respond_to? :required_rubygems_version=
11
- s . authors = [ "Matt Lane" , "Chris Busbey" ]
12
- s . date = "2013-10-16 "
12
+ s . authors = [ "Matt Lane" , "Chris Busbey" , "Mike Gatny" ]
13
+ s . date = "2015-04-22 "
13
14
s . description = "Interact with FIX connections to send, receive, and inspect messages in cucumber"
14
15
15
16
s . extra_rdoc_files = [
@@ -33,6 +34,8 @@ Gem::Specification.new do |s|
33
34
"features/scope.feature" ,
34
35
"features/step_definitions/steps.rb" ,
35
36
"features/support/FIX42.xml" ,
37
+ "features/support/FIX50SP1.xml" ,
38
+ "features/support/FIXT11.xml" ,
36
39
"features/support/env.rb" ,
37
40
"lib/agent_fix.rb" ,
38
41
"lib/agent_fix/agent.rb" ,
@@ -47,35 +50,35 @@ Gem::Specification.new do |s|
47
50
s . homepage = "http://github.com/connamara/agent_fix"
48
51
s . licenses = [ "GPL" ]
49
52
s . require_paths = [ "lib" ]
50
- s . rubygems_version = "1.8.24 "
53
+ s . rubygems_version = "2.1.9 "
51
54
s . summary = "Agent framework for FIX messages"
52
55
53
56
if s . respond_to? :specification_version then
54
- s . specification_version = 3
57
+ s . specification_version = 4
55
58
56
59
if Gem ::Version . new ( Gem ::VERSION ) >= Gem ::Version . new ( '1.2.0' ) then
57
- s . add_runtime_dependency ( %q<quickfix-jruby> , [ "~> 1.5.4 " ] )
60
+ s . add_runtime_dependency ( %q<quickfix-jruby> , [ "~> 1.6.0 " ] )
58
61
s . add_runtime_dependency ( %q<anticipate> , [ ">= 0" ] )
59
62
s . add_runtime_dependency ( %q<cucumber> , [ "~> 1.3" ] )
60
- s . add_runtime_dependency ( %q<fix_spec> , [ "~> 0.1" ] )
61
- s . add_development_dependency ( %q<jeweler> , [ "~> 1.8" ] )
63
+ s . add_runtime_dependency ( %q<fix_spec> , [ "~> 0.4. 1" ] )
64
+ s . add_development_dependency ( %q<jeweler> , [ "~> 1.8.8 " ] )
62
65
s . add_development_dependency ( %q<rspec> , [ "~> 2.14" ] )
63
66
s . add_development_dependency ( %q<rake> , [ "~> 10.1" ] )
64
67
else
65
- s . add_dependency ( %q<quickfix-jruby> , [ "~> 1.5.4 " ] )
68
+ s . add_dependency ( %q<quickfix-jruby> , [ "~> 1.6.0 " ] )
66
69
s . add_dependency ( %q<anticipate> , [ ">= 0" ] )
67
70
s . add_dependency ( %q<cucumber> , [ "~> 1.3" ] )
68
- s . add_dependency ( %q<fix_spec> , [ "~> 0.1" ] )
69
- s . add_dependency ( %q<jeweler> , [ "~> 1.8" ] )
71
+ s . add_dependency ( %q<fix_spec> , [ "~> 0.4. 1" ] )
72
+ s . add_dependency ( %q<jeweler> , [ "~> 1.8.8 " ] )
70
73
s . add_dependency ( %q<rspec> , [ "~> 2.14" ] )
71
74
s . add_dependency ( %q<rake> , [ "~> 10.1" ] )
72
75
end
73
76
else
74
- s . add_dependency ( %q<quickfix-jruby> , [ "~> 1.5.4 " ] )
77
+ s . add_dependency ( %q<quickfix-jruby> , [ "~> 1.6.0 " ] )
75
78
s . add_dependency ( %q<anticipate> , [ ">= 0" ] )
76
79
s . add_dependency ( %q<cucumber> , [ "~> 1.3" ] )
77
- s . add_dependency ( %q<fix_spec> , [ "~> 0.1" ] )
78
- s . add_dependency ( %q<jeweler> , [ "~> 1.8" ] )
80
+ s . add_dependency ( %q<fix_spec> , [ "~> 0.4. 1" ] )
81
+ s . add_dependency ( %q<jeweler> , [ "~> 1.8.8 " ] )
79
82
s . add_dependency ( %q<rspec> , [ "~> 2.14" ] )
80
83
s . add_dependency ( %q<rake> , [ "~> 10.1" ] )
81
84
end
0 commit comments