prima-twig 0.39.32 → 0.39.33
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 +4 -4
- data/bin/twig-feature +38 -39
- data/lib/prima_aws_client.rb +25 -43
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 6898e761cb336fb47cdf3d6666186d67976f2905
|
|
4
|
+
data.tar.gz: dba0f04fa88ed348ffe669a3ce9c25c70e131437
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: e309d106680286b8825e98e2687a1f619f17f80c2d1c5ba56027e2cd868e1bfa3459325f11ddb8d096c619dd565b9bcd26413cdc42f48532ff7f6310aba7c190
|
|
7
|
+
data.tar.gz: c6b324094f4d1e94aec5210fb5d2c1014f8530da12738b88f0e5c8660cd5e0cdbf4c0daeb4dcfe3956738580c1ffae6738180758f0a59a75f174846b561797fc
|
data/bin/twig-feature
CHANGED
|
@@ -27,7 +27,6 @@ class Release
|
|
|
27
27
|
@s3_bucket = 'prima-artifacts'
|
|
28
28
|
@artifact_path = '/tmp/prima-artifact.zip'
|
|
29
29
|
@import_db_task = 'arn:aws:ecs:eu-west-1:001575623345:task-definition/ecs-task-db-restore2-TaskDefinitionDbRestore-QL7O8B9LPNAU:1'
|
|
30
|
-
@cf_role = 'arn:aws:iam::001575623345:role/qainit-service-role-cloudformat-CloudformationRole-18KBZQIS148R9'
|
|
31
30
|
@dns_record_identifier = nil
|
|
32
31
|
@ecs_cluster_name = nil
|
|
33
32
|
@deploy_update = false
|
|
@@ -457,7 +456,7 @@ class Release
|
|
|
457
456
|
`git add projects && \
|
|
458
457
|
git add branch_names && \
|
|
459
458
|
git commit -m '#{feature_number}' && \
|
|
460
|
-
git push --set-upstream origin #{feature_number} && \
|
|
459
|
+
git push -f --set-upstream origin #{feature_number} && \
|
|
461
460
|
git checkout master`
|
|
462
461
|
end
|
|
463
462
|
|
|
@@ -743,7 +742,7 @@ class Release
|
|
|
743
742
|
}
|
|
744
743
|
]
|
|
745
744
|
|
|
746
|
-
create_stack(stack_name_route53, stack_body, parameters, tags
|
|
745
|
+
create_stack(stack_name_route53, stack_body, parameters, tags) unless stack_exists?(stack_name_route53)
|
|
747
746
|
wait_for_stack_ready(stack_name_route53) unless stack_ready?(stack_name_route53)
|
|
748
747
|
|
|
749
748
|
case project
|
|
@@ -795,9 +794,9 @@ class Release
|
|
|
795
794
|
]
|
|
796
795
|
if stack_exists?(stack_name_web)
|
|
797
796
|
cur_version = get_currently_deployed_version(stack_name_web)
|
|
798
|
-
update_stack(stack_name_web, stack_body, parameters, tags
|
|
797
|
+
update_stack(stack_name_web, stack_body, parameters, tags) unless cur_version.include?(@projects["prima"][:revision])
|
|
799
798
|
else
|
|
800
|
-
create_stack(stack_name_web, stack_body, parameters, tags
|
|
799
|
+
create_stack(stack_name_web, stack_body, parameters, tags)
|
|
801
800
|
end
|
|
802
801
|
wait_for_stack_ready(stack_name_web) unless stack_ready?(stack_name_web)
|
|
803
802
|
update_service_defaults(stack_name_web)
|
|
@@ -848,9 +847,9 @@ class Release
|
|
|
848
847
|
]
|
|
849
848
|
if stack_exists?(stack_name_crash)
|
|
850
849
|
cur_version = get_currently_deployed_version(stack_name_crash)
|
|
851
|
-
update_stack(stack_name_crash, stack_body, parameters, tags
|
|
850
|
+
update_stack(stack_name_crash, stack_body, parameters, tags) unless cur_version.include?(@projects["crash"][:revision])
|
|
852
851
|
else
|
|
853
|
-
create_stack(stack_name_crash, stack_body, parameters, tags
|
|
852
|
+
create_stack(stack_name_crash, stack_body, parameters, tags)
|
|
854
853
|
end
|
|
855
854
|
wait_for_stack_ready(stack_name_crash) unless stack_ready?(stack_name_crash)
|
|
856
855
|
update_service_defaults(stack_name_crash)
|
|
@@ -970,7 +969,7 @@ class Release
|
|
|
970
969
|
parameter_value: @ecs_cluster_name
|
|
971
970
|
}
|
|
972
971
|
]
|
|
973
|
-
create_stack(stack_name_db, stack_body, parameters, tags
|
|
972
|
+
create_stack(stack_name_db, stack_body, parameters, tags) unless stack_exists?(stack_name_db)
|
|
974
973
|
|
|
975
974
|
create_prima_artifact(@projects["prima"][:revision], @projects["prima"][:name], deploy_id) unless artifact_exists?('prima-artifacts-encrypted', "prima/#{@projects["prima"][:revision]}-#{deploy_id}.tar.gz")
|
|
976
975
|
create_crash_artifact(@projects['crash'][:revision], deploy_id) unless !deploy_crash? || artifact_exists?('prima-artifacts-encrypted', "microservices/crash/#{@projects['crash'][:revision]}-#{deploy_id}-qa.tar.gz")
|
|
@@ -1055,7 +1054,7 @@ class Release
|
|
|
1055
1054
|
}
|
|
1056
1055
|
]
|
|
1057
1056
|
|
|
1058
|
-
create_stack(stack_name_route53, stack_body, parameters, tags
|
|
1057
|
+
create_stack(stack_name_route53, stack_body, parameters, tags) unless stack_exists?(stack_name_route53)
|
|
1059
1058
|
wait_for_stack_ready(stack_name_route53) unless stack_ready?(stack_name_route53)
|
|
1060
1059
|
|
|
1061
1060
|
stack_name_urania = "ecs-task-urania-qa-#{deploy_id}"
|
|
@@ -1089,9 +1088,9 @@ class Release
|
|
|
1089
1088
|
]
|
|
1090
1089
|
if stack_exists?(stack_name_urania)
|
|
1091
1090
|
cur_version = get_currently_deployed_version(stack_name_urania)
|
|
1092
|
-
update_stack(stack_name_urania, stack_body, parameters, tags
|
|
1091
|
+
update_stack(stack_name_urania, stack_body, parameters, tags) unless cur_version.include?(@projects["urania"][:revision])
|
|
1093
1092
|
else
|
|
1094
|
-
create_stack(stack_name_urania, stack_body, parameters, tags
|
|
1093
|
+
create_stack(stack_name_urania, stack_body, parameters, tags)
|
|
1095
1094
|
end
|
|
1096
1095
|
|
|
1097
1096
|
stack_name_ermes = "ecs-task-ermes-qa-#{deploy_id}"
|
|
@@ -1125,9 +1124,9 @@ class Release
|
|
|
1125
1124
|
]
|
|
1126
1125
|
if stack_exists?(stack_name_ermes)
|
|
1127
1126
|
cur_version = get_currently_deployed_version(stack_name_ermes)
|
|
1128
|
-
update_stack(stack_name_ermes, stack_body, parameters, tags
|
|
1127
|
+
update_stack(stack_name_ermes, stack_body, parameters, tags) unless cur_version.include?(@projects["ermes"][:revision])
|
|
1129
1128
|
else
|
|
1130
|
-
create_stack(stack_name_ermes, stack_body, parameters, tags
|
|
1129
|
+
create_stack(stack_name_ermes, stack_body, parameters, tags)
|
|
1131
1130
|
end
|
|
1132
1131
|
|
|
1133
1132
|
stack_name_bburago = "ecs-task-bburago-qa-#{deploy_id}"
|
|
@@ -1161,9 +1160,9 @@ class Release
|
|
|
1161
1160
|
]
|
|
1162
1161
|
if stack_exists?(stack_name_bburago)
|
|
1163
1162
|
cur_version = get_currently_deployed_version(stack_name_bburago)
|
|
1164
|
-
update_stack(stack_name_bburago, stack_body, parameters, tags
|
|
1163
|
+
update_stack(stack_name_bburago, stack_body, parameters, tags) unless cur_version.include?(@projects["bburago"][:revision])
|
|
1165
1164
|
else
|
|
1166
|
-
create_stack(stack_name_bburago, stack_body, parameters, tags
|
|
1165
|
+
create_stack(stack_name_bburago, stack_body, parameters, tags)
|
|
1167
1166
|
end
|
|
1168
1167
|
|
|
1169
1168
|
stack_name_hal9000 = "ecs-task-hal9000-qa-#{deploy_id}"
|
|
@@ -1197,9 +1196,9 @@ class Release
|
|
|
1197
1196
|
]
|
|
1198
1197
|
if stack_exists?(stack_name_hal9000)
|
|
1199
1198
|
cur_version = get_currently_deployed_version(stack_name_hal9000)
|
|
1200
|
-
update_stack(stack_name_hal9000, stack_body, parameters, tags
|
|
1199
|
+
update_stack(stack_name_hal9000, stack_body, parameters, tags) unless cur_version.include?(@projects["hal9000"][:revision])
|
|
1201
1200
|
else
|
|
1202
|
-
create_stack(stack_name_hal9000, stack_body, parameters, tags
|
|
1201
|
+
create_stack(stack_name_hal9000, stack_body, parameters, tags)
|
|
1203
1202
|
end
|
|
1204
1203
|
|
|
1205
1204
|
stack_name_fidaty = "ecs-task-fidaty-qa-#{deploy_id}"
|
|
@@ -1233,9 +1232,9 @@ class Release
|
|
|
1233
1232
|
]
|
|
1234
1233
|
if stack_exists?(stack_name_fidaty)
|
|
1235
1234
|
cur_version = get_currently_deployed_version(stack_name_fidaty)
|
|
1236
|
-
update_stack(stack_name_fidaty, stack_body, parameters, tags
|
|
1235
|
+
update_stack(stack_name_fidaty, stack_body, parameters, tags) unless cur_version.include?(@projects["fidaty"][:revision])
|
|
1237
1236
|
else
|
|
1238
|
-
create_stack(stack_name_fidaty, stack_body, parameters, tags
|
|
1237
|
+
create_stack(stack_name_fidaty, stack_body, parameters, tags)
|
|
1239
1238
|
end
|
|
1240
1239
|
|
|
1241
1240
|
stack_name_peano = "ecs-task-peano-qa-#{deploy_id}"
|
|
@@ -1269,9 +1268,9 @@ class Release
|
|
|
1269
1268
|
]
|
|
1270
1269
|
if stack_exists?(stack_name_peano)
|
|
1271
1270
|
cur_version = get_currently_deployed_version(stack_name_peano)
|
|
1272
|
-
update_stack(stack_name_peano, stack_body, parameters, tags
|
|
1271
|
+
update_stack(stack_name_peano, stack_body, parameters, tags) unless cur_version.include?(@projects["peano"][:revision])
|
|
1273
1272
|
else
|
|
1274
|
-
create_stack(stack_name_peano, stack_body, parameters, tags
|
|
1273
|
+
create_stack(stack_name_peano, stack_body, parameters, tags)
|
|
1275
1274
|
end
|
|
1276
1275
|
|
|
1277
1276
|
stack_name_rogoreport = "ecs-task-rogoreport-qa-#{deploy_id}"
|
|
@@ -1297,9 +1296,9 @@ class Release
|
|
|
1297
1296
|
]
|
|
1298
1297
|
if stack_exists?(stack_name_rogoreport)
|
|
1299
1298
|
cur_version = get_currently_deployed_version(stack_name_rogoreport)
|
|
1300
|
-
update_stack(stack_name_rogoreport, stack_body, parameters, tags
|
|
1299
|
+
update_stack(stack_name_rogoreport, stack_body, parameters, tags) unless cur_version.include?(@projects["rogoreport"][:revision])
|
|
1301
1300
|
else
|
|
1302
|
-
create_stack(stack_name_rogoreport, stack_body, parameters, tags
|
|
1301
|
+
create_stack(stack_name_rogoreport, stack_body, parameters, tags)
|
|
1303
1302
|
end
|
|
1304
1303
|
|
|
1305
1304
|
stack_name_assange = "ecs-task-assange-qa-#{deploy_id}"
|
|
@@ -1341,9 +1340,9 @@ class Release
|
|
|
1341
1340
|
]
|
|
1342
1341
|
if stack_exists?(stack_name_assange)
|
|
1343
1342
|
cur_version = get_currently_deployed_version(stack_name_assange)
|
|
1344
|
-
update_stack(stack_name_assange, stack_body, parameters, tags
|
|
1343
|
+
update_stack(stack_name_assange, stack_body, parameters, tags) unless cur_version.include?(@projects["assange"][:revision])
|
|
1345
1344
|
else
|
|
1346
|
-
create_stack(stack_name_assange, stack_body, parameters, tags
|
|
1345
|
+
create_stack(stack_name_assange, stack_body, parameters, tags)
|
|
1347
1346
|
end
|
|
1348
1347
|
|
|
1349
1348
|
stack_name_borat = "ecs-task-borat-qa-#{deploy_id}"
|
|
@@ -1385,9 +1384,9 @@ class Release
|
|
|
1385
1384
|
]
|
|
1386
1385
|
if stack_exists?(stack_name_borat)
|
|
1387
1386
|
cur_version = get_currently_deployed_version(stack_name_borat)
|
|
1388
|
-
update_stack(stack_name_borat, stack_body, parameters, tags
|
|
1387
|
+
update_stack(stack_name_borat, stack_body, parameters, tags) unless cur_version.include?(@projects["borat"][:revision])
|
|
1389
1388
|
else
|
|
1390
|
-
create_stack(stack_name_borat, stack_body, parameters, tags
|
|
1389
|
+
create_stack(stack_name_borat, stack_body, parameters, tags)
|
|
1391
1390
|
end
|
|
1392
1391
|
|
|
1393
1392
|
git_checkout_version('backoffice', @projects["backoffice"][:revision])
|
|
@@ -1429,9 +1428,9 @@ class Release
|
|
|
1429
1428
|
]
|
|
1430
1429
|
if stack_exists?(stack_name_backoffice)
|
|
1431
1430
|
cur_version = get_currently_deployed_version(stack_name_backoffice)
|
|
1432
|
-
update_stack(stack_name_backoffice, stack_body, parameters, tags
|
|
1431
|
+
update_stack(stack_name_backoffice, stack_body, parameters, tags) unless cur_version.include?(@projects["backoffice"][:revision])
|
|
1433
1432
|
else
|
|
1434
|
-
create_stack(stack_name_backoffice, stack_body, parameters, tags
|
|
1433
|
+
create_stack(stack_name_backoffice, stack_body, parameters, tags)
|
|
1435
1434
|
end
|
|
1436
1435
|
|
|
1437
1436
|
if deploy_crash?
|
|
@@ -1474,9 +1473,9 @@ class Release
|
|
|
1474
1473
|
]
|
|
1475
1474
|
if stack_exists?(stack_name_crash)
|
|
1476
1475
|
cur_version = get_currently_deployed_version(stack_name_crash)
|
|
1477
|
-
update_stack(stack_name_crash, stack_body, parameters, tags
|
|
1476
|
+
update_stack(stack_name_crash, stack_body, parameters, tags) unless cur_version.include?(@projects["crash"][:revision])
|
|
1478
1477
|
else
|
|
1479
|
-
create_stack(stack_name_crash, stack_body, parameters, tags
|
|
1478
|
+
create_stack(stack_name_crash, stack_body, parameters, tags)
|
|
1480
1479
|
end
|
|
1481
1480
|
end
|
|
1482
1481
|
|
|
@@ -1511,9 +1510,9 @@ class Release
|
|
|
1511
1510
|
]
|
|
1512
1511
|
if stack_exists?(stack_name_activia)
|
|
1513
1512
|
cur_version = get_currently_deployed_version(stack_name_activia)
|
|
1514
|
-
update_stack(stack_name_activia, stack_body, parameters, tags
|
|
1513
|
+
update_stack(stack_name_activia, stack_body, parameters, tags) unless cur_version.include?(@projects["activia"][:revision])
|
|
1515
1514
|
else
|
|
1516
|
-
create_stack(stack_name_activia, stack_body, parameters, tags
|
|
1515
|
+
create_stack(stack_name_activia, stack_body, parameters, tags)
|
|
1517
1516
|
end
|
|
1518
1517
|
|
|
1519
1518
|
# Waiting for prima healtcheck dependencies
|
|
@@ -1570,9 +1569,9 @@ class Release
|
|
|
1570
1569
|
]
|
|
1571
1570
|
if stack_exists?(stack_name_web)
|
|
1572
1571
|
cur_version = get_currently_deployed_version(stack_name_web)
|
|
1573
|
-
update_stack(stack_name_web, stack_body, parameters, tags
|
|
1572
|
+
update_stack(stack_name_web, stack_body, parameters, tags) unless cur_version.include?(@projects["prima"][:revision])
|
|
1574
1573
|
else
|
|
1575
|
-
create_stack(stack_name_web, stack_body, parameters, tags
|
|
1574
|
+
create_stack(stack_name_web, stack_body, parameters, tags)
|
|
1576
1575
|
end
|
|
1577
1576
|
|
|
1578
1577
|
stack_name_consumer = "ecs-task-consumer-qa-#{deploy_id}"
|
|
@@ -1594,9 +1593,9 @@ class Release
|
|
|
1594
1593
|
]
|
|
1595
1594
|
if stack_exists?(stack_name_consumer)
|
|
1596
1595
|
cur_version = get_currently_deployed_version(stack_name_consumer)
|
|
1597
|
-
update_stack(stack_name_consumer, stack_body, parameters, tags
|
|
1596
|
+
update_stack(stack_name_consumer, stack_body, parameters, tags) unless cur_version.include?(@projects["prima"][:revision])
|
|
1598
1597
|
else
|
|
1599
|
-
create_stack(stack_name_consumer, stack_body, parameters, tags
|
|
1598
|
+
create_stack(stack_name_consumer, stack_body, parameters, tags)
|
|
1600
1599
|
end
|
|
1601
1600
|
|
|
1602
1601
|
wait_for_stack_ready(stack_name_web) unless stack_ready?(stack_name_web)
|
|
@@ -2604,7 +2603,7 @@ class Release
|
|
|
2604
2603
|
parameter_value: @ecs_cluster_name
|
|
2605
2604
|
}
|
|
2606
2605
|
]
|
|
2607
|
-
create_stack(stack_name, stack_body, parameters, tags
|
|
2606
|
+
create_stack(stack_name, stack_body, parameters, tags)
|
|
2608
2607
|
end
|
|
2609
2608
|
|
|
2610
2609
|
def create_cluster_stack(stack_name, tags = [])
|
|
@@ -2633,7 +2632,7 @@ class Release
|
|
|
2633
2632
|
parameter_value: hash
|
|
2634
2633
|
}
|
|
2635
2634
|
]
|
|
2636
|
-
create_stack(stack_name, stack_body, parameters
|
|
2635
|
+
create_stack(stack_name, stack_body, parameters)
|
|
2637
2636
|
end
|
|
2638
2637
|
|
|
2639
2638
|
def import_redis_crash(qa_ip_address)
|
data/lib/prima_aws_client.rb
CHANGED
|
@@ -40,22 +40,16 @@ module PrimaAwsClient
|
|
|
40
40
|
stacks
|
|
41
41
|
end
|
|
42
42
|
|
|
43
|
-
def create_stack(stack_name, stack_body, parameters = [], tags = []
|
|
44
|
-
cf_args = {
|
|
45
|
-
stack_name: stack_name,
|
|
46
|
-
template_body: stack_body,
|
|
47
|
-
parameters: parameters,
|
|
48
|
-
tags: tags,
|
|
49
|
-
capabilities: ['CAPABILITY_IAM'],
|
|
50
|
-
on_failure: 'ROLLBACK'
|
|
51
|
-
}
|
|
52
|
-
|
|
53
|
-
if role != nil then
|
|
54
|
-
cf_args.merge!(role_arn: role)
|
|
55
|
-
end
|
|
56
|
-
|
|
43
|
+
def create_stack(stack_name, stack_body, parameters = [], tags = [])
|
|
57
44
|
begin
|
|
58
|
-
cf_client.create_stack(
|
|
45
|
+
cf_client.create_stack(
|
|
46
|
+
stack_name: stack_name,
|
|
47
|
+
template_body: stack_body,
|
|
48
|
+
parameters: parameters,
|
|
49
|
+
tags: tags,
|
|
50
|
+
capabilities: ['CAPABILITY_IAM'],
|
|
51
|
+
on_failure: 'ROLLBACK'
|
|
52
|
+
)
|
|
59
53
|
rescue Aws::CloudFormation::Errors::Throttling, Aws::CloudFormation::Errors::LimitExcedeedException => e
|
|
60
54
|
output 'Throttling, retrying in 15 seconds'.red
|
|
61
55
|
sleep 15
|
|
@@ -65,21 +59,15 @@ module PrimaAwsClient
|
|
|
65
59
|
end
|
|
66
60
|
end
|
|
67
61
|
|
|
68
|
-
def update_stack(stack_name, template_body, parameters = [], tags = []
|
|
69
|
-
cf_args = {
|
|
70
|
-
stack_name: stack_name,
|
|
71
|
-
template_body: template_body,
|
|
72
|
-
parameters: parameters,
|
|
73
|
-
tags: tags,
|
|
74
|
-
capabilities: ['CAPABILITY_IAM']
|
|
75
|
-
}
|
|
76
|
-
|
|
77
|
-
if role != nil then
|
|
78
|
-
cf_args.merge!(role_arn: role)
|
|
79
|
-
end
|
|
80
|
-
|
|
62
|
+
def update_stack(stack_name, template_body, parameters = [], tags = [])
|
|
81
63
|
begin
|
|
82
|
-
cf_client.update_stack(
|
|
64
|
+
cf_client.update_stack(
|
|
65
|
+
stack_name: stack_name,
|
|
66
|
+
template_body: template_body,
|
|
67
|
+
parameters: parameters,
|
|
68
|
+
tags: tags,
|
|
69
|
+
capabilities: ['CAPABILITY_IAM']
|
|
70
|
+
)
|
|
83
71
|
rescue Aws::CloudFormation::Errors::Throttling => e
|
|
84
72
|
output 'Throttling, retrying in 15 seconds'.red
|
|
85
73
|
sleep 15
|
|
@@ -91,21 +79,15 @@ module PrimaAwsClient
|
|
|
91
79
|
end
|
|
92
80
|
end
|
|
93
81
|
|
|
94
|
-
def update_stack_url(stack_name, template_url, parameters = [], tags = []
|
|
95
|
-
cf_args = {
|
|
96
|
-
stack_name: stack_name,
|
|
97
|
-
template_url: template_url,
|
|
98
|
-
parameters: parameters,
|
|
99
|
-
tags: tags,
|
|
100
|
-
capabilities: ['CAPABILITY_IAM']
|
|
101
|
-
}
|
|
102
|
-
|
|
103
|
-
if role != nil then
|
|
104
|
-
cf_args.merge!(role_arn: role)
|
|
105
|
-
end
|
|
106
|
-
|
|
82
|
+
def update_stack_url(stack_name, template_url, parameters = [], tags = [])
|
|
107
83
|
begin
|
|
108
|
-
cf_client.update_stack(
|
|
84
|
+
cf_client.update_stack(
|
|
85
|
+
stack_name: stack_name,
|
|
86
|
+
template_url: template_url,
|
|
87
|
+
parameters: parameters,
|
|
88
|
+
tags: tags,
|
|
89
|
+
capabilities: ['CAPABILITY_IAM']
|
|
90
|
+
)
|
|
109
91
|
rescue Aws::CloudFormation::Errors::Throttling => e
|
|
110
92
|
output 'Throttling, retrying in 15 seconds'.red
|
|
111
93
|
sleep 15
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: prima-twig
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.39.
|
|
4
|
+
version: 0.39.33
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Matteo Giachino
|
|
@@ -13,7 +13,7 @@ authors:
|
|
|
13
13
|
autorequire:
|
|
14
14
|
bindir: bin
|
|
15
15
|
cert_chain: []
|
|
16
|
-
date: 2018-09-
|
|
16
|
+
date: 2018-09-24 00:00:00.000000000 Z
|
|
17
17
|
dependencies:
|
|
18
18
|
- !ruby/object:Gem::Dependency
|
|
19
19
|
name: aws-sdk
|