forkcms_deploy 1.2.0 → 1.2.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/Rakefile CHANGED
@@ -2,10 +2,10 @@ begin
2
2
  require 'jeweler'
3
3
  Jeweler::Tasks.new do |gemspec|
4
4
  gemspec.name = "forkcms_deploy"
5
- gemspec.summary = "Deployment for Fork with Capistrano"
6
- gemspec.description = "Deployment for Fork with Capistrano"
5
+ gemspec.summary = "Deployment for Fork 2.x.x with Capistrano"
6
+ gemspec.description = "Deployment for Fork 2.x.x with Capistrano"
7
7
  gemspec.email = "info@sumocoders.be"
8
- gemspec.homepage = "http://github.com/tijsverkoyen/forkcms_deploy"
8
+ gemspec.homepage = "https://github.com/sumocoders/forkcms_deploy"
9
9
  gemspec.authors = ['Tijs Verkoyen', 'Jan De Poorter']
10
10
  gemspec.add_dependency 'capistrano', '>=2.0.0'
11
11
  end
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.2.0
1
+ 1.2.1
@@ -4,14 +4,14 @@
4
4
  # -*- encoding: utf-8 -*-
5
5
 
6
6
  Gem::Specification.new do |s|
7
- s.name = %q{forkcms_deploy}
8
- s.version = "1.2.0"
7
+ s.name = "forkcms_deploy"
8
+ s.version = "1.2.1"
9
9
 
10
10
  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
11
11
  s.authors = ["Tijs Verkoyen", "Jan De Poorter"]
12
- s.date = %q{2011-10-07}
13
- s.description = %q{Deployment for Fork with Capistrano}
14
- s.email = %q{info@sumocoders.be}
12
+ s.date = "2011-11-12"
13
+ s.description = "Deployment for Fork 2.x.x with Capistrano"
14
+ s.email = "info@sumocoders.be"
15
15
  s.extra_rdoc_files = [
16
16
  "README.md"
17
17
  ]
@@ -25,16 +25,15 @@ Gem::Specification.new do |s|
25
25
  "lib/forkcms_deploy/forkcms.rb",
26
26
  "lib/forkcms_deploy/overwrites.rb"
27
27
  ]
28
- s.homepage = %q{http://github.com/tijsverkoyen/forkcms_deploy}
28
+ s.homepage = "https://github.com/sumocoders/forkcms_deploy"
29
29
  s.require_paths = ["lib"]
30
- s.rubygems_version = %q{1.3.6}
31
- s.summary = %q{Deployment for Fork with Capistrano}
30
+ s.rubygems_version = "1.8.11"
31
+ s.summary = "Deployment for Fork 2.x.x with Capistrano"
32
32
 
33
33
  if s.respond_to? :specification_version then
34
- current_version = Gem::Specification::CURRENT_SPECIFICATION_VERSION
35
34
  s.specification_version = 3
36
35
 
37
- if Gem::Version.new(Gem::RubyGemsVersion) >= Gem::Version.new('1.2.0') then
36
+ if Gem::Version.new(Gem::VERSION) >= Gem::Version.new('1.2.0') then
38
37
  s.add_runtime_dependency(%q<capistrano>, [">= 2.0.0"])
39
38
  else
40
39
  s.add_dependency(%q<capistrano>, [">= 2.0.0"])
@@ -79,8 +79,8 @@ configuration.load do
79
79
 
80
80
  unless documentRootExists == 'no'
81
81
  warn "Warning: Document root (#{document_root}) already exists"
82
- warn "to link it to the Fork deploy issue the following command:"
83
- warn " ln -sf #{current_path}/default_www #{document_root}"
82
+ warn 'to link it to the Fork deploy issue the following command:'
83
+ warn ' ln -sf #{current_path}/default_www #{document_root}'
84
84
  end
85
85
  end
86
86
 
@@ -101,4 +101,4 @@ configuration.load do
101
101
  end
102
102
  end
103
103
  end
104
- end
104
+ end
metadata CHANGED
@@ -1,12 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: forkcms_deploy
3
3
  version: !ruby/object:Gem::Version
4
- prerelease: false
4
+ hash: 29
5
+ prerelease:
5
6
  segments:
6
7
  - 1
7
8
  - 2
8
- - 0
9
- version: 1.2.0
9
+ - 1
10
+ version: 1.2.1
10
11
  platform: ruby
11
12
  authors:
12
13
  - Tijs Verkoyen
@@ -15,16 +16,17 @@ autorequire:
15
16
  bindir: bin
16
17
  cert_chain: []
17
18
 
18
- date: 2011-10-07 00:00:00 +02:00
19
- default_executable:
19
+ date: 2011-11-12 00:00:00 Z
20
20
  dependencies:
21
21
  - !ruby/object:Gem::Dependency
22
22
  name: capistrano
23
23
  prerelease: false
24
24
  requirement: &id001 !ruby/object:Gem::Requirement
25
+ none: false
25
26
  requirements:
26
27
  - - ">="
27
28
  - !ruby/object:Gem::Version
29
+ hash: 15
28
30
  segments:
29
31
  - 2
30
32
  - 0
@@ -32,7 +34,7 @@ dependencies:
32
34
  version: 2.0.0
33
35
  type: :runtime
34
36
  version_requirements: *id001
35
- description: Deployment for Fork with Capistrano
37
+ description: Deployment for Fork 2.x.x with Capistrano
36
38
  email: info@sumocoders.be
37
39
  executables: []
38
40
 
@@ -49,8 +51,7 @@ files:
49
51
  - lib/forkcms_deploy/defaults.rb
50
52
  - lib/forkcms_deploy/forkcms.rb
51
53
  - lib/forkcms_deploy/overwrites.rb
52
- has_rdoc: true
53
- homepage: http://github.com/tijsverkoyen/forkcms_deploy
54
+ homepage: https://github.com/sumocoders/forkcms_deploy
54
55
  licenses: []
55
56
 
56
57
  post_install_message:
@@ -59,25 +60,29 @@ rdoc_options: []
59
60
  require_paths:
60
61
  - lib
61
62
  required_ruby_version: !ruby/object:Gem::Requirement
63
+ none: false
62
64
  requirements:
63
65
  - - ">="
64
66
  - !ruby/object:Gem::Version
67
+ hash: 3
65
68
  segments:
66
69
  - 0
67
70
  version: "0"
68
71
  required_rubygems_version: !ruby/object:Gem::Requirement
72
+ none: false
69
73
  requirements:
70
74
  - - ">="
71
75
  - !ruby/object:Gem::Version
76
+ hash: 3
72
77
  segments:
73
78
  - 0
74
79
  version: "0"
75
80
  requirements: []
76
81
 
77
82
  rubyforge_project:
78
- rubygems_version: 1.3.6
83
+ rubygems_version: 1.8.11
79
84
  signing_key:
80
85
  specification_version: 3
81
- summary: Deployment for Fork with Capistrano
86
+ summary: Deployment for Fork 2.x.x with Capistrano
82
87
  test_files: []
83
88