osiris 1.0.19.0 → 1.0.22.0
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 +8 -8
- data/lib/osiris/deployment.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,15 +1,15 @@
|
|
|
1
1
|
---
|
|
2
2
|
!binary "U0hBMQ==":
|
|
3
3
|
metadata.gz: !binary |-
|
|
4
|
-
|
|
4
|
+
MGQ2ZWU0NjcxYmI5ZGQyMDI0N2I0YThjOWZhNmIxODllNTYyMzI2NQ==
|
|
5
5
|
data.tar.gz: !binary |-
|
|
6
|
-
|
|
6
|
+
MjU2NmRhNzc4ODBiZWViMmM5MzMzZWM5ZWE0YTI5MmVlYzQ5YTIyYg==
|
|
7
7
|
SHA512:
|
|
8
8
|
metadata.gz: !binary |-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
9
|
+
NGI0YzJkN2RlNzFmZDcyNmQ4YzBmMzEwMmY3ZDBkZTg3YzJmNjZlODJkZjEx
|
|
10
|
+
YjBmYTUyMjc4N2U2NDMzOTBmYzdlZTU1OGZmZjcyNTFiYjE3Y2UzNWExNmQ4
|
|
11
|
+
NjE0OGI3YTlhNGU2NzUxYTdhYmUzMjJjMjI5NTA2NTA3YzZmNjk=
|
|
12
12
|
data.tar.gz: !binary |-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
13
|
+
Y2MzYzQzYTk4NjU4NGYxYWY4NmYwMzUxMTkyNTAzNzQ5MTQ3YTVkMGIyOWJi
|
|
14
|
+
MjVlMDRjODlkNzhlNzFkNzcxYTgzM2I1MmY2YzJkNTczMjVlZjEzOWVjNDZm
|
|
15
|
+
YTE0YTEwOWY4NDYxMGM1OTM3MDM2ZDI3ZTlmY2RlMTkyZTY2OTA=
|
data/lib/osiris/deployment.rb
CHANGED
|
@@ -41,7 +41,7 @@ module Osiris
|
|
|
41
41
|
description: description || "Deployed with Osiris, for more information see: https://github.com/wparad/Osiris",
|
|
42
42
|
ignore_application_stop_failures: false
|
|
43
43
|
})
|
|
44
|
-
rescue Aws::CodeDeploy::Errors::ServiceError
|
|
44
|
+
rescue Aws::CodeDeploy::Errors::ServiceError => exception
|
|
45
45
|
puts "Failed to deploy resource: #{exception}"
|
|
46
46
|
rescue Exception => exception
|
|
47
47
|
puts "Failed to connect to AWS: #{exception}"
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: osiris
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.0.
|
|
4
|
+
version: 1.0.22.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Warren Parad
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date:
|
|
11
|
+
date: 2016-01-20 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: bundler
|