capistrano-cloudwatch 1.0.0 → 1.0.1

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: dbb18f24f722d17ddd613981a3cb9d46338d77cc3075259474119669ea196555
4
- data.tar.gz: ba524d9242ba72288819b73d248ba75f01b2d00c93b844d50751b34059ed7b3f
3
+ metadata.gz: 8023ce128993c91d9588ae3a8008ad546839ea0ea5d04dc44bbfbbf4eb6662b6
4
+ data.tar.gz: f774a6fd666ad067088f65509046b05cbd574727ad99ef1f43228db49c4da373
5
5
  SHA512:
6
- metadata.gz: 431695aaf138af703152d9db34e1c4db73f1c4e7b3f29cefffb4d76f9ee36e096c58eb0a25764404df17619349a76b4682de406681fb82e7b8d526511686d3d9
7
- data.tar.gz: a7f5365740da2518f333cf35645b599bdce29c42d709a914e4323f8e2968daf19d4619fad5292a25fd1434394ec3a14addbc3dd27cfe7eceb6301295b39bc8b1
6
+ metadata.gz: '019185c3a230e42b6950cb831402955b334d19a26dea28f779b4e5088f2e997441f3be6932ff46db4604a9a420ac427b7d26b9a001c34a59da119d789055684e'
7
+ data.tar.gz: 8c24e669e6b94740b358820eb2b15e67f78f3c6c8ec380a540a2da8e0a01aa13e4904fc9a0edc6e7a67860f5b0217fd632f748ad5e21e5ac7a74ead168f6735e
data/README.md CHANGED
@@ -41,6 +41,10 @@ The metrics have two dimensions:
41
41
  * environment
42
42
  * project (if set)
43
43
 
44
- ### Copyright
44
+ ### Notes
45
+
46
+ Ensure you have AWS credentials set in your environment and that your user has permissiont publish Cloudwatch metrics.
47
+
48
+ ## Copyright
45
49
 
46
50
  Copyright (c) 2022 OLIO Exchange Ltd. See LICENSE.txt for further details.
@@ -4,7 +4,7 @@ $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)
4
4
 
5
5
  Gem::Specification.new do |spec|
6
6
  spec.name = 'capistrano-cloudwatch'
7
- spec.version = '1.0.0'
7
+ spec.version = '1.0.1'
8
8
  spec.authors = ['lloydwatkin']
9
9
  spec.email = ['lloyd@evilprofessor.co.uk']
10
10
  spec.summary = %q{Publish successful deployment metric to AWS Cloudwatch}
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: capistrano-cloudwatch
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.0
4
+ version: 1.0.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - lloydwatkin