capistrano-pyenv 1.0.5 → 1.0.5.1
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/lib/capistrano-pyenv.rb +2 -2
- data/lib/capistrano-pyenv/version.rb +1 -1
- metadata +2 -2
data/lib/capistrano-pyenv.rb
CHANGED
@@ -255,9 +255,9 @@ module Capistrano
|
|
255
255
|
_cset(:pyenv_python_dependencies) {
|
256
256
|
case pyenv_platform.to_sym
|
257
257
|
when :debian, :ubuntu
|
258
|
-
%w(git-core build-essential libreadline6-dev zlib1g-dev libssl-dev libbz2-dev)
|
258
|
+
%w(git-core build-essential libreadline6-dev zlib1g-dev libssl-dev libbz2-dev libsqlite3-dev)
|
259
259
|
when :redhat, :fedora, :centos, :amazon, :amazonami
|
260
|
-
%w(git-core autoconf gcc-c++ glibc-devel patch readline readline-devel zlib zlib-devel openssl openssl-devel bzip2 bzip2-devel)
|
260
|
+
%w(git-core autoconf gcc-c++ glibc-devel patch readline readline-devel zlib zlib-devel openssl openssl-devel bzip2 bzip2-devel sqlite sqlite-devel)
|
261
261
|
else
|
262
262
|
[]
|
263
263
|
end
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: capistrano-pyenv
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.0.5
|
4
|
+
version: 1.0.5.1
|
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-05-
|
12
|
+
date: 2013-05-22 00:00:00.000000000 Z
|
13
13
|
dependencies:
|
14
14
|
- !ruby/object:Gem::Dependency
|
15
15
|
name: capistrano
|