forkcms_deploy 4.4.3 → 4.5.0

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
- SHA1:
3
- metadata.gz: 4249221c9e0cd6faade54f7f22c79e38232893b7
4
- data.tar.gz: 9db69826319aa6cb498bac3e183e452533013969
2
+ SHA256:
3
+ metadata.gz: 9eeb9a444c5745c4deaa2130048a1ecd79701ecfbef6b597425159c2ee93e78d
4
+ data.tar.gz: b736c8d7efcbe532a5ddb4f71ecc189ca82eb0ff3d0d1345bcbf1590598d6ed7
5
5
  SHA512:
6
- metadata.gz: 64e89f440a0b553cd2298704f04b2ef328900dac3b2337fc5ecade8a0d4315c1f33d90189992c337078d8941469b24659038d9a51b85ca836c8dec2fc3f61d8c
7
- data.tar.gz: 5f0b4c91f0e50e7ea1f8983a54bf410a18be6e770556b0c4e9b696d116809ba5db1eaa27e3789433f7beb776e843efe1ae2d936a56e622ed319af8218578b9df
6
+ metadata.gz: e666baf40fb659f738753c0363d0eab19ba1c7763576728dbfda4bebe4ae42eaa335213f56336b8cdc3fb6b7be887584adf157e90d45f25b1088b0b86e1766ea
7
+ data.tar.gz: c70ba3ea2b2c9fe100c96936197f318cee687eddcec3534c39698ccc97d0bedf134f56903a031d6e73d28748baa80e3c623f97c539e783b23c22c1a84a2148d3
data/README.md CHANGED
@@ -50,18 +50,9 @@ This recipe will deploy the ForkCMS-instance to your-app.com.
50
50
  exit 1
51
51
  end
52
52
 
53
- # Bumping the version of this gem
53
+ # Publishing a new version.
54
54
 
55
- 1. increase the version with one of the following commands
56
-
57
- ```bash
58
- rake version:bump:patch
59
- rake version:bump:minor
60
- rake version:bump:patch
61
- ```
62
-
63
- 2. release the gem
64
-
65
- ```bash
66
- rake release
67
- ```
55
+ 1. bump the version in the gemspec file
56
+ 2. commit this
57
+ 3. build the gem using `gem build forkcms_deploy.gemspec`
58
+ 4. push the gem using `gem push forkcms_deploy-xxx.gem`
@@ -1,28 +1,16 @@
1
- # Generated by jeweler
2
- # DO NOT EDIT THIS FILE DIRECTLY
3
- # Instead, edit Jeweler::Tasks in Rakefile, and run 'rake gemspec'
4
1
  # -*- encoding: utf-8 -*-
5
- # stub: forkcms_deploy 4.4.3 ruby lib
6
2
 
7
3
  Gem::Specification.new do |s|
8
- s.name = "forkcms_deploy".freeze
9
- s.version = "4.4.3"
4
+ s.name = "forkcms_deploy"
5
+ s.version = "4.5.0"
10
6
 
11
- s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version=
12
- s.require_paths = ["lib".freeze]
13
- s.authors = ["Tijs Verkoyen".freeze, "Jan De Poorter".freeze, "Sam Tubbax".freeze, "Wouter Sioen".freeze]
14
- s.date = "2016-12-28"
15
- s.description = "Deployment for ForkCMS with Capistrano".freeze
16
- s.email = "info@sumocoders.be".freeze
17
- s.extra_rdoc_files = [
18
- "README.md"
19
- ]
7
+ s.authors = ["Tijs Verkoyen", "Jan De Poorter", "Sam Tubbax", "Wouter Sioen"]
8
+ s.date = "2021-06-15"
9
+ s.description = "Deployment for ForkCMS with Capistrano"
10
+ s.summary = "Deployment for ForkCMS with Capistrano ..."
11
+ s.email = "info@sumocoders.be"
20
12
  s.files = [
21
- "Gemfile",
22
- "Gemfile.lock",
23
13
  "README.md",
24
- "Rakefile",
25
- "VERSION",
26
14
  "forkcms_deploy.gemspec",
27
15
  "lib/forkcms_deploy.rb",
28
16
  "lib/forkcms_deploy/defaults.rb",
@@ -40,24 +28,10 @@ Gem::Specification.new do |s|
40
28
  "lib/maintenance/index.html",
41
29
  "test/test_forkcms_deploy.rb"
42
30
  ]
43
- s.homepage = "https://github.com/sumocoders/forkcms_deploy".freeze
44
- s.licenses = ["MIT".freeze]
45
- s.rubygems_version = "2.6.7".freeze
46
- s.summary = "Deployment for ForkCMS with Capistrano".freeze
47
-
48
- if s.respond_to? :specification_version then
49
- s.specification_version = 4
31
+ s.homepage = "https://github.com/sumocoders/forkcms_deploy"
32
+ s.require_paths = ["lib"]
33
+ s.licenses = ["MIT"]
50
34
 
51
- if Gem::Version.new(Gem::VERSION) >= Gem::Version.new('1.2.0') then
52
- s.add_runtime_dependency(%q<jeweler>.freeze, [">= 0"])
53
- s.add_runtime_dependency(%q<capistrano>.freeze, [">= 2.0.0"])
54
- else
55
- s.add_dependency(%q<jeweler>.freeze, [">= 0"])
56
- s.add_dependency(%q<capistrano>.freeze, [">= 2.0.0"])
57
- end
58
- else
59
- s.add_dependency(%q<jeweler>.freeze, [">= 0"])
60
- s.add_dependency(%q<capistrano>.freeze, [">= 2.0.0"])
61
- end
35
+ s.add_dependency "capistrano", "~> 2.15"
62
36
  end
63
37
 
@@ -193,8 +193,8 @@ configuration.load do
193
193
  migrationFiles = capture("ls -1 #{migrationpath}").split(/\r?\n/)
194
194
 
195
195
  migrationFiles.each do |filename|
196
- run "cd #{release_path}/tools && php install_locale.php -f #{migrationpath}/#{filename} -o" if filename.index('locale.xml') != nil
197
- run "cd #{release_path} && php #{migrationpath}/#{filename}" if filename.index('update.php') != nil
196
+ run "cd #{release_path}/tools && #{php_bin} install_locale.php -f #{migrationpath}/#{filename} -o" if filename.index('locale.xml') != nil
197
+ run "cd #{release_path} && #{php_bin} #{migrationpath}/#{filename}" if filename.index('update.php') != nil
198
198
  if filename.index('update.sql') != nil
199
199
  set :mysql_update_file, "#{migrationpath}/#{filename}"
200
200
  migrations.mysql_update
metadata CHANGED
@@ -1,58 +1,39 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: forkcms_deploy
3
3
  version: !ruby/object:Gem::Version
4
- version: 4.4.3
4
+ version: 4.5.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Tijs Verkoyen
8
8
  - Jan De Poorter
9
9
  - Sam Tubbax
10
10
  - Wouter Sioen
11
- autorequire:
11
+ autorequire:
12
12
  bindir: bin
13
13
  cert_chain: []
14
- date: 2016-12-28 00:00:00.000000000 Z
14
+ date: 2021-06-15 00:00:00.000000000 Z
15
15
  dependencies:
16
- - !ruby/object:Gem::Dependency
17
- name: jeweler
18
- requirement: !ruby/object:Gem::Requirement
19
- requirements:
20
- - - ">="
21
- - !ruby/object:Gem::Version
22
- version: '0'
23
- type: :runtime
24
- prerelease: false
25
- version_requirements: !ruby/object:Gem::Requirement
26
- requirements:
27
- - - ">="
28
- - !ruby/object:Gem::Version
29
- version: '0'
30
16
  - !ruby/object:Gem::Dependency
31
17
  name: capistrano
32
18
  requirement: !ruby/object:Gem::Requirement
33
19
  requirements:
34
- - - ">="
20
+ - - "~>"
35
21
  - !ruby/object:Gem::Version
36
- version: 2.0.0
22
+ version: '2.15'
37
23
  type: :runtime
38
24
  prerelease: false
39
25
  version_requirements: !ruby/object:Gem::Requirement
40
26
  requirements:
41
- - - ">="
27
+ - - "~>"
42
28
  - !ruby/object:Gem::Version
43
- version: 2.0.0
29
+ version: '2.15'
44
30
  description: Deployment for ForkCMS with Capistrano
45
31
  email: info@sumocoders.be
46
32
  executables: []
47
33
  extensions: []
48
- extra_rdoc_files:
49
- - README.md
34
+ extra_rdoc_files: []
50
35
  files:
51
- - Gemfile
52
- - Gemfile.lock
53
36
  - README.md
54
- - Rakefile
55
- - VERSION
56
37
  - forkcms_deploy.gemspec
57
38
  - lib/forkcms_deploy.rb
58
39
  - lib/forkcms_deploy/defaults.rb
@@ -73,7 +54,7 @@ homepage: https://github.com/sumocoders/forkcms_deploy
73
54
  licenses:
74
55
  - MIT
75
56
  metadata: {}
76
- post_install_message:
57
+ post_install_message:
77
58
  rdoc_options: []
78
59
  require_paths:
79
60
  - lib
@@ -88,9 +69,8 @@ required_rubygems_version: !ruby/object:Gem::Requirement
88
69
  - !ruby/object:Gem::Version
89
70
  version: '0'
90
71
  requirements: []
91
- rubyforge_project:
92
- rubygems_version: 2.6.7
93
- signing_key:
72
+ rubygems_version: 3.1.2
73
+ signing_key:
94
74
  specification_version: 4
95
- summary: Deployment for ForkCMS with Capistrano
75
+ summary: Deployment for ForkCMS with Capistrano ...
96
76
  test_files: []
data/Gemfile DELETED
@@ -1,4 +0,0 @@
1
- # frozen_string_literal: true
2
- source "https://rubygems.org"
3
-
4
- gem "jeweler"
data/Gemfile.lock DELETED
@@ -1,61 +0,0 @@
1
- GEM
2
- remote: https://rubygems.org/
3
- specs:
4
- addressable (2.5.0)
5
- public_suffix (~> 2.0, >= 2.0.2)
6
- builder (3.2.2)
7
- descendants_tracker (0.0.4)
8
- thread_safe (~> 0.3, >= 0.3.1)
9
- faraday (0.9.2)
10
- multipart-post (>= 1.2, < 3)
11
- git (1.3.0)
12
- github_api (0.11.3)
13
- addressable (~> 2.3)
14
- descendants_tracker (~> 0.0.1)
15
- faraday (~> 0.8, < 0.10)
16
- hashie (>= 1.2)
17
- multi_json (>= 1.7.5, < 2.0)
18
- nokogiri (~> 1.6.0)
19
- oauth2
20
- hashie (3.4.6)
21
- highline (1.7.8)
22
- jeweler (2.3.0)
23
- builder
24
- bundler (>= 1.0)
25
- git (>= 1.2.5)
26
- github_api (~> 0.11.0)
27
- highline (>= 1.6.15)
28
- nokogiri (>= 1.5.10)
29
- psych (~> 2.2)
30
- rake
31
- rdoc
32
- semver
33
- jwt (1.5.6)
34
- mini_portile2 (2.1.0)
35
- multi_json (1.12.1)
36
- multi_xml (0.6.0)
37
- multipart-post (2.0.0)
38
- nokogiri (1.6.8.1)
39
- mini_portile2 (~> 2.1.0)
40
- oauth2 (1.2.0)
41
- faraday (>= 0.8, < 0.10)
42
- jwt (~> 1.0)
43
- multi_json (~> 1.3)
44
- multi_xml (~> 0.5)
45
- rack (>= 1.2, < 3)
46
- psych (2.2.2)
47
- public_suffix (2.0.4)
48
- rack (2.0.1)
49
- rake (12.0.0)
50
- rdoc (5.0.0)
51
- semver (1.0.1)
52
- thread_safe (0.3.5)
53
-
54
- PLATFORMS
55
- ruby
56
-
57
- DEPENDENCIES
58
- jeweler
59
-
60
- BUNDLED WITH
61
- 1.13.6
data/Rakefile DELETED
@@ -1,16 +0,0 @@
1
- begin
2
- require 'jeweler'
3
- Jeweler::Tasks.new do |gemspec|
4
- gemspec.name = "forkcms_deploy"
5
- gemspec.summary = "Deployment for ForkCMS with Capistrano"
6
- gemspec.description = "Deployment for ForkCMS with Capistrano"
7
- gemspec.email = "info@sumocoders.be"
8
- gemspec.homepage = "https://github.com/sumocoders/forkcms_deploy"
9
- gemspec.authors = ['Tijs Verkoyen', 'Jan De Poorter', 'Sam Tubbax', 'Wouter Sioen']
10
- gemspec.add_dependency 'capistrano', '>=2.0.0'
11
- gemspec.license = 'MIT'
12
- end
13
- Jeweler::GemcutterTasks.new
14
- rescue LoadError
15
- puts "Jeweler not available. Install it with: gem install jeweler"
16
- end
data/VERSION DELETED
@@ -1 +0,0 @@
1
- 4.4.3