forkcms_deploy 4.4.1 → 4.4.2

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
  SHA1:
3
- metadata.gz: 181b11f5e6c120cd244a9e53e4f615fb4b262f9a
4
- data.tar.gz: 137eba30422e0429d71190a19f1d1afb17639fc9
3
+ metadata.gz: 8242e45506480df33c69da6c6d611891c2e75cdb
4
+ data.tar.gz: f6c1104666e44fac729422ae1fdbf0b340f80b52
5
5
  SHA512:
6
- metadata.gz: bfec6f8875178d826f45ef2e1b3c5857dee569e9c0f09989b88704f6d9c14dc87551a8ed6306578ee1ca1aedf169c0e4bd1858a0548a871bc282e39860338ff4
7
- data.tar.gz: '08430d9427495f0ebaf2676e0858ea7ceed5ae0cd8e20221e91b38bf073ed8d63824979886bd38899d5d18533180de3966767ef4eeec9bf9c6e3fb7b418e8287'
6
+ metadata.gz: 32d7ba21e158aceaaa95699f9fc4da23e3972aab639106d197b06a959365b4070f093aabf2042dadcbc7ce1949a6064e220a1768ba6182025a2827a2f20d1ff5
7
+ data.tar.gz: 36cfde4012635fc97f7d6e689b53b56cfdeed7193c7958269f84500a5b2a01fa0754ba4f772dd049983280c42cb3ea8919ba394838e98f0552239fbfbdaf3c38
data/VERSION CHANGED
@@ -1 +1 @@
1
- 4.4.1
1
+ 4.4.2
@@ -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.1 ruby lib
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.1"
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-22"
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('opache_reset')) { opcache_reset(); }\" > #{document_root}/php-opcache-reset.php"
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.1
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-22 00:00:00.000000000 Z
14
+ date: 2016-12-23 00:00:00.000000000 Z
15
15
  dependencies:
16
16
  - !ruby/object:Gem::Dependency
17
17
  name: jeweler