vrt-ec2-tags 0.1.1 → 0.2.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/.rubocop.yml +2 -1
- data/README.md +7 -3
- data/changelog.md +13 -0
- data/lib/vrt/ec2/tags.rb +1 -1
- data/lib/vrt/ec2/tags/version.rb +1 -1
- metadata +4 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 53c08bd68e5a4bf6a7bddbc1dbe5a5e58b58c781e5a5c1d2e709bfc2c978b0b1
|
4
|
+
data.tar.gz: 9383c87fa06f1c70d142b47effbaba2c14a03938dc35850d837f5d40c5302d68
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 9597a20e3d94c727951d7f26faca4f532cac0db74bd82b6c9a206b8e43b76b1ec6ca704becb230e2312abdda269198fdb15f8cb953dd175389817c62b58265ad
|
7
|
+
data.tar.gz: 4bf0983bfcbf392b59217f7f892036c2e44015325f7b15047282d61ad62830c2def9438671ccb00d263491b1fae3f8b638da811a6b791b2b41b7b254fa4e530f
|
data/.rubocop.yml
CHANGED
data/README.md
CHANGED
@@ -14,11 +14,15 @@ gem 'vrt-ec2-tags'
|
|
14
14
|
|
15
15
|
And then execute:
|
16
16
|
|
17
|
-
|
17
|
+
```sh
|
18
|
+
bundle
|
19
|
+
```
|
18
20
|
|
19
21
|
Or install it yourself as:
|
20
22
|
|
21
|
-
|
23
|
+
```sh
|
24
|
+
gem install vrt-ec2-tags
|
25
|
+
```
|
22
26
|
|
23
27
|
## Usage
|
24
28
|
|
@@ -32,4 +36,4 @@ To install this gem onto your local machine, run `bundle exec rake install`. To
|
|
32
36
|
|
33
37
|
## Contributing
|
34
38
|
|
35
|
-
Bug reports and pull requests are welcome on GitHub at https://github.com/
|
39
|
+
Bug reports and pull requests are welcome on GitHub at <https://github.com/vrtdev/vrt-ec2-tags>.
|
data/changelog.md
ADDED
data/lib/vrt/ec2/tags.rb
CHANGED
data/lib/vrt/ec2/tags/version.rb
CHANGED
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: vrt-ec2-tags
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
4
|
+
version: 0.2.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Stefan - Zipkid - Goethals
|
8
8
|
autorequire:
|
9
9
|
bindir: exe
|
10
10
|
cert_chain: []
|
11
|
-
date: 2020-
|
11
|
+
date: 2020-08-18 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: awesome_print
|
@@ -96,6 +96,7 @@ files:
|
|
96
96
|
- Rakefile
|
97
97
|
- bin/console
|
98
98
|
- bin/setup
|
99
|
+
- changelog.md
|
99
100
|
- exe/vrt-ec2-tags
|
100
101
|
- lib/vrt/ec2/tags.rb
|
101
102
|
- lib/vrt/ec2/tags/version.rb
|
@@ -119,7 +120,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
119
120
|
- !ruby/object:Gem::Version
|
120
121
|
version: '0'
|
121
122
|
requirements: []
|
122
|
-
rubygems_version: 3.0.
|
123
|
+
rubygems_version: 3.0.3
|
123
124
|
signing_key:
|
124
125
|
specification_version: 4
|
125
126
|
summary: Fetch EC2 tags for the requesting host only via Lambda
|