forked from ajgon/opsworks_ruby
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmetadata.rb
30 lines (26 loc) · 919 Bytes
/
metadata.rb
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
# frozen_string_literal: true
name 'opsworks_ruby'
maintainer 'Igor Rzegocki'
maintainer_email 'igor@rzegocki.pl'
license 'MIT'
description 'Set of chef recipes for OpsWorks based Ruby projects'
long_description File.read(File.join(File.dirname(__FILE__), 'README.md'))
version '1.21.1'
chef_version '>= 12.0' if respond_to?(:chef_version)
depends 'apt', '< 7.0'
depends 'ark', '= 4.0.0'
depends 'chef_client_updater', '~> 3.6.0' # 3.7 introduces breaking change
depends 'logrotate', '2.2.1' # 2.2.2 breaks tests for whatever reason
depends 'nginx', '< 9.0'
depends 'nodejs', '< 7.0'
depends 'ohai', '< 5.3'
depends 'ruby-ng'
depends 's3_file'
depends 'seven_zip', '~> 2.0'
depends 'sudo', '= 5.4.4'
depends 'windows', '< 5.0'
depends 'yarn'
supports 'amazon', '>= 2017.03'
supports 'ubuntu', '>= 16.04'
source_url 'https://github.com/ajgon/opsworks_ruby'
issues_url 'https://github.com/ajgon/opsworks_ruby/issues'