itamae-plugin-recipe-rbenv 0.9.4 → 0.9.5
Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 7aeeca91fc63b56326e6ee711c53a52935979a098d05777a3d256223013cc6e2
|
4
|
+
data.tar.gz: 3879e0a28626b38fda0800c4a66a57912170c2a0ce949945f69a14d151f4e1fc
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: d615f9cc026b4ff58c76c09fb1b3520f301b2ece69f4a991f93b09029afcff5120241e216ac8468bcabf33bac02d105abf7b5554d2f325be52385e4552f26e1d
|
7
|
+
data.tar.gz: 750f2fae55b3a91e0a3b3930cf6ca8a5bcac1a6177143c99e49154da7fbc54962c1887b8033cc9321e4bc8cb1baccf52f8a8ecd5b41387fc9ba1f893c204773f
|
data/CHANGELOG.md
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
# Dependencies to install x.y.z (see also: development_dependency.rb)
|
2
2
|
# https://github.com/rbenv/ruby-build/wiki#suggested-build-environment
|
3
3
|
case node[:platform]
|
4
|
-
when 'debian', 'ubuntu', 'mint'
|
4
|
+
when 'debian', 'ubuntu', 'mint', 'raspbian'
|
5
5
|
package 'build-essential'
|
6
6
|
package 'libffi-dev'
|
7
7
|
package 'libgdbm-dev'
|
@@ -14,6 +14,9 @@ when 'debian', 'ubuntu', 'mint'
|
|
14
14
|
elsif node[:platform] == 'debian' && (node[:platform_version].to_f >= 10.0 || node[:platform_version].include?("testing"))
|
15
15
|
package 'libgdbm6'
|
16
16
|
package 'libreadline-dev'
|
17
|
+
elsif node[:platform] == 'raspbian'
|
18
|
+
package 'libgdbm6'
|
19
|
+
package 'libreadline-dev'
|
17
20
|
else
|
18
21
|
package 'libgdbm3'
|
19
22
|
package 'libreadline6-dev'
|
@@ -1,7 +1,7 @@
|
|
1
1
|
# Dependencies to install x.y.z-dev (see also: dependency.rb)
|
2
2
|
# https://github.com/rbenv/ruby-build/wiki#suggested-build-environment
|
3
3
|
case node[:platform]
|
4
|
-
when 'debian', 'ubuntu', 'mint'
|
4
|
+
when 'debian', 'ubuntu', 'mint', 'raspbian'
|
5
5
|
package 'autoconf'
|
6
6
|
package 'bison'
|
7
7
|
when 'redhat', 'fedora', 'amazon' # redhad includes CentOS
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: itamae-plugin-recipe-rbenv
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.9.
|
4
|
+
version: 0.9.5
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Takashi Kokubun
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date:
|
11
|
+
date: 2023-02-08 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: itamae
|
@@ -94,7 +94,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
94
94
|
- !ruby/object:Gem::Version
|
95
95
|
version: '0'
|
96
96
|
requirements: []
|
97
|
-
rubygems_version: 3.
|
97
|
+
rubygems_version: 3.4.1
|
98
98
|
signing_key:
|
99
99
|
specification_version: 4
|
100
100
|
summary: Itamae plugin to install ruby with rbenv
|