bora 1.0.0 → 1.0.1

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: eeac87bad618c3f74331672a63389944bf7716c3
4
- data.tar.gz: 7cd0512cff09f5d9df6b342c72634af1dd452702
3
+ metadata.gz: 89c886f84ef125c1287e7da22178e0e05add41f1
4
+ data.tar.gz: 95c81333c0ce5d1889917cf93e16edf4e821e337
5
5
  SHA512:
6
- metadata.gz: 1f036d4f006abaf326104d3a637d8d1bc9cdbd3cb90bf2d24f420e4c10bb2f794d0ce135881fd1b6a155b4163844564af061ec975dd4a4c3950340e33e62c7c3
7
- data.tar.gz: 1520b679100f9ed92ba92698ce5b4d8ecdc170626068a3cf206c40c62af79327c366a513746949b60dbcb24315b8400a0c9ca055ac61baddc73164df7e248395
6
+ metadata.gz: b6141f199f67513cdfd3e6b6d4758670d9d922f2b7d54c8fc38fc0aa2706688cb4b3eddd4976eca0e81c8fc62388a23c59d4a8352ceef41810523ea231de1fe5
7
+ data.tar.gz: dd4a98f29d7d3b62167c8d5f4f0d79de642fd37574b53c725a58e1930f264cece311b4ce9fecb96327edfc2a02456169d6a6d0b3f933315b0f615f8ec32127dd
data/README.md CHANGED
@@ -54,7 +54,7 @@ require 'bora'
54
54
  Bora.new.rake_tasks
55
55
  ```
56
56
 
57
- Then run `rake stack:example-uat:apply`.
57
+ Then run `rake example-uat:apply`.
58
58
  To get a full list of available tasks run `rake -T`.
59
59
 
60
60
 
@@ -198,7 +198,7 @@ $ bora apply web-uat --params 'instance_type=t2.micro' 'ami=ami-11032472'
198
198
 
199
199
  For rake, he equivalent is:
200
200
  ```bash
201
- $ rake stack:web-uat:apply[instance_type=t2.micro,ami=ami-11032472]
201
+ $ rake web-uat:apply[instance_type=t2.micro,ami=ami-11032472]
202
202
  ```
203
203
 
204
204
 
@@ -137,7 +137,7 @@ class Bora
137
137
  end
138
138
 
139
139
  def run_cfndsl(template_file, params)
140
- temp_extras = Tempfile.new("bora")
140
+ temp_extras = Tempfile.new(["bora", ".yaml"])
141
141
  temp_extras.write(params.to_yaml)
142
142
  temp_extras.close
143
143
  template_body = CfnDsl.eval_file_with_extras(template_file, [[:yaml, temp_extras.path]]).to_json
@@ -1,3 +1,3 @@
1
1
  class Bora
2
- VERSION = "1.0.0"
2
+ VERSION = "1.0.1"
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: bora
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.0
4
+ version: 1.0.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Charles Blaxland
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2016-06-01 00:00:00.000000000 Z
11
+ date: 2016-06-03 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk