forked from Fotolia/knife-sharp
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathknife-sharp.gemspec
24 lines (23 loc) · 923 Bytes
/
knife-sharp.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
require 'date'
require File.join(File.dirname(__FILE__), "lib", "knife-sharp.rb")
Gem::Specification.new do |s|
s.name = 'knife-sharp'
s.version = KnifeSharp::VERSION
s.date = Date.today.to_s
s.summary = "Knife sharp plugin"
s.description = "Sharpen your knife"
s.authors = [ "Nicolas Szalay", "Jonathan Amiez" ]
s.email = [ "[email protected]", "[email protected]" ]
s.files = %w[
README.md
ext/sharp-config.yml
lib/knife-sharp.rb
lib/chef/knife/sharp-align.rb
lib/chef/knife/sharp-backup.rb
lib/chef/knife/sharp-history.rb
lib/chef/knife/sharp-server.rb
]
s.homepage = "https://github.com/Fotolia/knife-sharp"
s.add_dependency "chef", ">= 10.14.0"
s.add_dependency "grit", "~> 2.5.0"
end