forked from isratrade/foreman_reserve
-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathforeman_reserve.gemspec
39 lines (36 loc) · 1.11 KB
/
foreman_reserve.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
# 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 = "foreman_reserve"
s.version = "0.1.8.3"
s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
s.authors = ["David Caro", "Joseph Mitchell Magen"]
s.date = "2014-03-07"
s.description = "Plugin engine for Foreman to reserve a host"
s.email = "[email protected]"
s.extra_rdoc_files = [
"LICENSE.txt",
"README.rdoc"
]
s.files = [
".document",
"LICENSE.txt",
"README.rdoc",
"Rakefile",
"VERSION",
"app/controllers/api/v2/reserves_controller.rb",
"app/models/host/host_extensions.rb",
"config/routes.rb",
"foreman_reserve.gemspec",
"lib/foreman_reserve.rb",
"lib/foreman_reserve/engine.rb",
"test/helper.rb"
]
s.homepage = "http://github.com/david-caro/foreman_reserve"
s.licenses = ["MIT"]
s.require_paths = ["lib"]
s.rubygems_version = "2.0.14"
s.summary = "Plugin engine for Foreman to reserve a host"
end