summaryrefslogtreecommitdiff
path: root/chef.gemspec
diff options
context:
space:
mode:
authorTim Smith <tsmith@chef.io>2018-12-06 22:22:48 -0800
committerTim Smith <tsmith@chef.io>2019-04-15 10:27:10 -0700
commit49ca8ca5070d171b8d64d3158f93531ee0573c4b (patch)
tree3241093f3747132c967217a562f51f8d41262da5 /chef.gemspec
parentce11470525cf03df6b464112db9501d7c49fd29b (diff)
downloadchef-49ca8ca5070d171b8d64d3158f93531ee0573c4b.tar.gz
Add a new archive_file resource from the libarchive cookbook
This adds the archive_file resource from the libarchive cookbook. I've updated the property names in that cookbook to allow us to add a :create action later on. This code matches the code in the cookbook nearly 100%. Signed-off-by: Tim Smith <tsmith@chef.io>
Diffstat (limited to 'chef.gemspec')
-rw-r--r--chef.gemspec3
1 files changed, 1 insertions, 2 deletions
diff --git a/chef.gemspec b/chef.gemspec
index bb0c1f290e..f6d8e93ab7 100644
--- a/chef.gemspec
+++ b/chef.gemspec
@@ -32,9 +32,8 @@ Gem::Specification.new do |s|
s.add_dependency "highline", "~> 1.6", ">= 1.6.9"
s.add_dependency "erubis", "~> 2.7"
s.add_dependency "diff-lcs", "~> 1.2", ">= 1.2.4"
-
+ s.add_dependency "ffi-libarchive"
s.add_dependency "chef-zero", ">= 14.0.11"
-
s.add_dependency "plist", "~> 3.2"
s.add_dependency "iniparse", "~> 1.4"
s.add_dependency "addressable"