hashicorptools 0.0.6 → 0.0.7

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: e8aadfd92e4ab1f16ec711239b5329c159f120e3
4
- data.tar.gz: e0b7faf7ddcfc1a29879d4fae2ec85618e109c00
3
+ metadata.gz: d826c8e7a72e6a5229d4b7650689ea65b751319a
4
+ data.tar.gz: b28dba48ac700d728f46dda423e4342707564cc6
5
5
  SHA512:
6
- metadata.gz: 3e15c3a0b5bbdab30ca7cc9e0122c3d8727bfdcf6929a9c29f1714a26af407273c8a6af5350c7b2a8b1c0eb442b57083e7e8ef67191b795944155e6c41c0fcd8
7
- data.tar.gz: 2723ea9479d0eefa176f7283eecfa9a7989a3c5d95691ee70004e51f1bd4a18402336072505595546735e64177eba86f2d74986b0f32f6a9c55bf827bbb0c4e6
6
+ metadata.gz: de41ed4cbae046e4a308553be81156a095a70c39a243b0f5c6c554180e3922917740b4b62b0fec5adbf9207348fb727d31ccd78fcf46a052eb1eb7a4b153b35d
7
+ data.tar.gz: 937d599532610b2870238e9529fc213690ffd76497def92dcbd1da25e8b0557828cca3a6ca927723c0614cb891bb99d2222302e16e8ab170d4cd4df91ef2cd41
data/.travis.yml ADDED
@@ -0,0 +1,3 @@
1
+ language: ruby
2
+ rvm:
3
+ - "2.2.5"
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.0.6
1
+ 0.0.7
@@ -2,16 +2,16 @@
2
2
  # DO NOT EDIT THIS FILE DIRECTLY
3
3
  # Instead, edit Jeweler::Tasks in Rakefile, and run 'rake gemspec'
4
4
  # -*- encoding: utf-8 -*-
5
- # stub: hashicorptools 0.0.6 ruby lib
5
+ # stub: hashicorptools 0.0.7 ruby lib
6
6
 
7
7
  Gem::Specification.new do |s|
8
8
  s.name = "hashicorptools"
9
- s.version = "0.0.6"
9
+ s.version = "0.0.7"
10
10
 
11
11
  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
12
12
  s.require_paths = ["lib"]
13
13
  s.authors = ["Nathan Woodhull"]
14
- s.date = "2016-08-19"
14
+ s.date = "2016-08-22"
15
15
  s.description = "Wrappers for terraform and packer"
16
16
  s.email = "systems@controlshiftlabs.com"
17
17
  s.executables = ["ec2_host"]
@@ -20,6 +20,7 @@ Gem::Specification.new do |s|
20
20
  "README.md"
21
21
  ]
22
22
  s.files = [
23
+ ".travis.yml",
23
24
  "Gemfile",
24
25
  "Gemfile.lock",
25
26
  "LICENSE",
@@ -1,6 +1,6 @@
1
1
  module Hashicorptools
2
2
  class Terraform < Thor
3
- TERRAFORM_VERSION = '0.6.16'
3
+ TERRAFORM_VERSION = '0.7'
4
4
 
5
5
  include Ec2Utilities
6
6
  include Variables
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: hashicorptools
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.6
4
+ version: 0.0.7
5
5
  platform: ruby
6
6
  authors:
7
7
  - Nathan Woodhull
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2016-08-19 00:00:00.000000000 Z
11
+ date: 2016-08-22 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk
@@ -201,6 +201,7 @@ extra_rdoc_files:
201
201
  - LICENSE
202
202
  - README.md
203
203
  files:
204
+ - ".travis.yml"
204
205
  - Gemfile
205
206
  - Gemfile.lock
206
207
  - LICENSE