forked from infochimps-labs/ironfan
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathironfan.gemspec
153 lines (148 loc) · 5.6 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
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
# 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"
s.version = "3.1.4"
s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
s.authors = ["Infochimps"]
s.date = "2012-02-24"
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.files = [
".gitignore",
".rspec",
".yardopts",
"CHANGELOG.md",
"Gemfile",
"Guardfile",
"LICENSE.md",
"README.md",
"Rakefile",
"TODO.md",
"VERSION",
"chefignore",
"config/client.rb",
"config/proxy.pac",
"config/ubuntu10.04-ironfan.erb",
"config/ubuntu11.10-ironfan.erb",
"ironfan.gemspec",
"lib/chef/knife/bootstrap/ubuntu10.04-ironfan.erb",
"lib/chef/knife/bootstrap/ubuntu11.10-ironfan.erb",
"lib/chef/knife/cluster_bootstrap.rb",
"lib/chef/knife/cluster_kick.rb",
"lib/chef/knife/cluster_kill.rb",
"lib/chef/knife/cluster_launch.rb",
"lib/chef/knife/cluster_list.rb",
"lib/chef/knife/cluster_proxy.rb",
"lib/chef/knife/cluster_show.rb",
"lib/chef/knife/cluster_ssh.rb",
"lib/chef/knife/cluster_start.rb",
"lib/chef/knife/cluster_stop.rb",
"lib/chef/knife/cluster_sync.rb",
"lib/chef/knife/cluster_vagrant.rb",
"lib/chef/knife/ironfan_knife_common.rb",
"lib/chef/knife/ironfan_script.rb",
"lib/chef/knife/vagrant/ironfan_environment.rb",
"lib/chef/knife/vagrant/ironfan_provisioners.rb",
"lib/chef/knife/vagrant/skeleton_vagrantfile.rb",
"lib/ironfan.rb",
"lib/ironfan/chef_layer.rb",
"lib/ironfan/cloud.rb",
"lib/ironfan/cluster.rb",
"lib/ironfan/compute.rb",
"lib/ironfan/deprecated.rb",
"lib/ironfan/discovery.rb",
"lib/ironfan/dsl_object.rb",
"lib/ironfan/facet.rb",
"lib/ironfan/fog_layer.rb",
"lib/ironfan/private_key.rb",
"lib/ironfan/role_implications.rb",
"lib/ironfan/security_group.rb",
"lib/ironfan/server.rb",
"lib/ironfan/server_slice.rb",
"lib/ironfan/volume.rb",
"notes/Home.md",
"notes/INSTALL-cloud_setup.md",
"notes/INSTALL.md",
"notes/advanced-superpowers.md",
"notes/aws_servers.jpg",
"notes/aws_user_key.png",
"notes/cookbook-versioning.md",
"notes/core_concepts.md",
"notes/declaring_volumes.md",
"notes/design_notes-aspect_oriented_devops.md",
"notes/design_notes-ci_testing.md",
"notes/design_notes-cookbook_event_ordering.md",
"notes/design_notes-dsl_object.md",
"notes/design_notes-meta_discovery.md",
"notes/ec2-pricing_and_capacity.md",
"notes/homebase-layout.txt",
"notes/knife-cluster-commands.md",
"notes/named-cloud-objects.md",
"notes/opscode_org_key.png",
"notes/opscode_user_key.png",
"notes/philosophy.md",
"notes/rake_tasks.md",
"notes/renamed-recipes.txt",
"notes/silverware.md",
"notes/style_guide.md",
"notes/tips_and_troubleshooting.md",
"notes/walkthrough-hadoop.md",
"notes/walkthrough-web.md",
"spec/ironfan/cluster_spec.rb",
"spec/ironfan/facet_spec.rb",
"spec/ironfan/server_slice_spec.rb",
"spec/ironfan/server_spec.rb",
"spec/ironfan_spec.rb",
"spec/spec_helper.rb",
"spec/spec_helper/dummy_chef.rb",
"spec/test_config.rb",
"tasks/chef_config.rake"
]
s.homepage = "http://infochimps.com/labs"
s.licenses = ["apachev2"]
s.require_paths = ["lib"]
s.rubygems_version = "1.8.15"
s.summary = "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.test_files = ["spec/ironfan/cluster_spec.rb", "spec/ironfan/facet_spec.rb", "spec/ironfan/server_slice_spec.rb", "spec/ironfan/server_spec.rb", "spec/ironfan_spec.rb", "spec/spec_helper/dummy_chef.rb", "spec/spec_helper.rb", "spec/test_config.rb"]
if s.respond_to? :specification_version then
s.specification_version = 3
if Gem::Version.new(Gem::VERSION) >= Gem::Version.new('1.2.0') then
s.add_runtime_dependency(%q<chef>, ["~> 0.10.4"])
s.add_runtime_dependency(%q<fog>, ["~> 1.1.1"])
s.add_runtime_dependency(%q<formatador>, ["~> 0.2.1"])
s.add_runtime_dependency(%q<gorillib>, ["~> 0.1.7"])
s.add_development_dependency(%q<bundler>, ["~> 1"])
s.add_development_dependency(%q<jeweler>, ["~> 1.6"])
s.add_development_dependency(%q<rspec>, ["~> 2.5"])
s.add_development_dependency(%q<yard>, ["~> 0.6"])
s.add_development_dependency(%q<redcarpet>, ["~> 2"])
else
s.add_dependency(%q<chef>, ["~> 0.10.4"])
s.add_dependency(%q<fog>, ["~> 1.1.1"])
s.add_dependency(%q<formatador>, ["~> 0.2.1"])
s.add_dependency(%q<gorillib>, ["~> 0.1.7"])
s.add_dependency(%q<bundler>, ["~> 1"])
s.add_dependency(%q<jeweler>, ["~> 1.6"])
s.add_dependency(%q<rspec>, ["~> 2.5"])
s.add_dependency(%q<yard>, ["~> 0.6"])
s.add_dependency(%q<redcarpet>, ["~> 2"])
end
else
s.add_dependency(%q<chef>, ["~> 0.10.4"])
s.add_dependency(%q<fog>, ["~> 1.1.1"])
s.add_dependency(%q<formatador>, ["~> 0.2.1"])
s.add_dependency(%q<gorillib>, ["~> 0.1.7"])
s.add_dependency(%q<bundler>, ["~> 1"])
s.add_dependency(%q<jeweler>, ["~> 1.6"])
s.add_dependency(%q<rspec>, ["~> 2.5"])
s.add_dependency(%q<yard>, ["~> 0.6"])
s.add_dependency(%q<redcarpet>, ["~> 2"])
end
end