kiel 0.0 → 0.1

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.
Files changed (1) hide show
  1. metadata +25 -4
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: kiel
3
3
  version: !ruby/object:Gem::Version
4
- version: '0.0'
4
+ version: '0.1'
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -10,9 +10,30 @@ autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
12
  date: 2012-08-30 00:00:00.000000000 Z
13
- dependencies: []
14
- description: Helper to build rake task to build cloud images step by step for easier
15
- debugging and testing
13
+ dependencies:
14
+ - !ruby/object:Gem::Dependency
15
+ name:
16
+ - aws-sdk
17
+ - capistrano
18
+ requirement: !ruby/object:Gem::Requirement
19
+ none: false
20
+ requirements:
21
+ - - ! '>='
22
+ - !ruby/object:Gem::Version
23
+ version: '0'
24
+ type: :runtime
25
+ prerelease: false
26
+ version_requirements: !ruby/object:Gem::Requirement
27
+ none: false
28
+ requirements:
29
+ - - ! '>='
30
+ - !ruby/object:Gem::Version
31
+ version: '0'
32
+ description: ! "Kiel automates the process of creating rake tasks to produce Amazon
33
+ Machine Images (AMI). The basic idea behind Kiel\nis that an AMI can be best produced
34
+ by installing software step by step on a defined base and by having all that \nsteps
35
+ under source code control. On the way from a base image to the final AMI, produces
36
+ a new AMI with every step.\n"
16
37
  email: gemmaster@robitzki.de
17
38
  executables: []
18
39
  extensions: []