This repository has been archived by the owner on Oct 31, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Daniel Baker
committed
Dec 21, 2017
1 parent
27a328f
commit 604d93a
Showing
2 changed files
with
39 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,38 @@ | ||
PATH | ||
remote: . | ||
specs: | ||
tfmodtest (0.0.1.rc1) | ||
TerraformDevKit (~> 0.2) | ||
|
||
GEM | ||
remote: https://rubygems.org/ | ||
specs: | ||
TerraformDevKit (0.2.4) | ||
aws-sdk (~> 2.9) | ||
mustache (~> 1.0) | ||
rainbow (~> 3.0) | ||
rubyzip (~> 1.2) | ||
aws-sdk (2.10.106) | ||
aws-sdk-resources (= 2.10.106) | ||
aws-sdk-core (2.10.106) | ||
aws-sigv4 (~> 1.0) | ||
jmespath (~> 1.0) | ||
aws-sdk-resources (2.10.106) | ||
aws-sdk-core (= 2.10.106) | ||
aws-sigv4 (1.0.2) | ||
jmespath (1.3.1) | ||
mustache (1.0.5) | ||
rainbow (3.0.0) | ||
rake (10.5.0) | ||
rubyzip (1.2.1) | ||
|
||
PLATFORMS | ||
x64-mingw32 | ||
|
||
DEPENDENCIES | ||
bundler (~> 1.14) | ||
rake (~> 10.0) | ||
tfmodtest! | ||
|
||
BUNDLED WITH | ||
1.14.6 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
module TFModTest | ||
VERSION = '0.0.1.rc1'.freeze | ||
VERSION = '0.0.1.rc2'.freeze | ||
end |