aws-sdk-robomaker 1.35.0 → 1.39.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 0334aec7a085896adc74a1e5a551c4de39d4a3746f46a9a0d828c343b248578d
4
- data.tar.gz: cf2dc81df182a8ee31c67e30b51e2141e69a392b6b4d81131e91aef47d0b6c8a
3
+ metadata.gz: ea9595748487aa0130d6b5f76ddcdd95763ba0ce823fad431b1faa8dd82bbc86
4
+ data.tar.gz: 75525b43a966dc06d37d91aaf84837cd337acf803c4f9b872cd7ecda3f5635b8
5
5
  SHA512:
6
- metadata.gz: b691f0a0505fb13cc2bd2c002e475fa796f7ef887e91c6afdf2627ce9cdfe5ce17745048d76ce581bfbabf8edf27b03ce6c99f0847df6e684d5e234d693f7bc6
7
- data.tar.gz: 8cd0083fd8513681c3996e2f4c95af8fc41a188be591e7df3fa34dd0a6cc0df76777e09019ae6a983d7404bb0c123d357f12df3b6198286942b1b5968224431f
6
+ metadata.gz: bc0b787260cd2ca1b68baa4e65c225c1c189615dcd9038405a5a9e8748c57d7e7c55adc44d328e0182367f08456238c15dd8c6a2b2df697324bbf0a2d3bd6e8d
7
+ data.tar.gz: 07d53664a04ac107d7f14f378bef052cd6d5cc2f5ff2a915a28b4dde7f809841ee5ffe1c1cb8df75eabef8bbeedefe7c9012bbcb11e8e6e891d57fafa733ddae
data/CHANGELOG.md CHANGED
@@ -1,6 +1,26 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.39.0 (2021-07-30)
5
+ ------------------
6
+
7
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
8
+
9
+ 1.38.0 (2021-07-28)
10
+ ------------------
11
+
12
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
13
+
14
+ 1.37.0 (2021-07-19)
15
+ ------------------
16
+
17
+ * Feature - This release allows customers to create a new version of WorldTemplates with support for Doors.
18
+
19
+ 1.36.0 (2021-04-30)
20
+ ------------------
21
+
22
+ * Feature - Adds ROS2 Foxy as a supported Robot Software Suite Version and Gazebo 11 as a supported Simulation Software Suite Version
23
+
4
24
  1.35.0 (2021-04-08)
5
25
  ------------------
6
26
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.35.0
1
+ 1.39.0
@@ -48,6 +48,6 @@ require_relative 'aws-sdk-robomaker/customizations'
48
48
  # @!group service
49
49
  module Aws::RoboMaker
50
50
 
51
- GEM_VERSION = '1.35.0'
51
+ GEM_VERSION = '1.39.0'
52
52
 
53
53
  end
@@ -839,7 +839,7 @@ module Aws::RoboMaker
839
839
  # ],
840
840
  # robot_software_suite: { # required
841
841
  # name: "ROS", # accepts ROS, ROS2
842
- # version: "Kinetic", # accepts Kinetic, Melodic, Dashing
842
+ # version: "Kinetic", # accepts Kinetic, Melodic, Dashing, Foxy
843
843
  # },
844
844
  # tags: {
845
845
  # "TagKey" => "TagValue",
@@ -857,7 +857,7 @@ module Aws::RoboMaker
857
857
  # resp.sources[0].etag #=> String
858
858
  # resp.sources[0].architecture #=> String, one of "X86_64", "ARM64", "ARMHF"
859
859
  # resp.robot_software_suite.name #=> String, one of "ROS", "ROS2"
860
- # resp.robot_software_suite.version #=> String, one of "Kinetic", "Melodic", "Dashing"
860
+ # resp.robot_software_suite.version #=> String, one of "Kinetic", "Melodic", "Dashing", "Foxy"
861
861
  # resp.last_updated_at #=> Time
862
862
  # resp.revision_id #=> String
863
863
  # resp.tags #=> Hash
@@ -910,7 +910,7 @@ module Aws::RoboMaker
910
910
  # resp.sources[0].etag #=> String
911
911
  # resp.sources[0].architecture #=> String, one of "X86_64", "ARM64", "ARMHF"
912
912
  # resp.robot_software_suite.name #=> String, one of "ROS", "ROS2"
913
- # resp.robot_software_suite.version #=> String, one of "Kinetic", "Melodic", "Dashing"
913
+ # resp.robot_software_suite.version #=> String, one of "Kinetic", "Melodic", "Dashing", "Foxy"
914
914
  # resp.last_updated_at #=> Time
915
915
  # resp.revision_id #=> String
916
916
  #
@@ -975,7 +975,7 @@ module Aws::RoboMaker
975
975
  # },
976
976
  # robot_software_suite: { # required
977
977
  # name: "ROS", # accepts ROS, ROS2
978
- # version: "Kinetic", # accepts Kinetic, Melodic, Dashing
978
+ # version: "Kinetic", # accepts Kinetic, Melodic, Dashing, Foxy
979
979
  # },
980
980
  # rendering_engine: {
981
981
  # name: "OGRE", # accepts OGRE
@@ -999,7 +999,7 @@ module Aws::RoboMaker
999
999
  # resp.simulation_software_suite.name #=> String, one of "Gazebo", "RosbagPlay"
1000
1000
  # resp.simulation_software_suite.version #=> String
1001
1001
  # resp.robot_software_suite.name #=> String, one of "ROS", "ROS2"
1002
- # resp.robot_software_suite.version #=> String, one of "Kinetic", "Melodic", "Dashing"
1002
+ # resp.robot_software_suite.version #=> String, one of "Kinetic", "Melodic", "Dashing", "Foxy"
1003
1003
  # resp.rendering_engine.name #=> String, one of "OGRE"
1004
1004
  # resp.rendering_engine.version #=> String
1005
1005
  # resp.last_updated_at #=> Time
@@ -1058,7 +1058,7 @@ module Aws::RoboMaker
1058
1058
  # resp.simulation_software_suite.name #=> String, one of "Gazebo", "RosbagPlay"
1059
1059
  # resp.simulation_software_suite.version #=> String
1060
1060
  # resp.robot_software_suite.name #=> String, one of "ROS", "ROS2"
1061
- # resp.robot_software_suite.version #=> String, one of "Kinetic", "Melodic", "Dashing"
1061
+ # resp.robot_software_suite.version #=> String, one of "Kinetic", "Melodic", "Dashing", "Foxy"
1062
1062
  # resp.rendering_engine.name #=> String, one of "OGRE"
1063
1063
  # resp.rendering_engine.version #=> String
1064
1064
  # resp.last_updated_at #=> Time
@@ -1943,7 +1943,7 @@ module Aws::RoboMaker
1943
1943
  # resp.sources[0].etag #=> String
1944
1944
  # resp.sources[0].architecture #=> String, one of "X86_64", "ARM64", "ARMHF"
1945
1945
  # resp.robot_software_suite.name #=> String, one of "ROS", "ROS2"
1946
- # resp.robot_software_suite.version #=> String, one of "Kinetic", "Melodic", "Dashing"
1946
+ # resp.robot_software_suite.version #=> String, one of "Kinetic", "Melodic", "Dashing", "Foxy"
1947
1947
  # resp.revision_id #=> String
1948
1948
  # resp.last_updated_at #=> Time
1949
1949
  # resp.tags #=> Hash
@@ -1999,7 +1999,7 @@ module Aws::RoboMaker
1999
1999
  # resp.simulation_software_suite.name #=> String, one of "Gazebo", "RosbagPlay"
2000
2000
  # resp.simulation_software_suite.version #=> String
2001
2001
  # resp.robot_software_suite.name #=> String, one of "ROS", "ROS2"
2002
- # resp.robot_software_suite.version #=> String, one of "Kinetic", "Melodic", "Dashing"
2002
+ # resp.robot_software_suite.version #=> String, one of "Kinetic", "Melodic", "Dashing", "Foxy"
2003
2003
  # resp.rendering_engine.name #=> String, one of "OGRE"
2004
2004
  # resp.rendering_engine.version #=> String
2005
2005
  # resp.revision_id #=> String
@@ -2363,6 +2363,7 @@ module Aws::RoboMaker
2363
2363
  # * {Types::DescribeWorldResponse#template #template} => String
2364
2364
  # * {Types::DescribeWorldResponse#created_at #created_at} => Time
2365
2365
  # * {Types::DescribeWorldResponse#tags #tags} => Hash<String,String>
2366
+ # * {Types::DescribeWorldResponse#world_description_body #world_description_body} => String
2366
2367
  #
2367
2368
  # @example Request syntax with placeholder values
2368
2369
  #
@@ -2378,6 +2379,7 @@ module Aws::RoboMaker
2378
2379
  # resp.created_at #=> Time
2379
2380
  # resp.tags #=> Hash
2380
2381
  # resp.tags["TagKey"] #=> String
2382
+ # resp.world_description_body #=> String
2381
2383
  #
2382
2384
  # @see http://docs.aws.amazon.com/goto/WebAPI/robomaker-2018-06-29/DescribeWorld AWS API Documentation
2383
2385
  #
@@ -2510,6 +2512,7 @@ module Aws::RoboMaker
2510
2512
  # * {Types::DescribeWorldTemplateResponse#created_at #created_at} => Time
2511
2513
  # * {Types::DescribeWorldTemplateResponse#last_updated_at #last_updated_at} => Time
2512
2514
  # * {Types::DescribeWorldTemplateResponse#tags #tags} => Hash<String,String>
2515
+ # * {Types::DescribeWorldTemplateResponse#version #version} => String
2513
2516
  #
2514
2517
  # @example Request syntax with placeholder values
2515
2518
  #
@@ -2526,6 +2529,7 @@ module Aws::RoboMaker
2526
2529
  # resp.last_updated_at #=> Time
2527
2530
  # resp.tags #=> Hash
2528
2531
  # resp.tags["TagKey"] #=> String
2532
+ # resp.version #=> String
2529
2533
  #
2530
2534
  # @see http://docs.aws.amazon.com/goto/WebAPI/robomaker-2018-06-29/DescribeWorldTemplate AWS API Documentation
2531
2535
  #
@@ -2782,7 +2786,7 @@ module Aws::RoboMaker
2782
2786
  # resp.robot_application_summaries[0].version #=> String
2783
2787
  # resp.robot_application_summaries[0].last_updated_at #=> Time
2784
2788
  # resp.robot_application_summaries[0].robot_software_suite.name #=> String, one of "ROS", "ROS2"
2785
- # resp.robot_application_summaries[0].robot_software_suite.version #=> String, one of "Kinetic", "Melodic", "Dashing"
2789
+ # resp.robot_application_summaries[0].robot_software_suite.version #=> String, one of "Kinetic", "Melodic", "Dashing", "Foxy"
2786
2790
  # resp.next_token #=> String
2787
2791
  #
2788
2792
  # @see http://docs.aws.amazon.com/goto/WebAPI/robomaker-2018-06-29/ListRobotApplications AWS API Documentation
@@ -2925,7 +2929,7 @@ module Aws::RoboMaker
2925
2929
  # resp.simulation_application_summaries[0].version #=> String
2926
2930
  # resp.simulation_application_summaries[0].last_updated_at #=> Time
2927
2931
  # resp.simulation_application_summaries[0].robot_software_suite.name #=> String, one of "ROS", "ROS2"
2928
- # resp.simulation_application_summaries[0].robot_software_suite.version #=> String, one of "Kinetic", "Melodic", "Dashing"
2932
+ # resp.simulation_application_summaries[0].robot_software_suite.version #=> String, one of "Kinetic", "Melodic", "Dashing", "Foxy"
2929
2933
  # resp.simulation_application_summaries[0].simulation_software_suite.name #=> String, one of "Gazebo", "RosbagPlay"
2930
2934
  # resp.simulation_application_summaries[0].simulation_software_suite.version #=> String
2931
2935
  # resp.next_token #=> String
@@ -3271,6 +3275,7 @@ module Aws::RoboMaker
3271
3275
  # resp.template_summaries[0].created_at #=> Time
3272
3276
  # resp.template_summaries[0].last_updated_at #=> Time
3273
3277
  # resp.template_summaries[0].name #=> String
3278
+ # resp.template_summaries[0].version #=> String
3274
3279
  # resp.next_token #=> String
3275
3280
  #
3276
3281
  # @see http://docs.aws.amazon.com/goto/WebAPI/robomaker-2018-06-29/ListWorldTemplates AWS API Documentation
@@ -3921,7 +3926,7 @@ module Aws::RoboMaker
3921
3926
  # ],
3922
3927
  # robot_software_suite: { # required
3923
3928
  # name: "ROS", # accepts ROS, ROS2
3924
- # version: "Kinetic", # accepts Kinetic, Melodic, Dashing
3929
+ # version: "Kinetic", # accepts Kinetic, Melodic, Dashing, Foxy
3925
3930
  # },
3926
3931
  # current_revision_id: "RevisionId",
3927
3932
  # })
@@ -3937,7 +3942,7 @@ module Aws::RoboMaker
3937
3942
  # resp.sources[0].etag #=> String
3938
3943
  # resp.sources[0].architecture #=> String, one of "X86_64", "ARM64", "ARMHF"
3939
3944
  # resp.robot_software_suite.name #=> String, one of "ROS", "ROS2"
3940
- # resp.robot_software_suite.version #=> String, one of "Kinetic", "Melodic", "Dashing"
3945
+ # resp.robot_software_suite.version #=> String, one of "Kinetic", "Melodic", "Dashing", "Foxy"
3941
3946
  # resp.last_updated_at #=> Time
3942
3947
  # resp.revision_id #=> String
3943
3948
  #
@@ -3999,7 +4004,7 @@ module Aws::RoboMaker
3999
4004
  # },
4000
4005
  # robot_software_suite: { # required
4001
4006
  # name: "ROS", # accepts ROS, ROS2
4002
- # version: "Kinetic", # accepts Kinetic, Melodic, Dashing
4007
+ # version: "Kinetic", # accepts Kinetic, Melodic, Dashing, Foxy
4003
4008
  # },
4004
4009
  # rendering_engine: {
4005
4010
  # name: "OGRE", # accepts OGRE
@@ -4021,7 +4026,7 @@ module Aws::RoboMaker
4021
4026
  # resp.simulation_software_suite.name #=> String, one of "Gazebo", "RosbagPlay"
4022
4027
  # resp.simulation_software_suite.version #=> String
4023
4028
  # resp.robot_software_suite.name #=> String, one of "ROS", "ROS2"
4024
- # resp.robot_software_suite.version #=> String, one of "Kinetic", "Melodic", "Dashing"
4029
+ # resp.robot_software_suite.version #=> String, one of "Kinetic", "Melodic", "Dashing", "Foxy"
4025
4030
  # resp.rendering_engine.name #=> String, one of "OGRE"
4026
4031
  # resp.rendering_engine.version #=> String
4027
4032
  # resp.last_updated_at #=> Time
@@ -4098,7 +4103,7 @@ module Aws::RoboMaker
4098
4103
  params: params,
4099
4104
  config: config)
4100
4105
  context[:gem_name] = 'aws-sdk-robomaker'
4101
- context[:gem_version] = '1.35.0'
4106
+ context[:gem_version] = '1.39.0'
4102
4107
  Seahorse::Client::Request.new(handlers, context)
4103
4108
  end
4104
4109
 
@@ -777,6 +777,7 @@ module Aws::RoboMaker
777
777
  DescribeWorldResponse.add_member(:template, Shapes::ShapeRef.new(shape: Arn, location_name: "template"))
778
778
  DescribeWorldResponse.add_member(:created_at, Shapes::ShapeRef.new(shape: CreatedAt, location_name: "createdAt"))
779
779
  DescribeWorldResponse.add_member(:tags, Shapes::ShapeRef.new(shape: TagMap, location_name: "tags"))
780
+ DescribeWorldResponse.add_member(:world_description_body, Shapes::ShapeRef.new(shape: Json, location_name: "worldDescriptionBody"))
780
781
  DescribeWorldResponse.struct_class = Types::DescribeWorldResponse
781
782
 
782
783
  DescribeWorldTemplateRequest.add_member(:template, Shapes::ShapeRef.new(shape: Arn, required: true, location_name: "template"))
@@ -788,6 +789,7 @@ module Aws::RoboMaker
788
789
  DescribeWorldTemplateResponse.add_member(:created_at, Shapes::ShapeRef.new(shape: CreatedAt, location_name: "createdAt"))
789
790
  DescribeWorldTemplateResponse.add_member(:last_updated_at, Shapes::ShapeRef.new(shape: LastUpdatedAt, location_name: "lastUpdatedAt"))
790
791
  DescribeWorldTemplateResponse.add_member(:tags, Shapes::ShapeRef.new(shape: TagMap, location_name: "tags"))
792
+ DescribeWorldTemplateResponse.add_member(:version, Shapes::ShapeRef.new(shape: GenericString, location_name: "version"))
791
793
  DescribeWorldTemplateResponse.struct_class = Types::DescribeWorldTemplateResponse
792
794
 
793
795
  EnvironmentVariableMap.key = Shapes::ShapeRef.new(shape: EnvironmentVariableKey)
@@ -1239,6 +1241,7 @@ module Aws::RoboMaker
1239
1241
  TemplateSummary.add_member(:created_at, Shapes::ShapeRef.new(shape: CreatedAt, location_name: "createdAt"))
1240
1242
  TemplateSummary.add_member(:last_updated_at, Shapes::ShapeRef.new(shape: LastUpdatedAt, location_name: "lastUpdatedAt"))
1241
1243
  TemplateSummary.add_member(:name, Shapes::ShapeRef.new(shape: TemplateName, location_name: "name"))
1244
+ TemplateSummary.add_member(:version, Shapes::ShapeRef.new(shape: GenericString, location_name: "version"))
1242
1245
  TemplateSummary.struct_class = Types::TemplateSummary
1243
1246
 
1244
1247
  ThrottlingException.add_member(:message, Shapes::ShapeRef.new(shape: errorMessage, location_name: "message"))
@@ -548,7 +548,7 @@ module Aws::RoboMaker
548
548
  # ],
549
549
  # robot_software_suite: { # required
550
550
  # name: "ROS", # accepts ROS, ROS2
551
- # version: "Kinetic", # accepts Kinetic, Melodic, Dashing
551
+ # version: "Kinetic", # accepts Kinetic, Melodic, Dashing, Foxy
552
552
  # },
553
553
  # tags: {
554
554
  # "TagKey" => "TagValue",
@@ -801,7 +801,7 @@ module Aws::RoboMaker
801
801
  # },
802
802
  # robot_software_suite: { # required
803
803
  # name: "ROS", # accepts ROS, ROS2
804
- # version: "Kinetic", # accepts Kinetic, Melodic, Dashing
804
+ # version: "Kinetic", # accepts Kinetic, Melodic, Dashing, Foxy
805
805
  # },
806
806
  # rendering_engine: {
807
807
  # name: "OGRE", # accepts OGRE
@@ -3227,6 +3227,11 @@ module Aws::RoboMaker
3227
3227
  # world.
3228
3228
  # @return [Hash<String,String>]
3229
3229
  #
3230
+ # @!attribute [rw] world_description_body
3231
+ # Returns the JSON formatted string that describes the contents of
3232
+ # your world.
3233
+ # @return [String]
3234
+ #
3230
3235
  # @see http://docs.aws.amazon.com/goto/WebAPI/robomaker-2018-06-29/DescribeWorldResponse AWS API Documentation
3231
3236
  #
3232
3237
  class DescribeWorldResponse < Struct.new(
@@ -3234,7 +3239,8 @@ module Aws::RoboMaker
3234
3239
  :generation_job,
3235
3240
  :template,
3236
3241
  :created_at,
3237
- :tags)
3242
+ :tags,
3243
+ :world_description_body)
3238
3244
  SENSITIVE = []
3239
3245
  include Aws::Structure
3240
3246
  end
@@ -3287,6 +3293,10 @@ module Aws::RoboMaker
3287
3293
  # world template.
3288
3294
  # @return [Hash<String,String>]
3289
3295
  #
3296
+ # @!attribute [rw] version
3297
+ # The version of the world template that you're using.
3298
+ # @return [String]
3299
+ #
3290
3300
  # @see http://docs.aws.amazon.com/goto/WebAPI/robomaker-2018-06-29/DescribeWorldTemplateResponse AWS API Documentation
3291
3301
  #
3292
3302
  class DescribeWorldTemplateResponse < Struct.new(
@@ -3295,7 +3305,8 @@ module Aws::RoboMaker
3295
3305
  :name,
3296
3306
  :created_at,
3297
3307
  :last_updated_at,
3298
- :tags)
3308
+ :tags,
3309
+ :version)
3299
3310
  SENSITIVE = []
3300
3311
  include Aws::Structure
3301
3312
  end
@@ -4979,7 +4990,7 @@ module Aws::RoboMaker
4979
4990
  #
4980
4991
  # {
4981
4992
  # name: "ROS", # accepts ROS, ROS2
4982
- # version: "Kinetic", # accepts Kinetic, Melodic, Dashing
4993
+ # version: "Kinetic", # accepts Kinetic, Melodic, Dashing, Foxy
4983
4994
  # }
4984
4995
  #
4985
4996
  # @!attribute [rw] name
@@ -6282,13 +6293,18 @@ module Aws::RoboMaker
6282
6293
  # The name of the template.
6283
6294
  # @return [String]
6284
6295
  #
6296
+ # @!attribute [rw] version
6297
+ # The version of the template that you're using.
6298
+ # @return [String]
6299
+ #
6285
6300
  # @see http://docs.aws.amazon.com/goto/WebAPI/robomaker-2018-06-29/TemplateSummary AWS API Documentation
6286
6301
  #
6287
6302
  class TemplateSummary < Struct.new(
6288
6303
  :arn,
6289
6304
  :created_at,
6290
6305
  :last_updated_at,
6291
- :name)
6306
+ :name,
6307
+ :version)
6292
6308
  SENSITIVE = []
6293
6309
  include Aws::Structure
6294
6310
  end
@@ -6405,7 +6421,7 @@ module Aws::RoboMaker
6405
6421
  # ],
6406
6422
  # robot_software_suite: { # required
6407
6423
  # name: "ROS", # accepts ROS, ROS2
6408
- # version: "Kinetic", # accepts Kinetic, Melodic, Dashing
6424
+ # version: "Kinetic", # accepts Kinetic, Melodic, Dashing, Foxy
6409
6425
  # },
6410
6426
  # current_revision_id: "RevisionId",
6411
6427
  # }
@@ -6500,7 +6516,7 @@ module Aws::RoboMaker
6500
6516
  # },
6501
6517
  # robot_software_suite: { # required
6502
6518
  # name: "ROS", # accepts ROS, ROS2
6503
- # version: "Kinetic", # accepts Kinetic, Melodic, Dashing
6519
+ # version: "Kinetic", # accepts Kinetic, Melodic, Dashing, Foxy
6504
6520
  # },
6505
6521
  # rendering_engine: {
6506
6522
  # name: "OGRE", # accepts OGRE
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-robomaker
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.35.0
4
+ version: 1.39.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2021-04-08 00:00:00.000000000 Z
11
+ date: 2021-07-30 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core
@@ -19,7 +19,7 @@ dependencies:
19
19
  version: '3'
20
20
  - - ">="
21
21
  - !ruby/object:Gem::Version
22
- version: 3.112.0
22
+ version: 3.119.0
23
23
  type: :runtime
24
24
  prerelease: false
25
25
  version_requirements: !ruby/object:Gem::Requirement
@@ -29,7 +29,7 @@ dependencies:
29
29
  version: '3'
30
30
  - - ">="
31
31
  - !ruby/object:Gem::Version
32
- version: 3.112.0
32
+ version: 3.119.0
33
33
  - !ruby/object:Gem::Dependency
34
34
  name: aws-sigv4
35
35
  requirement: !ruby/object:Gem::Requirement
@@ -83,8 +83,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
83
83
  - !ruby/object:Gem::Version
84
84
  version: '0'
85
85
  requirements: []
86
- rubyforge_project:
87
- rubygems_version: 2.7.6.2
86
+ rubygems_version: 3.1.6
88
87
  signing_key:
89
88
  specification_version: 4
90
89
  summary: AWS SDK for Ruby - RoboMaker