knife-orchestration 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.
- data/knife-orchestration.gemspec +14 -0
- data/lib/knife-orchestration.rb +0 -0
- data/lib/knife-orchestration/version.rb +6 -0
- metadata +64 -0
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
$LOAD_PATH.unshift File.expand_path(File.dirname(__FILE__)) + '/lib/'
|
|
2
|
+
require 'knife-orchestration/version'
|
|
3
|
+
Gem::Specification.new do |s|
|
|
4
|
+
s.name = 'knife-orchestration'
|
|
5
|
+
s.version = KnifeOrchestration::VERSION.version
|
|
6
|
+
s.summary = 'Knife tooling for cloud orchestration APIs'
|
|
7
|
+
s.author = 'Chris Roberts'
|
|
8
|
+
s.email = 'chris@hw-ops.com'
|
|
9
|
+
s.homepage = 'http://github.com/heavywater/knife-orchestration'
|
|
10
|
+
s.description = 'Knife tooling for cloud orchestration APIs'
|
|
11
|
+
s.require_path = 'lib'
|
|
12
|
+
s.add_dependency 'knife-cloudformation'
|
|
13
|
+
s.files = Dir['**/*']
|
|
14
|
+
end
|
|
File without changes
|
metadata
ADDED
|
@@ -0,0 +1,64 @@
|
|
|
1
|
+
--- !ruby/object:Gem::Specification
|
|
2
|
+
name: knife-orchestration
|
|
3
|
+
version: !ruby/object:Gem::Version
|
|
4
|
+
version: 0.0.1
|
|
5
|
+
prerelease:
|
|
6
|
+
platform: ruby
|
|
7
|
+
authors:
|
|
8
|
+
- Chris Roberts
|
|
9
|
+
autorequire:
|
|
10
|
+
bindir: bin
|
|
11
|
+
cert_chain: []
|
|
12
|
+
date: 2014-07-15 00:00:00.000000000 Z
|
|
13
|
+
dependencies:
|
|
14
|
+
- !ruby/object:Gem::Dependency
|
|
15
|
+
name: knife-cloudformation
|
|
16
|
+
requirement: !ruby/object:Gem::Requirement
|
|
17
|
+
none: false
|
|
18
|
+
requirements:
|
|
19
|
+
- - ! '>='
|
|
20
|
+
- !ruby/object:Gem::Version
|
|
21
|
+
version: '0'
|
|
22
|
+
type: :runtime
|
|
23
|
+
prerelease: false
|
|
24
|
+
version_requirements: !ruby/object:Gem::Requirement
|
|
25
|
+
none: false
|
|
26
|
+
requirements:
|
|
27
|
+
- - ! '>='
|
|
28
|
+
- !ruby/object:Gem::Version
|
|
29
|
+
version: '0'
|
|
30
|
+
description: Knife tooling for cloud orchestration APIs
|
|
31
|
+
email: chris@hw-ops.com
|
|
32
|
+
executables: []
|
|
33
|
+
extensions: []
|
|
34
|
+
extra_rdoc_files: []
|
|
35
|
+
files:
|
|
36
|
+
- lib/knife-orchestration/version.rb
|
|
37
|
+
- lib/knife-orchestration.rb
|
|
38
|
+
- knife-orchestration.gemspec
|
|
39
|
+
homepage: http://github.com/heavywater/knife-orchestration
|
|
40
|
+
licenses: []
|
|
41
|
+
post_install_message:
|
|
42
|
+
rdoc_options: []
|
|
43
|
+
require_paths:
|
|
44
|
+
- lib
|
|
45
|
+
required_ruby_version: !ruby/object:Gem::Requirement
|
|
46
|
+
none: false
|
|
47
|
+
requirements:
|
|
48
|
+
- - ! '>='
|
|
49
|
+
- !ruby/object:Gem::Version
|
|
50
|
+
version: '0'
|
|
51
|
+
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
52
|
+
none: false
|
|
53
|
+
requirements:
|
|
54
|
+
- - ! '>='
|
|
55
|
+
- !ruby/object:Gem::Version
|
|
56
|
+
version: '0'
|
|
57
|
+
requirements: []
|
|
58
|
+
rubyforge_project:
|
|
59
|
+
rubygems_version: 1.8.24
|
|
60
|
+
signing_key:
|
|
61
|
+
specification_version: 3
|
|
62
|
+
summary: Knife tooling for cloud orchestration APIs
|
|
63
|
+
test_files: []
|
|
64
|
+
has_rdoc:
|