zaws 0.0.1 → 0.0.2
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.
- data/Gemfile.lock +2 -2
- data/README.md +1 -1
- data/lib/zaws/version.rb +1 -1
- data/zaws.gemspec +1 -1
- metadata +4 -4
data/Gemfile.lock
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
PATH
|
2
2
|
remote: .
|
3
3
|
specs:
|
4
|
-
zaws (0.0.
|
4
|
+
zaws (0.0.2)
|
5
5
|
json (~> 1.5.0)
|
6
6
|
mixlib-shellout (~> 1.1.0)
|
7
7
|
netaddr (~> 1.5.0)
|
@@ -37,7 +37,7 @@ GEM
|
|
37
37
|
ffi (1.9.3)
|
38
38
|
gherkin (2.12.2)
|
39
39
|
multi_json (~> 1.3)
|
40
|
-
json (1.5.
|
40
|
+
json (1.5.5)
|
41
41
|
mime-types (2.3)
|
42
42
|
mixlib-shellout (1.1.0)
|
43
43
|
multi_json (1.7.9)
|
data/README.md
CHANGED
@@ -1,4 +1,4 @@
|
|
1
|
-
[](https://travis-ci.org/zynxhealth/zaws) [](https://coveralls.io/r/zynxhealth/zaws?branch=master)
|
1
|
+
[](https://travis-ci.org/zynxhealth/zaws) [](https://coveralls.io/r/zynxhealth/zaws?branch=master) [](http://badge.fury.io/rb/zaws)
|
2
2
|
# zaws
|
3
3
|
|
4
4
|
Zynx AWS Automation Tool
|
data/lib/zaws/version.rb
CHANGED
data/zaws.gemspec
CHANGED
@@ -11,7 +11,7 @@ Gem::Specification.new do |spec|
|
|
11
11
|
spec.description = %q{the zaws gem provides command line tools for interfacing with AWS through the AWS CLI. It is required that the AWS CLI be installed on the system that this gem is used on. This gem expects the AWS credentials to be located in a location that the AWS CLI can access them, whether it be environment variables or config file.}
|
12
12
|
spec.summary = %q{Zynx AWS Automation Tool}
|
13
13
|
spec.homepage = ""
|
14
|
-
spec.license = "
|
14
|
+
spec.license = "Apache v2.0"
|
15
15
|
|
16
16
|
spec.files = `git ls-files`.split($/)
|
17
17
|
spec.executables = spec.files.grep(%r{^bin/}) { |f| File.basename(f) }
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: zaws
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.0.
|
4
|
+
version: 0.0.2
|
5
5
|
prerelease:
|
6
6
|
platform: ruby
|
7
7
|
authors:
|
@@ -289,7 +289,7 @@ files:
|
|
289
289
|
- zaws.gemspec
|
290
290
|
homepage: ''
|
291
291
|
licenses:
|
292
|
-
-
|
292
|
+
- Apache v2.0
|
293
293
|
post_install_message:
|
294
294
|
rdoc_options: []
|
295
295
|
require_paths:
|
@@ -302,7 +302,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
302
302
|
version: '0'
|
303
303
|
segments:
|
304
304
|
- 0
|
305
|
-
hash:
|
305
|
+
hash: 2786108246688246020
|
306
306
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
307
307
|
none: false
|
308
308
|
requirements:
|
@@ -311,7 +311,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
311
311
|
version: '0'
|
312
312
|
segments:
|
313
313
|
- 0
|
314
|
-
hash:
|
314
|
+
hash: 2786108246688246020
|
315
315
|
requirements: []
|
316
316
|
rubyforge_project:
|
317
317
|
rubygems_version: 1.8.24
|