ecs_deployer 2.1.10 → 2.1.11

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: 79381f95148f3232ae910b6142dd6e90ae099fb8e239e9e860fd84ee43ec48b7
4
- data.tar.gz: d3803a93fcce132fb9a99d5afc3912447676ab471dc79c6b5260c9d67b5f0bc9
3
+ metadata.gz: a83e52f4f3970e5e4f643f1a7165cdf9c21edae6d13bc1a6f4b2736853e736a2
4
+ data.tar.gz: 7568960ed56f6ddd5ac03cc24807bf7cae12621070297b2efb60b309aaf85295
5
5
  SHA512:
6
- metadata.gz: 36bcc808d2730200dc7559510f7f5e7af59f3bd352813d5cce2771362c67c6cccf5a323b973d3b3b1b3380b80a0d8b765136f0b74c2be82158d02f694b1a4704
7
- data.tar.gz: d020e07919589e7eb45e5ea1cc217a378f48489f771a8a6224a57d0332162ab3c947c339786ec5eb4b5ea8be6d2ed64962123f61f1343372c895fef23627558a
6
+ metadata.gz: 0eef768e3d5b2218fbbfee5702bc88354760cf8289e1bd2df5561b052fe4177e953437fc89954d1b72b18e1b2385a4885d255081ef81ec1c060db104a7d04334
7
+ data.tar.gz: fbed1f5b6f11494165150962f2c1b92eb79306dea6faf9255aa02fc44ab01ef41f38b910a4ad26fe78d55e2b703be78f96ecc3769039e4326e15b21a18f1609c
@@ -2,7 +2,7 @@ module EcsDeployer
2
2
  module ScheduledTask
3
3
  class Target
4
4
  attr_reader :id
5
- attr_accessor :arn, :cloudwatch_event_role_arn, :task_definition_arn, :task_count, :task_role_arn
5
+ attr_accessor :cloudwatch_event_role_arn, :task_definition_arn, :task_count, :task_role_arn
6
6
 
7
7
  # @param [String] cluster
8
8
  # @param [String] id
@@ -19,14 +19,6 @@ module EcsDeployer
19
19
  @container_overrides = []
20
20
  end
21
21
 
22
- def cloudwatch_event_role(cloudwatch_event_role)
23
- @cloudwatch_event_role_arn = Aws::IAM::Role.new(cloudwatch_event_role, @aws_options).arn
24
- end
25
-
26
- def task_role(task_role)
27
- @task_role_arn = Aws::IAM::Role.new(task_role, @aws_options).arn
28
- end
29
-
30
22
  # @param [String] name
31
23
  # @param [Array] command
32
24
  # @param [Hash] environments
@@ -1,3 +1,3 @@
1
1
  module EcsDeployer
2
- VERSION = '2.1.10'.freeze
2
+ VERSION = '2.1.11'.freeze
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: ecs_deployer
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.1.10
4
+ version: 2.1.11
5
5
  platform: ruby
6
6
  authors:
7
7
  - naomichi-y