summaryrefslogtreecommitdiff
path: root/chef.gemspec
Commit message (Collapse)AuthorAgeFilesLines
* Allow chef-zero 5.0John Keiser2016-08-241-1/+1
|
* Stop using obsolete URI.escape; use Addressable::URI instead.John Keiser2016-08-221-0/+1
| | | | See http://stackoverflow.com/questions/2824126/whats-the-difference-between-uri-escape-and-cgi-escape#answer-13059657 for details on why.
* remove ruby 2.1 supportLamont Granquist2016-08-221-1/+1
| | | | Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
* Update dependency on mixlib-cli for two-argument procs. Noah Kantrowitz2016-08-021-1/+1
|
* Cache ChefFS childrentm/cache_fs_childrenThom May2016-07-261-1/+1
| | | | Signed-off-by: Thom May <thom@chef.io>
* Update to rspec 3.5tm/new_world_rspecThom May2016-07-201-1/+1
| | | | Signed-off-by: Thom May <thom@chef.io>
* Install nokogiri and pin mixlib-cliksubrama/nokogiriKartik Null Cating-Subramanian2016-07-151-1/+1
| | | | | See https://github.com/chef/chef-dk/pull/937 and https://github.com/chef/chef/issues/5116
* Use Mixlib::Archive to extract tarballsThom May2016-07-071-1/+2
| | | | | | | this allows us to be truely cross platform, and also to ignore unsafe paths and permissions. Signed-off-by: Thom May <thom@chef.io>
* Merge pull request #4700 from nathwill/features/systemd-unitThom May2016-05-011-0/+1
|\ | | | | add systemd_unit resource
| * add systemd_unit resource/providerNathan Williams2016-04-161-0/+1
| |
* | Revert "Run in fips mode if node is fips enabled"Thom May2016-04-271-1/+1
| |
* | run in fips mode if node is fips enabledMatt Wrock2016-04-251-1/+1
| |
* | Pin everything down with Gemfile.lock, add rake dependencies to updateJohn Keiser2016-04-181-6/+0
|/
* Merge pull request #4750 from jkerry/SFTP_Remote_File_SupportLamont Granquist2016-04-061-0/+1
|\ | | | | Sftp remote file support
| * Adding the provider and spec files for sftpJohn Kerry2016-03-231-0/+1
| |
* | ruby 2.0.0 is EOLlcg/ruby-2.0.0-deprecationLamont Granquist2016-03-241-1/+1
|/
* Subtle differences in the plist gem break tests so lock to 3.2+danielsdeleo2016-03-211-1/+1
|
* Allow any 3.x version of plistdanielsdeleo2016-03-181-1/+1
|
* Revert "Unpin github_changelog_generator"Lamont Granquist2016-03-041-1/+1
| | | | This reverts commit 57ea7d9278201d23c94397650a454281fe16fb7d.
* Unpin github_changelog_generatorJohn Keiser2016-03-041-1/+1
|
* Merge pull request #4478 from chef/lcg/rfc-060-gem-metadataLamont Granquist2016-03-031-0/+4
|\ | | | | RFC-060 gem metadata MVP
| * spellngLamont Granquist2016-02-091-1/+1
| |
| * set the floor to when bundler/inline was releasedLamont Granquist2016-02-091-2/+3
| |
| * bundler is now a runtime depLamont Granquist2016-02-091-0/+3
| |
* | release 12.8.0 changelogmw/version-bumpMatt Wrock2016-03-021-0/+1
|/
* autofixing whitespace copsLamont Granquist2016-02-051-1/+1
| | | | | | | | | | | | | | | | | | | | | | 4174 Style/SpaceInsideHashLiteralBraces 1860 Style/SpaceAroundOperators 1336 Style/SpaceInsideBlockBraces 1292 Style/AlignHash 997 Style/SpaceAfterComma 860 Style/SpaceAroundEqualsInParameterDefault 310 Style/EmptyLines 294 Style/IndentationConsistency 267 Style/TrailingWhitespace 238 Style/ExtraSpacing 212 Style/SpaceBeforeBlockBraces 166 Style/MultilineOperationIndentation 144 Style/TrailingBlankLines 120 Style/EmptyLineBetweenDefs 101 Style/IndentationWidth 82 Style/SpaceAroundBlockParameters 40 Style/EmptyLinesAroundMethodBody 29 Style/EmptyLinesAroundAccessModifier 1 Style/RescueEnsureAlignment
* Remove obsolete reference to chef-13. Add VERSION to gemspec.ksubrama/ciKartik Null Cating-Subramanian2016-02-041-1/+1
|
* add pry, pry-byebug, pry-remote to omnibus-chefLamont Granquist2016-02-021-1/+0
| | | | | removes pry as a dep of chef directly because it was never a dep of chef.
* Bump cheffish dep to 2.0jk/cheffish-2John Keiser2016-02-021-1/+1
|
* Don't pin chef-zero to a minor version, pin to majorJohn Keiser2016-02-011-1/+1
|
* Allow all Chef Zero 4.x after 4.4fix-chef-zero-constraintsdanielsdeleo2016-01-291-1/+1
| | | | | | | | | We require 4.4+ to support policyfile APIs with ChefFS and local mode, but we don't want to be pessimistic about minor versions, only major. It looks like the minor version pessimism was accidentally introduced here: https://github.com/chef/chef/commit/6e4d70826d8ee6977348bd071d0ce543686b89f6
* Make sure acceptance tests for chef can run in Jenkins.sersut/ec2-acceptanceSerdar Sutay2016-01-271-1/+1
|
* Merge pull request #4287 from chef/jdm/1.3-fipsJay Mundrawala2016-01-261-1/+1
|\ | | | | Default Chef with FIPS OpenSSL to use sign v1.3
| * Use mixlib-auth to version 1.4Kartik Null Cating-Subramanian2016-01-251-1/+1
| |
* | use require_paths and not path so bundler grabs all paths from a git referencemwrock/appveyorMatt Wrock2016-01-251-1/+1
|/
* Autofixing Style/PercentLiteralDelimeterslcg/percentliteraldelimetersLamont Granquist2016-01-181-4/+4
| | | | | | See chef/chefstyle#11 for analysis and discussion. We select '{}' since audit of our source code shows that is the most common, and that used to be the dominant learning paradigm (e.g. in ruby 1.9 pickaxe book.
* Merge pull request #4406 from chef/tball/netsshTyler Ball2016-01-141-1/+1
|\ | | | | Updating to the latest release of net-ssh to consume https://github.com/net-ssh/net-ssh/pull/280
| * Updating to the latest release of net-ssh to consume ↵tball/netsshtyler-ball2016-01-141-1/+1
| | | | | | | | https://github.com/net-ssh/net-ssh/pull/280
* | Use double quotes by defaultThom May2016-01-141-4/+4
| | | | | | | | | | | | | | This is an entirely mechanically generated (chefstyle -a) change, to go along with chef/chefstyle#5 . We should pick something and use it consistently, and my opinion is that double quotes are the appropriate thing.
* | Restore backcompat include for external libraries that reference root ↵John Keiser2016-01-131-2/+2
|/ | | | directories directly
* Added profile provider for OS XNate Walck2015-12-171-0/+1
| | | | Fixed resource to use let
* Make sure we're using chef-zero 4.4.0 which has policyfile route support.Chris Doherty2015-12-151-1/+1
|
* Adding proxifier dependency and leveraging its ability to make TCPSocket.new ↵tyler-ball2015-12-091-0/+2
| | | | respect ENV['http_proxy']
* Restore rspec 3.4 by setting project_source_dirsjk/rspec-3.4John Keiser2015-11-171-1/+1
| | | | to be the cookbooks (see http://rspec.info/blog/2015/11/rspec-3-4-has-been-released/, Better Failure Source Detection, for more info)
* rspec 3.4.0 broke masterlcg/pin-rspecLamont Granquist2015-11-161-1/+1
| | | | pinning to 3.3.x as a temp fix
* Add gemspec files to allow bundler to run from the gemKartik Null Cating-Subramanian2015-10-091-1/+1
|
* Ship our Gemfile so people can run our tests from the gemjk/external-testsJohn Keiser2015-09-301-1/+1
|
* Use same mixlib-shellout version pin in chef, ohai, and chef-configJay Mundrawala2015-08-311-1/+1
|
* highline is used by core Chef; therefore remove this misleading commentJulian C. Dunn2015-08-081-1/+0
|
* Use 8.6 alpha gem of ohaiClaire McQuin2015-08-071-1/+1
|