aws_security_viz 0.1.4 → 0.1.5.pre.alpha.pre.83
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 +5 -1
- data/lib/version.rb +1 -1
- metadata +4 -4
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 4b1d61737c3b91efbc7f61d1e3edb994273f07c5
|
|
4
|
+
data.tar.gz: 800873de48cf9bf972ed6fb45ac0cd6a1f4608d6
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: b1c6a2014e742fa301734efce735a70fff7b25d3d653877a5adfd82b5513d34294f892580fad579ac9b8d8217ff7f267d7350c78810b7353a68272e948b6d760
|
|
7
|
+
data.tar.gz: e23b26de9dedea99204499f1077da6d68d5ebfa25885a9200ec7e96ec440bc79976f71e1b9eb971a4b991ed705fc9229580d67822003dd94d3dc6aae83a4efc7
|
data/CHANGELOG.md
CHANGED
|
@@ -3,13 +3,17 @@ All notable changes to this project will be documented in this file.
|
|
|
3
3
|
This project adheres to [Semantic Versioning](http://semver.org/).
|
|
4
4
|
|
|
5
5
|
## [Unreleased]
|
|
6
|
+
|
|
7
|
+
## [0.1.4] - 2017-02-03
|
|
6
8
|
### Added
|
|
7
9
|
- CHANGELOG.md
|
|
10
|
+
- Support for AWS_ACCESS_KEY_ID and AWS_SECRET_ACCESS_KEY
|
|
11
|
+
- Capability to view filtered view by source or target.
|
|
8
12
|
|
|
9
13
|
### Fixed
|
|
10
14
|
- Issue with vagrant up not working due to older bundler version and missing dependencies
|
|
11
15
|
|
|
12
|
-
## [0.1.3] -
|
|
16
|
+
## [0.1.3] - 2016-03-20
|
|
13
17
|
### Changed
|
|
14
18
|
- Removed ENV usage from the gem.
|
|
15
19
|
|
data/lib/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: aws_security_viz
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.1.
|
|
4
|
+
version: 0.1.5.pre.alpha.pre.83
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Anay Nayak
|
|
@@ -253,12 +253,12 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
|
253
253
|
version: 2.0.0
|
|
254
254
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
255
255
|
requirements:
|
|
256
|
-
- - "
|
|
256
|
+
- - ">"
|
|
257
257
|
- !ruby/object:Gem::Version
|
|
258
|
-
version:
|
|
258
|
+
version: 1.3.1
|
|
259
259
|
requirements: []
|
|
260
260
|
rubyforge_project:
|
|
261
|
-
rubygems_version: 2.
|
|
261
|
+
rubygems_version: 2.4.5
|
|
262
262
|
signing_key:
|
|
263
263
|
specification_version: 4
|
|
264
264
|
summary: Visualize your aws security groups
|