Skip to content

Commit fc05af8

Browse files
authored
Merge pull request #102 from schubergphilis/bugfix
Bugfix: unhide `chefignore`
2 parents 5eff3c7 + c444c99 commit fc05af8

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

.chefignore renamed to chefignore

File renamed without changes.

metadata.rb

+10-1
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,13 @@
44
license "MIT"
55
description "Installs/Configures s3_file LWRP"
66
long_description IO.read(File.join(File.dirname(__FILE__), 'README.md'))
7-
version "2.9.0.pre"
7+
version "2.8.1"
8+
9+
source_url 'https://github.com/adamsb6/s3_file' if responds_to(:source_url)
10+
issues_url 'https://github.com/adamsb6/s3_file/issues' if responds_to(:issues_url)
11+
12+
chef_version '>= 12.6' if responds_to(:chef_version)
13+
14+
supports 'centos'
15+
supports 'redhat'
16+
supports 'windows'

0 commit comments

Comments
 (0)