capistrano-rbenv 1.0.4 → 1.0.5

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
data/CHANGES.md CHANGED
@@ -27,4 +27,8 @@ v1.0.3 (Yamashita, Yuu)
27
27
 
28
28
  v1.0.4 (Yamashita, Yuu)
29
29
 
30
- * Fixed support for Amazon Linux. Thanks @tk0miya.
30
+ * Fixed support for Amazon Linux. Thanks [@tk0miya](https://github.com/tk0miya).
31
+
32
+ v1.0.5 (Yamashita, Yuu)
33
+
34
+ * Install OpenSSL headers on RedHat. Thanks [@tk0miya](https://github.com/tk0miya).
@@ -266,7 +266,7 @@ module Capistrano
266
266
  when :debian, :ubuntu
267
267
  %w(git-core build-essential libreadline6-dev zlib1g-dev libssl-dev bison)
268
268
  when :redhat, :fedora, :centos, :amazon, :amazonami
269
- %w(git-core autoconf gcc-c++ glibc-devel patch readline readline-devel zlib zlib-devel openssl bison)
269
+ %w(git-core autoconf gcc-c++ glibc-devel patch readline readline-devel zlib zlib-devel openssl openssl-devel bison)
270
270
  else
271
271
  []
272
272
  end
@@ -1,5 +1,5 @@
1
1
  module Capistrano
2
2
  module RbEnv
3
- VERSION = "1.0.4"
3
+ VERSION = "1.0.5"
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: capistrano-rbenv
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.4
4
+ version: 1.0.5
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2013-04-26 00:00:00.000000000 Z
12
+ date: 2013-05-09 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: capistrano