forkcms_deploy 4.4.1 → 4.4.2
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 +4 -4
- data/VERSION +1 -1
- data/forkcms_deploy.gemspec +3 -3
- data/lib/forkcms_deploy/forkcms_3.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 8242e45506480df33c69da6c6d611891c2e75cdb
|
|
4
|
+
data.tar.gz: f6c1104666e44fac729422ae1fdbf0b340f80b52
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 32d7ba21e158aceaaa95699f9fc4da23e3972aab639106d197b06a959365b4070f093aabf2042dadcbc7ce1949a6064e220a1768ba6182025a2827a2f20d1ff5
|
|
7
|
+
data.tar.gz: 36cfde4012635fc97f7d6e689b53b56cfdeed7193c7958269f84500a5b2a01fa0754ba4f772dd049983280c42cb3ea8919ba394838e98f0552239fbfbdaf3c38
|
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
4.4.
|
|
1
|
+
4.4.2
|
data/forkcms_deploy.gemspec
CHANGED
|
@@ -2,16 +2,16 @@
|
|
|
2
2
|
# DO NOT EDIT THIS FILE DIRECTLY
|
|
3
3
|
# Instead, edit Jeweler::Tasks in Rakefile, and run 'rake gemspec'
|
|
4
4
|
# -*- encoding: utf-8 -*-
|
|
5
|
-
# stub: forkcms_deploy 4.4.
|
|
5
|
+
# stub: forkcms_deploy 4.4.2 ruby lib
|
|
6
6
|
|
|
7
7
|
Gem::Specification.new do |s|
|
|
8
8
|
s.name = "forkcms_deploy".freeze
|
|
9
|
-
s.version = "4.4.
|
|
9
|
+
s.version = "4.4.2"
|
|
10
10
|
|
|
11
11
|
s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version=
|
|
12
12
|
s.require_paths = ["lib".freeze]
|
|
13
13
|
s.authors = ["Tijs Verkoyen".freeze, "Jan De Poorter".freeze, "Sam Tubbax".freeze, "Wouter Sioen".freeze]
|
|
14
|
-
s.date = "2016-12-
|
|
14
|
+
s.date = "2016-12-23"
|
|
15
15
|
s.description = "Deployment for ForkCMS with Capistrano".freeze
|
|
16
16
|
s.email = "info@sumocoders.be".freeze
|
|
17
17
|
s.extra_rdoc_files = [
|
|
@@ -267,7 +267,7 @@ configuration.load do
|
|
|
267
267
|
run "touch #{document_root}/php-opcache-reset.php"
|
|
268
268
|
# clearstatcache(true) will clear the file stats cache and the realpath cache
|
|
269
269
|
# opache_reset will clear the opcache if this is available
|
|
270
|
-
run "echo \"<?php clearstatcache(true); if (function_exists('
|
|
270
|
+
run "echo \"<?php clearstatcache(true); if (function_exists('opcache_reset')) { opcache_reset(); }\" > #{document_root}/php-opcache-reset.php"
|
|
271
271
|
run %{ curl #{url}/php-opcache-reset.php }
|
|
272
272
|
run "rm #{document_root}/php-opcache-reset.php"
|
|
273
273
|
end
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: forkcms_deploy
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 4.4.
|
|
4
|
+
version: 4.4.2
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Tijs Verkoyen
|
|
@@ -11,7 +11,7 @@ authors:
|
|
|
11
11
|
autorequire:
|
|
12
12
|
bindir: bin
|
|
13
13
|
cert_chain: []
|
|
14
|
-
date: 2016-12-
|
|
14
|
+
date: 2016-12-23 00:00:00.000000000 Z
|
|
15
15
|
dependencies:
|
|
16
16
|
- !ruby/object:Gem::Dependency
|
|
17
17
|
name: jeweler
|