capistrano3-ubuntu-server-prepare 0.0.6 → 0.0.7

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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: f1c789c921933256f335bd73e14e0ba0229d5aab
4
- data.tar.gz: dcc41f1b06105b061235dd4756755f92b409ed9c
3
+ metadata.gz: 048bea908a74520a7b598b740920bcc670586015
4
+ data.tar.gz: a05d459d8dea307f45ee8a2f07f7155b478c8d76
5
5
  SHA512:
6
- metadata.gz: 0b5f754ca7febced2d8f1968bf4f5da45b106d0a828b9b27e8f93d9d9dcc5ab4dff88585138ff7557db553d9b72dcb1f7e0a9b1c715962b3eb70d2f75e9ba09d
7
- data.tar.gz: bab66dc88ebdc3a31a606c5dc214a31a6556adcd3221d9e0f3712fc6df9397ef0cf75a590e660568d9365037adda9006c333366a1129ef363cb755f9275b66ce
6
+ metadata.gz: 68f81a958e81437fc95c98afc6e2d16efdab89f8f8f81e11b8e3db44c674febf0507bede9aa340e4b57eb4bdc4516bcd01684502910abb9cd6ee3011a727c778
7
+ data.tar.gz: 4f0ec1d5f93c781cbd08b41239cb5f115b9fcf7cf7e0475a740835d5acaf387ba7ef0a906e280daa0f0550990ae1c65049695e16f8739379b9f2188811565c3b
@@ -4,7 +4,7 @@ $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)
4
4
 
5
5
  Gem::Specification.new do |spec|
6
6
  spec.name = "capistrano3-ubuntu-server-prepare"
7
- spec.version = "0.0.6"
7
+ spec.version = "0.0.7"
8
8
  spec.authors = ["goooseman"]
9
9
  spec.email = ["inbox@goooseman.ru"]
10
10
  spec.summary = "A task for Capistrano v3 to prepare Ubuntu 14.04 server for first deployment"
@@ -138,7 +138,7 @@ namespace :ubuntu_server_prepare do
138
138
  end
139
139
 
140
140
 
141
- execute sudo_command + 'apt-get --yes --force-yes install build-essential zlib1g-dev libpcre3 libpcre3-dev unzip checkinstall'
141
+ execute sudo_command + 'apt-get --yes --force-yes install build-essential zlib1g-dev libpcre3 libpcre3-dev unzip checkinstall libssl-dev'
142
142
  execute 'mkdir -p ~/sources/nginx'
143
143
 
144
144
  if fetch :pagespeed_install
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: capistrano3-ubuntu-server-prepare
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.6
4
+ version: 0.0.7
5
5
  platform: ruby
6
6
  authors:
7
7
  - goooseman
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2015-09-25 00:00:00.000000000 Z
11
+ date: 2015-11-19 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: highline
@@ -121,7 +121,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
121
121
  version: '0'
122
122
  requirements: []
123
123
  rubyforge_project:
124
- rubygems_version: 2.4.5
124
+ rubygems_version: 2.4.5.1
125
125
  signing_key:
126
126
  specification_version: 4
127
127
  summary: A task for Capistrano v3 to prepare Ubuntu 14.04 server for first deployment