airavata 0.0.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (82) hide show
  1. checksums.yaml +7 -0
  2. data/.gitignore +15 -0
  3. data/.rspec +3 -0
  4. data/.travis.yml +6 -0
  5. data/CODE_OF_CONDUCT.md +74 -0
  6. data/Gemfile +11 -0
  7. data/README.md +61 -0
  8. data/Rakefile +6 -0
  9. data/airavata.gemspec +26 -0
  10. data/bin/console +14 -0
  11. data/bin/setup +8 -0
  12. data/lib/account_provisioning_model_constants.rb +9 -0
  13. data/lib/account_provisioning_model_types.rb +69 -0
  14. data/lib/airavata.rb +15774 -0
  15. data/lib/airavata_api_constants.rb +11 -0
  16. data/lib/airavata_api_types.rb +34 -0
  17. data/lib/airavata_commons_constants.rb +11 -0
  18. data/lib/airavata_commons_types.rb +79 -0
  19. data/lib/airavata_data_models_constants.rb +9 -0
  20. data/lib/airavata_data_models_types.rb +28 -0
  21. data/lib/airavata_errors_constants.rb +9 -0
  22. data/lib/airavata_errors_types.rb +317 -0
  23. data/lib/airavata_workflow_model_constants.rb +9 -0
  24. data/lib/airavata_workflow_model_types.rb +335 -0
  25. data/lib/application_deployment_model_constants.rb +9 -0
  26. data/lib/application_deployment_model_types.rb +186 -0
  27. data/lib/application_interface_model_constants.rb +9 -0
  28. data/lib/application_interface_model_types.rb +54 -0
  29. data/lib/application_io_models_constants.rb +9 -0
  30. data/lib/application_io_models_types.rb +160 -0
  31. data/lib/base_a_p_i.rb +77 -0
  32. data/lib/base_api_constants.rb +9 -0
  33. data/lib/base_api_types.rb +8 -0
  34. data/lib/compute_resource_model_constants.rb +9 -0
  35. data/lib/compute_resource_model_types.rb +470 -0
  36. data/lib/credential_store_data_models_constants.rb +11 -0
  37. data/lib/credential_store_data_models_types.rb +172 -0
  38. data/lib/data_movement_models_constants.rb +9 -0
  39. data/lib/data_movement_models_types.rb +199 -0
  40. data/lib/db_event_model_constants.rb +9 -0
  41. data/lib/db_event_model_types.rb +155 -0
  42. data/lib/experiment_model_constants.rb +9 -0
  43. data/lib/experiment_model_types.rb +246 -0
  44. data/lib/gateway_groups_model_constants.rb +9 -0
  45. data/lib/gateway_groups_model_types.rb +34 -0
  46. data/lib/gateway_resource_profile_model_constants.rb +9 -0
  47. data/lib/gateway_resource_profile_model_types.rb +165 -0
  48. data/lib/group_manager_model_constants.rb +9 -0
  49. data/lib/group_manager_model_types.rb +58 -0
  50. data/lib/group_resource_profile_model_constants.rb +9 -0
  51. data/lib/group_resource_profile_model_types.rb +230 -0
  52. data/lib/job_model_constants.rb +9 -0
  53. data/lib/job_model_types.rb +52 -0
  54. data/lib/messaging_events_constants.rb +9 -0
  55. data/lib/messaging_events_types.rb +399 -0
  56. data/lib/parallelism_model_constants.rb +9 -0
  57. data/lib/parallelism_model_types.rb +19 -0
  58. data/lib/parser_model_constants.rb +9 -0
  59. data/lib/parser_model_types.rb +229 -0
  60. data/lib/process_model_constants.rb +9 -0
  61. data/lib/process_model_types.rb +113 -0
  62. data/lib/replica_catalog_models_constants.rb +9 -0
  63. data/lib/replica_catalog_models_types.rb +116 -0
  64. data/lib/scheduling_model_constants.rb +9 -0
  65. data/lib/scheduling_model_types.rb +49 -0
  66. data/lib/security_model_constants.rb +9 -0
  67. data/lib/security_model_types.rb +27 -0
  68. data/lib/status_models_constants.rb +9 -0
  69. data/lib/status_models_types.rb +212 -0
  70. data/lib/storage_resource_model_constants.rb +9 -0
  71. data/lib/storage_resource_model_types.rb +56 -0
  72. data/lib/task_model_constants.rb +9 -0
  73. data/lib/task_model_types.rb +197 -0
  74. data/lib/tenant_profile_model_constants.rb +9 -0
  75. data/lib/tenant_profile_model_types.rb +108 -0
  76. data/lib/user_profile_model_constants.rb +11 -0
  77. data/lib/user_profile_model_types.rb +300 -0
  78. data/lib/user_resource_profile_model_constants.rb +9 -0
  79. data/lib/user_resource_profile_model_types.rb +150 -0
  80. data/lib/workspace_model_constants.rb +9 -0
  81. data/lib/workspace_model_types.rb +230 -0
  82. metadata +128 -0
@@ -0,0 +1,9 @@
1
+ #
2
+ # Autogenerated by Thrift Compiler (0.10.0)
3
+ #
4
+ # DO NOT EDIT UNLESS YOU ARE SURE THAT YOU KNOW WHAT YOU ARE DOING
5
+ #
6
+
7
+ require 'thrift'
8
+ require 'workspace_model_types'
9
+
@@ -0,0 +1,230 @@
1
+ #
2
+ # Autogenerated by Thrift Compiler (0.10.0)
3
+ #
4
+ # DO NOT EDIT UNLESS YOU ARE SURE THAT YOU KNOW WHAT YOU ARE DOING
5
+ #
6
+
7
+ require 'thrift'
8
+ require 'airavata_commons_types'
9
+
10
+
11
+ module GatewayApprovalStatus
12
+ REQUESTED = 0
13
+ APPROVED = 1
14
+ ACTIVE = 2
15
+ DEACTIVATED = 3
16
+ CANCELLED = 4
17
+ DENIED = 5
18
+ CREATED = 6
19
+ DEPLOYED = 7
20
+ VALUE_MAP = {0 => "REQUESTED", 1 => "APPROVED", 2 => "ACTIVE", 3 => "DEACTIVATED", 4 => "CANCELLED", 5 => "DENIED", 6 => "CREATED", 7 => "DEPLOYED"}
21
+ VALID_VALUES = Set.new([REQUESTED, APPROVED, ACTIVE, DEACTIVATED, CANCELLED, DENIED, CREATED, DEPLOYED]).freeze
22
+ end
23
+
24
+ module NotificationPriority
25
+ LOW = 0
26
+ NORMAL = 1
27
+ HIGH = 2
28
+ VALUE_MAP = {0 => "LOW", 1 => "NORMAL", 2 => "HIGH"}
29
+ VALID_VALUES = Set.new([LOW, NORMAL, HIGH]).freeze
30
+ end
31
+
32
+ class Group
33
+ include ::Thrift::Struct, ::Thrift::Struct_Union
34
+ GROUPNAME = 1
35
+ DESCRIPTION = 2
36
+
37
+ FIELDS = {
38
+ GROUPNAME => {:type => ::Thrift::Types::STRING, :name => 'groupName'},
39
+ DESCRIPTION => {:type => ::Thrift::Types::STRING, :name => 'description', :optional => true}
40
+ }
41
+
42
+ def struct_fields; FIELDS; end
43
+
44
+ def validate
45
+ raise ::Thrift::ProtocolException.new(::Thrift::ProtocolException::UNKNOWN, 'Required field groupName is unset!') unless @groupName
46
+ end
47
+
48
+ ::Thrift::Struct.generate_accessors self
49
+ end
50
+
51
+ class Project
52
+ include ::Thrift::Struct, ::Thrift::Struct_Union
53
+ PROJECTID = 1
54
+ OWNER = 2
55
+ GATEWAYID = 3
56
+ NAME = 4
57
+ DESCRIPTION = 5
58
+ CREATIONTIME = 6
59
+ SHAREDUSERS = 7
60
+ SHAREDGROUPS = 8
61
+
62
+ FIELDS = {
63
+ PROJECTID => {:type => ::Thrift::Types::STRING, :name => 'projectID', :default => %q"DO_NOT_SET_AT_CLIENTS"},
64
+ OWNER => {:type => ::Thrift::Types::STRING, :name => 'owner'},
65
+ GATEWAYID => {:type => ::Thrift::Types::STRING, :name => 'gatewayId'},
66
+ NAME => {:type => ::Thrift::Types::STRING, :name => 'name'},
67
+ DESCRIPTION => {:type => ::Thrift::Types::STRING, :name => 'description', :optional => true},
68
+ CREATIONTIME => {:type => ::Thrift::Types::I64, :name => 'creationTime', :optional => true},
69
+ SHAREDUSERS => {:type => ::Thrift::Types::LIST, :name => 'sharedUsers', :element => {:type => ::Thrift::Types::STRING}, :optional => true},
70
+ SHAREDGROUPS => {:type => ::Thrift::Types::LIST, :name => 'sharedGroups', :element => {:type => ::Thrift::Types::STRING}, :optional => true}
71
+ }
72
+
73
+ def struct_fields; FIELDS; end
74
+
75
+ def validate
76
+ raise ::Thrift::ProtocolException.new(::Thrift::ProtocolException::UNKNOWN, 'Required field projectID is unset!') unless @projectID
77
+ raise ::Thrift::ProtocolException.new(::Thrift::ProtocolException::UNKNOWN, 'Required field owner is unset!') unless @owner
78
+ raise ::Thrift::ProtocolException.new(::Thrift::ProtocolException::UNKNOWN, 'Required field gatewayId is unset!') unless @gatewayId
79
+ raise ::Thrift::ProtocolException.new(::Thrift::ProtocolException::UNKNOWN, 'Required field name is unset!') unless @name
80
+ end
81
+
82
+ ::Thrift::Struct.generate_accessors self
83
+ end
84
+
85
+ class User
86
+ include ::Thrift::Struct, ::Thrift::Struct_Union
87
+ AIRAVATAINTERNALUSERID = 1
88
+ USERNAME = 2
89
+ GATEWAYID = 3
90
+ FIRSTNAME = 4
91
+ LASTNAME = 5
92
+ EMAIL = 6
93
+
94
+ FIELDS = {
95
+ AIRAVATAINTERNALUSERID => {:type => ::Thrift::Types::STRING, :name => 'airavataInternalUserId', :default => %q"DO_NOT_SET_AT_CLIENTS"},
96
+ USERNAME => {:type => ::Thrift::Types::STRING, :name => 'userName', :optional => true},
97
+ GATEWAYID => {:type => ::Thrift::Types::STRING, :name => 'gatewayId'},
98
+ FIRSTNAME => {:type => ::Thrift::Types::STRING, :name => 'firstName', :optional => true},
99
+ LASTNAME => {:type => ::Thrift::Types::STRING, :name => 'lastName', :optional => true},
100
+ EMAIL => {:type => ::Thrift::Types::STRING, :name => 'email', :optional => true}
101
+ }
102
+
103
+ def struct_fields; FIELDS; end
104
+
105
+ def validate
106
+ raise ::Thrift::ProtocolException.new(::Thrift::ProtocolException::UNKNOWN, 'Required field airavataInternalUserId is unset!') unless @airavataInternalUserId
107
+ raise ::Thrift::ProtocolException.new(::Thrift::ProtocolException::UNKNOWN, 'Required field gatewayId is unset!') unless @gatewayId
108
+ end
109
+
110
+ ::Thrift::Struct.generate_accessors self
111
+ end
112
+
113
+ class Gateway
114
+ include ::Thrift::Struct, ::Thrift::Struct_Union
115
+ AIRAVATAINTERNALGATEWAYID = 1
116
+ GATEWAYID = 2
117
+ GATEWAYAPPROVALSTATUS = 3
118
+ GATEWAYNAME = 4
119
+ DOMAIN = 5
120
+ EMAILADDRESS = 6
121
+ GATEWAYACRONYM = 7
122
+ GATEWAYURL = 8
123
+ GATEWAYPUBLICABSTRACT = 9
124
+ REVIEWPROPOSALDESCRIPTION = 10
125
+ GATEWAYADMINFIRSTNAME = 11
126
+ GATEWAYADMINLASTNAME = 12
127
+ GATEWAYADMINEMAIL = 13
128
+ IDENTITYSERVERUSERNAME = 14
129
+ IDENTITYSERVERPASSWORDTOKEN = 15
130
+ DECLINEDREASON = 16
131
+ OAUTHCLIENTID = 17
132
+ OAUTHCLIENTSECRET = 18
133
+ REQUESTCREATIONTIME = 19
134
+ REQUESTERUSERNAME = 20
135
+
136
+ FIELDS = {
137
+ AIRAVATAINTERNALGATEWAYID => {:type => ::Thrift::Types::STRING, :name => 'airavataInternalGatewayId', :optional => true},
138
+ GATEWAYID => {:type => ::Thrift::Types::STRING, :name => 'gatewayId'},
139
+ GATEWAYAPPROVALSTATUS => {:type => ::Thrift::Types::I32, :name => 'gatewayApprovalStatus', :enum_class => ::GatewayApprovalStatus},
140
+ GATEWAYNAME => {:type => ::Thrift::Types::STRING, :name => 'gatewayName', :optional => true},
141
+ DOMAIN => {:type => ::Thrift::Types::STRING, :name => 'domain', :optional => true},
142
+ EMAILADDRESS => {:type => ::Thrift::Types::STRING, :name => 'emailAddress', :optional => true},
143
+ GATEWAYACRONYM => {:type => ::Thrift::Types::STRING, :name => 'gatewayAcronym', :optional => true},
144
+ GATEWAYURL => {:type => ::Thrift::Types::STRING, :name => 'gatewayURL', :optional => true},
145
+ GATEWAYPUBLICABSTRACT => {:type => ::Thrift::Types::STRING, :name => 'gatewayPublicAbstract', :optional => true},
146
+ REVIEWPROPOSALDESCRIPTION => {:type => ::Thrift::Types::STRING, :name => 'reviewProposalDescription', :optional => true},
147
+ GATEWAYADMINFIRSTNAME => {:type => ::Thrift::Types::STRING, :name => 'gatewayAdminFirstName', :optional => true},
148
+ GATEWAYADMINLASTNAME => {:type => ::Thrift::Types::STRING, :name => 'gatewayAdminLastName', :optional => true},
149
+ GATEWAYADMINEMAIL => {:type => ::Thrift::Types::STRING, :name => 'gatewayAdminEmail', :optional => true},
150
+ IDENTITYSERVERUSERNAME => {:type => ::Thrift::Types::STRING, :name => 'identityServerUserName', :optional => true},
151
+ IDENTITYSERVERPASSWORDTOKEN => {:type => ::Thrift::Types::STRING, :name => 'identityServerPasswordToken', :optional => true},
152
+ DECLINEDREASON => {:type => ::Thrift::Types::STRING, :name => 'declinedReason', :optional => true},
153
+ OAUTHCLIENTID => {:type => ::Thrift::Types::STRING, :name => 'oauthClientId', :optional => true},
154
+ OAUTHCLIENTSECRET => {:type => ::Thrift::Types::STRING, :name => 'oauthClientSecret', :optional => true},
155
+ REQUESTCREATIONTIME => {:type => ::Thrift::Types::I64, :name => 'requestCreationTime', :optional => true},
156
+ REQUESTERUSERNAME => {:type => ::Thrift::Types::STRING, :name => 'requesterUsername', :optional => true}
157
+ }
158
+
159
+ def struct_fields; FIELDS; end
160
+
161
+ def validate
162
+ raise ::Thrift::ProtocolException.new(::Thrift::ProtocolException::UNKNOWN, 'Required field gatewayId is unset!') unless @gatewayId
163
+ raise ::Thrift::ProtocolException.new(::Thrift::ProtocolException::UNKNOWN, 'Required field gatewayApprovalStatus is unset!') unless @gatewayApprovalStatus
164
+ unless @gatewayApprovalStatus.nil? || ::GatewayApprovalStatus::VALID_VALUES.include?(@gatewayApprovalStatus)
165
+ raise ::Thrift::ProtocolException.new(::Thrift::ProtocolException::UNKNOWN, 'Invalid value of field gatewayApprovalStatus!')
166
+ end
167
+ end
168
+
169
+ ::Thrift::Struct.generate_accessors self
170
+ end
171
+
172
+ class GatewayUsageReportingCommand
173
+ include ::Thrift::Struct, ::Thrift::Struct_Union
174
+ GATEWAYID = 1
175
+ COMPUTERESOURCEID = 2
176
+ COMMAND = 3
177
+
178
+ FIELDS = {
179
+ GATEWAYID => {:type => ::Thrift::Types::STRING, :name => 'gatewayId'},
180
+ COMPUTERESOURCEID => {:type => ::Thrift::Types::STRING, :name => 'computeResourceId'},
181
+ COMMAND => {:type => ::Thrift::Types::STRING, :name => 'command'}
182
+ }
183
+
184
+ def struct_fields; FIELDS; end
185
+
186
+ def validate
187
+ raise ::Thrift::ProtocolException.new(::Thrift::ProtocolException::UNKNOWN, 'Required field gatewayId is unset!') unless @gatewayId
188
+ raise ::Thrift::ProtocolException.new(::Thrift::ProtocolException::UNKNOWN, 'Required field computeResourceId is unset!') unless @computeResourceId
189
+ raise ::Thrift::ProtocolException.new(::Thrift::ProtocolException::UNKNOWN, 'Required field command is unset!') unless @command
190
+ end
191
+
192
+ ::Thrift::Struct.generate_accessors self
193
+ end
194
+
195
+ class Notification
196
+ include ::Thrift::Struct, ::Thrift::Struct_Union
197
+ NOTIFICATIONID = 1
198
+ GATEWAYID = 2
199
+ TITLE = 3
200
+ NOTIFICATIONMESSAGE = 4
201
+ CREATIONTIME = 5
202
+ PUBLISHEDTIME = 6
203
+ EXPIRATIONTIME = 7
204
+ PRIORITY = 8
205
+
206
+ FIELDS = {
207
+ NOTIFICATIONID => {:type => ::Thrift::Types::STRING, :name => 'notificationId', :optional => true},
208
+ GATEWAYID => {:type => ::Thrift::Types::STRING, :name => 'gatewayId'},
209
+ TITLE => {:type => ::Thrift::Types::STRING, :name => 'title'},
210
+ NOTIFICATIONMESSAGE => {:type => ::Thrift::Types::STRING, :name => 'notificationMessage'},
211
+ CREATIONTIME => {:type => ::Thrift::Types::I64, :name => 'creationTime', :optional => true},
212
+ PUBLISHEDTIME => {:type => ::Thrift::Types::I64, :name => 'publishedTime', :optional => true},
213
+ EXPIRATIONTIME => {:type => ::Thrift::Types::I64, :name => 'expirationTime', :optional => true},
214
+ PRIORITY => {:type => ::Thrift::Types::I32, :name => 'priority', :optional => true, :enum_class => ::NotificationPriority}
215
+ }
216
+
217
+ def struct_fields; FIELDS; end
218
+
219
+ def validate
220
+ raise ::Thrift::ProtocolException.new(::Thrift::ProtocolException::UNKNOWN, 'Required field gatewayId is unset!') unless @gatewayId
221
+ raise ::Thrift::ProtocolException.new(::Thrift::ProtocolException::UNKNOWN, 'Required field title is unset!') unless @title
222
+ raise ::Thrift::ProtocolException.new(::Thrift::ProtocolException::UNKNOWN, 'Required field notificationMessage is unset!') unless @notificationMessage
223
+ unless @priority.nil? || ::NotificationPriority::VALID_VALUES.include?(@priority)
224
+ raise ::Thrift::ProtocolException.new(::Thrift::ProtocolException::UNKNOWN, 'Invalid value of field priority!')
225
+ end
226
+ end
227
+
228
+ ::Thrift::Struct.generate_accessors self
229
+ end
230
+
metadata ADDED
@@ -0,0 +1,128 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: airavata
3
+ version: !ruby/object:Gem::Version
4
+ version: 0.0.1
5
+ platform: ruby
6
+ authors:
7
+ - Dinuka De Silva
8
+ autorequire:
9
+ bindir: exe
10
+ cert_chain: []
11
+ date: 2020-10-26 00:00:00.000000000 Z
12
+ dependencies: []
13
+ description: The Apache Airavata Ruby SDK for third party clients to integrate with
14
+ Airavata middleware
15
+ email:
16
+ - L.dinukadesilva@gmail.com
17
+ executables: []
18
+ extensions: []
19
+ extra_rdoc_files: []
20
+ files:
21
+ - ".gitignore"
22
+ - ".rspec"
23
+ - ".travis.yml"
24
+ - CODE_OF_CONDUCT.md
25
+ - Gemfile
26
+ - README.md
27
+ - Rakefile
28
+ - airavata.gemspec
29
+ - bin/console
30
+ - bin/setup
31
+ - lib/account_provisioning_model_constants.rb
32
+ - lib/account_provisioning_model_types.rb
33
+ - lib/airavata.rb
34
+ - lib/airavata_api_constants.rb
35
+ - lib/airavata_api_types.rb
36
+ - lib/airavata_commons_constants.rb
37
+ - lib/airavata_commons_types.rb
38
+ - lib/airavata_data_models_constants.rb
39
+ - lib/airavata_data_models_types.rb
40
+ - lib/airavata_errors_constants.rb
41
+ - lib/airavata_errors_types.rb
42
+ - lib/airavata_workflow_model_constants.rb
43
+ - lib/airavata_workflow_model_types.rb
44
+ - lib/application_deployment_model_constants.rb
45
+ - lib/application_deployment_model_types.rb
46
+ - lib/application_interface_model_constants.rb
47
+ - lib/application_interface_model_types.rb
48
+ - lib/application_io_models_constants.rb
49
+ - lib/application_io_models_types.rb
50
+ - lib/base_a_p_i.rb
51
+ - lib/base_api_constants.rb
52
+ - lib/base_api_types.rb
53
+ - lib/compute_resource_model_constants.rb
54
+ - lib/compute_resource_model_types.rb
55
+ - lib/credential_store_data_models_constants.rb
56
+ - lib/credential_store_data_models_types.rb
57
+ - lib/data_movement_models_constants.rb
58
+ - lib/data_movement_models_types.rb
59
+ - lib/db_event_model_constants.rb
60
+ - lib/db_event_model_types.rb
61
+ - lib/experiment_model_constants.rb
62
+ - lib/experiment_model_types.rb
63
+ - lib/gateway_groups_model_constants.rb
64
+ - lib/gateway_groups_model_types.rb
65
+ - lib/gateway_resource_profile_model_constants.rb
66
+ - lib/gateway_resource_profile_model_types.rb
67
+ - lib/group_manager_model_constants.rb
68
+ - lib/group_manager_model_types.rb
69
+ - lib/group_resource_profile_model_constants.rb
70
+ - lib/group_resource_profile_model_types.rb
71
+ - lib/job_model_constants.rb
72
+ - lib/job_model_types.rb
73
+ - lib/messaging_events_constants.rb
74
+ - lib/messaging_events_types.rb
75
+ - lib/parallelism_model_constants.rb
76
+ - lib/parallelism_model_types.rb
77
+ - lib/parser_model_constants.rb
78
+ - lib/parser_model_types.rb
79
+ - lib/process_model_constants.rb
80
+ - lib/process_model_types.rb
81
+ - lib/replica_catalog_models_constants.rb
82
+ - lib/replica_catalog_models_types.rb
83
+ - lib/scheduling_model_constants.rb
84
+ - lib/scheduling_model_types.rb
85
+ - lib/security_model_constants.rb
86
+ - lib/security_model_types.rb
87
+ - lib/status_models_constants.rb
88
+ - lib/status_models_types.rb
89
+ - lib/storage_resource_model_constants.rb
90
+ - lib/storage_resource_model_types.rb
91
+ - lib/task_model_constants.rb
92
+ - lib/task_model_types.rb
93
+ - lib/tenant_profile_model_constants.rb
94
+ - lib/tenant_profile_model_types.rb
95
+ - lib/user_profile_model_constants.rb
96
+ - lib/user_profile_model_types.rb
97
+ - lib/user_resource_profile_model_constants.rb
98
+ - lib/user_resource_profile_model_types.rb
99
+ - lib/workspace_model_constants.rb
100
+ - lib/workspace_model_types.rb
101
+ homepage: https://github.com/apache/airavata
102
+ licenses: []
103
+ metadata:
104
+ allowed_push_host: https://rubygems.org
105
+ homepage_uri: https://github.com/apache/airavata
106
+ source_code_uri: https://github.com/apache/airavata
107
+ changelog_uri: https://github.com/apache/airavata
108
+ post_install_message:
109
+ rdoc_options: []
110
+ require_paths:
111
+ - lib
112
+ required_ruby_version: !ruby/object:Gem::Requirement
113
+ requirements:
114
+ - - ">="
115
+ - !ruby/object:Gem::Version
116
+ version: 2.3.0
117
+ required_rubygems_version: !ruby/object:Gem::Requirement
118
+ requirements:
119
+ - - ">="
120
+ - !ruby/object:Gem::Version
121
+ version: '0'
122
+ requirements: []
123
+ rubyforge_project:
124
+ rubygems_version: 2.5.2.3
125
+ signing_key:
126
+ specification_version: 4
127
+ summary: Airavata Ruby SDK
128
+ test_files: []