forked from infochimps-labs/ironfan
-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathironfan.gemspec
31 lines (25 loc) · 1.07 KB
/
ironfan.gemspec
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
# Generated by jeweler
# DO NOT EDIT THIS FILE DIRECTLY
# Instead, edit Jeweler::Tasks in Rakefile, and run 'rake gemspec'
# -*- encoding: utf-8 -*-
Gem::Specification.new do |s|
s.name = "ironfan_serengeti"
s.version = `cat VERSION`
s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
s.authors = ["VMware Serengeti Team, Infochimps"]
s.description = "Ironfan allows you to orchestrate not just systems but clusters of machines. It includes a powerful layer on top of knife and a collection of cloud cookbooks."
s.email = "[email protected]"
s.extra_rdoc_files = [
"LICENSE.md",
"README.md",
]
s.homepage = "http://www.projectserengeti.org/"
s.licenses = ["apachev2"]
s.require_paths = ["lib"]
s.summary = "Ironfan allows you to orchestrate not just systems but clusters of machines."
s.files = `git ls-files`.split("\n")
s.test_files = `git ls-files -- {spec,tests}/*`.split("\n")
s.add_dependency(%q<chef>)
s.add_dependency(%q<formatador>)
s.add_dependency(%q<gorillib>)
end