forkcms_deploy 1.0.0 → 1.1.0
Sign up to get free protection for your applications and to get access to all the features.
- data/Rakefile +5 -5
- data/VERSION +1 -1
- metadata +9 -8
data/Rakefile
CHANGED
@@ -2,11 +2,11 @@ begin
|
|
2
2
|
require 'jeweler'
|
3
3
|
Jeweler::Tasks.new do |gemspec|
|
4
4
|
gemspec.name = "forkcms_deploy"
|
5
|
-
gemspec.summary = "
|
6
|
-
gemspec.description = "
|
7
|
-
gemspec.email = "
|
8
|
-
gemspec.homepage = "http://github.com/
|
9
|
-
gemspec.authors = [
|
5
|
+
gemspec.summary = "Deployment for Fork with Capistrano"
|
6
|
+
gemspec.description = "Deployment for Fork with Capistrano"
|
7
|
+
gemspec.email = "info@sumocoders.be"
|
8
|
+
gemspec.homepage = "http://github.com/tijsverkoyen/forkcms_deploy"
|
9
|
+
gemspec.authors = ['Tijs Verkoyen', 'Jan De Poorter']
|
10
10
|
end
|
11
11
|
Jeweler::GemcutterTasks.new
|
12
12
|
rescue LoadError
|
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.1.0
|
metadata
CHANGED
@@ -1,16 +1,17 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: forkcms_deploy
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
hash:
|
4
|
+
hash: 19
|
5
5
|
prerelease: false
|
6
6
|
segments:
|
7
7
|
- 1
|
8
|
+
- 1
|
8
9
|
- 0
|
9
|
-
|
10
|
-
version: 1.0.0
|
10
|
+
version: 1.1.0
|
11
11
|
platform: ruby
|
12
12
|
authors:
|
13
|
-
-
|
13
|
+
- Tijs Verkoyen
|
14
|
+
- Jan De Poorter
|
14
15
|
autorequire:
|
15
16
|
bindir: bin
|
16
17
|
cert_chain: []
|
@@ -19,8 +20,8 @@ date: 2010-10-28 00:00:00 +02:00
|
|
19
20
|
default_executable:
|
20
21
|
dependencies: []
|
21
22
|
|
22
|
-
description:
|
23
|
-
email:
|
23
|
+
description: Deployment for Fork with Capistrano
|
24
|
+
email: info@sumocoders.be
|
24
25
|
executables: []
|
25
26
|
|
26
27
|
extensions: []
|
@@ -36,7 +37,7 @@ files:
|
|
36
37
|
- lib/forkcms_deploy/forkcms.rb
|
37
38
|
- lib/forkcms_deploy/overwrites.rb
|
38
39
|
has_rdoc: true
|
39
|
-
homepage: http://github.com/
|
40
|
+
homepage: http://github.com/tijsverkoyen/forkcms_deploy
|
40
41
|
licenses: []
|
41
42
|
|
42
43
|
post_install_message:
|
@@ -68,6 +69,6 @@ rubyforge_project:
|
|
68
69
|
rubygems_version: 1.3.7
|
69
70
|
signing_key:
|
70
71
|
specification_version: 3
|
71
|
-
summary:
|
72
|
+
summary: Deployment for Fork with Capistrano
|
72
73
|
test_files: []
|
73
74
|
|