aws-spec-generator 0.2.5 → 0.2.6
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/CHANGELOG.md +3 -2
- data/lib/aws/spec/generator/version.rb +1 -1
- data/lib/aws_spec_generator.rb +1 -1
- 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: 23a4646c527a6491f108d2a149c0df7e97a5efa8
|
|
4
|
+
data.tar.gz: 7aa677f984498b033b5d66308bb2dc8eccc251d4
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 3bb0ee8ed5d3dd61ef461a8f2dee5739d26c54f38557b9df1691808ae0255510ff3f334152416452ae7907606013fc91377853e9264f7cf5b374fd7a05a150ce
|
|
7
|
+
data.tar.gz: 913d6e5bf6c1b212926bdcc1c5ed514648fa826a6e7b98a56226cd3cffa5d48912866cf08ffa3a5cab348eb5cf221d23b11e56a0cda730c2e69b6765892b9eb9
|
data/CHANGELOG.md
CHANGED
|
@@ -26,7 +26,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
26
26
|
### Changed
|
|
27
27
|
- Exploratory debugging while trying to run in an AWS instance
|
|
28
28
|
|
|
29
|
-
## [0.2.0] 26-02-2019
|
|
29
|
+
## [0.2.0 - 0.2.6] 26-02-2019
|
|
30
30
|
- Remove stray system call in sg generate step
|
|
31
31
|
- Add clear down of output directory
|
|
32
|
-
- Fix for paths with spaces in them
|
|
32
|
+
- Fix for paths with spaces in them
|
|
33
|
+
- renamed generate_all method for consistency
|
data/lib/aws_spec_generator.rb
CHANGED
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: aws-spec-generator
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.2.
|
|
4
|
+
version: 0.2.6
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Bradley Atkins
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: exe
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2019-
|
|
11
|
+
date: 2019-03-04 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: aws_su
|