capidiem 0.0.2 → 0.0.3

Sign up to get free protection for your applications and to get access to all the features.
Files changed (3) hide show
  1. data/CHANGELOG +2 -0
  2. data/lib/capidiem.rb +1 -1
  3. metadata +26 -8
data/CHANGELOG CHANGED
@@ -25,3 +25,5 @@
25
25
  * initial changelog update
26
26
  * updated gemspec file
27
27
  * renamed all symfony, Symfony, capyfony, Capyfony instances
28
+
29
+ == 0.0.3 / July 3, 2010
data/lib/capidiem.rb CHANGED
@@ -1,7 +1,7 @@
1
1
  require 'yaml'
2
2
 
3
3
  # Dirs that need to remain the same between deploys (shared dirs)
4
- set :shared_children, %w(log web/uploads)
4
+ set :shared_children, %w(log web/uploads data)
5
5
 
6
6
  # Files that need to remain the same between deploys
7
7
  set :shared_files, %w(config/databases.yml)
metadata CHANGED
@@ -1,7 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: capidiem
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.2
4
+ hash: 25
5
+ prerelease: false
6
+ segments:
7
+ - 0
8
+ - 0
9
+ - 3
10
+ version: 0.0.3
5
11
  platform: ruby
6
12
  authors:
7
13
  - Konstantin Kudryashov
@@ -15,14 +21,20 @@ default_executable:
15
21
  dependencies:
16
22
  - !ruby/object:Gem::Dependency
17
23
  name: capistrano
18
- type: :runtime
19
- version_requirement:
20
- version_requirements: !ruby/object:Gem::Requirement
24
+ prerelease: false
25
+ requirement: &id001 !ruby/object:Gem::Requirement
26
+ none: false
21
27
  requirements:
22
28
  - - ">="
23
29
  - !ruby/object:Gem::Version
30
+ hash: 15
31
+ segments:
32
+ - 2
33
+ - 5
34
+ - 10
24
35
  version: 2.5.10
25
- version:
36
+ type: :runtime
37
+ version_requirements: *id001
26
38
  description: " Capistrano is an open source tool for running scripts on multiple servers. It\xE2\x80\x99s primary use is for easily deploying applications. While it was built specifically for deploying Rails apps, it\xE2\x80\x99s pretty simple to customize it to deploy other types of applications. This package is a deployment \xE2\x80\x9Crecipe\xE2\x80\x9D to work with diem PHP applications.\n"
27
39
  email:
28
40
  - ever.zet@gmail.com
@@ -49,21 +61,27 @@ rdoc_options: []
49
61
  require_paths:
50
62
  - lib
51
63
  required_ruby_version: !ruby/object:Gem::Requirement
64
+ none: false
52
65
  requirements:
53
66
  - - ">="
54
67
  - !ruby/object:Gem::Version
68
+ hash: 3
69
+ segments:
70
+ - 0
55
71
  version: "0"
56
- version:
57
72
  required_rubygems_version: !ruby/object:Gem::Requirement
73
+ none: false
58
74
  requirements:
59
75
  - - ">="
60
76
  - !ruby/object:Gem::Version
77
+ hash: 3
78
+ segments:
79
+ - 0
61
80
  version: "0"
62
- version:
63
81
  requirements: []
64
82
 
65
83
  rubyforge_project: capidiem
66
- rubygems_version: 1.3.5
84
+ rubygems_version: 1.3.7
67
85
  signing_key:
68
86
  specification_version: 3
69
87
  summary: Deploying diem PHP applications with Capistrano.