zaws 0.0.1 → 0.0.2

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- zaws (0.0.1)
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.4)
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
- [![Build Status](https://travis-ci.org/zynxhealth/zaws.svg?branch=master)](https://travis-ci.org/zynxhealth/zaws) [![Coverage Status](https://coveralls.io/repos/zynxhealth/zaws/badge.png?branch=master)](https://coveralls.io/r/zynxhealth/zaws?branch=master)
1
+ [![Build Status](https://travis-ci.org/zynxhealth/zaws.svg?branch=master)](https://travis-ci.org/zynxhealth/zaws) [![Coverage Status](https://coveralls.io/repos/zynxhealth/zaws/badge.png?branch=master)](https://coveralls.io/r/zynxhealth/zaws?branch=master) [![Gem Version](https://badge.fury.io/rb/zaws.svg)](http://badge.fury.io/rb/zaws)
2
2
  # zaws
3
3
 
4
4
  Zynx AWS Automation Tool
@@ -1,3 +1,3 @@
1
1
  module ZAWS
2
- VERSION = "0.0.1"
2
+ VERSION = "0.0.2"
3
3
  end
@@ -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 = "MIT"
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.1
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
- - MIT
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: 4377404040725906656
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: 4377404040725906656
314
+ hash: 2786108246688246020
315
315
  requirements: []
316
316
  rubyforge_project:
317
317
  rubygems_version: 1.8.24