recipiez 0.2.3 → 0.2.4
Sign up to get free protection for your applications and to get access to all the features.
- data/lib/recipiez/version.rb +1 -1
- data/recipes/ssl.rb +1 -1
- data/recipiez.gemspec +2 -2
- metadata +5 -5
data/lib/recipiez/version.rb
CHANGED
data/recipes/ssl.rb
CHANGED
data/recipiez.gemspec
CHANGED
@@ -12,8 +12,8 @@ Gem::Specification.new do |s|
|
|
12
12
|
s.authors = ["Alastair Brunton"]
|
13
13
|
s.email = ["info@simplyexcited.co.uk"]
|
14
14
|
s.homepage = "http://github.com/pyrat/deployment_recipiez"
|
15
|
-
s.summary = "
|
16
|
-
s.description = "
|
15
|
+
s.summary = "Capistrano recipies for DB Syncing, Logrotate, Apache, Thin, Basecamp, Activecollab, Monit, NodeJS, Nginx"
|
16
|
+
s.description = "Capistrano recipies for DB Syncing, Logrotate, Apache, Thin, Basecamp, Activecollab, Monit, NodeJS, Nginx"
|
17
17
|
|
18
18
|
s.add_dependency('xml-simple')
|
19
19
|
s.add_dependency('mechanize')
|
metadata
CHANGED
@@ -1,13 +1,13 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: recipiez
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
hash:
|
4
|
+
hash: 31
|
5
5
|
prerelease: false
|
6
6
|
segments:
|
7
7
|
- 0
|
8
8
|
- 2
|
9
|
-
-
|
10
|
-
version: 0.2.
|
9
|
+
- 4
|
10
|
+
version: 0.2.4
|
11
11
|
platform: ruby
|
12
12
|
authors:
|
13
13
|
- Alastair Brunton
|
@@ -46,7 +46,7 @@ dependencies:
|
|
46
46
|
version: "0"
|
47
47
|
type: :runtime
|
48
48
|
version_requirements: *id002
|
49
|
-
description:
|
49
|
+
description: Capistrano recipies for DB Syncing, Logrotate, Apache, Thin, Basecamp, Activecollab, Monit, NodeJS, Nginx
|
50
50
|
email:
|
51
51
|
- info@simplyexcited.co.uk
|
52
52
|
executables: []
|
@@ -126,6 +126,6 @@ rubyforge_project:
|
|
126
126
|
rubygems_version: 1.3.7
|
127
127
|
signing_key:
|
128
128
|
specification_version: 3
|
129
|
-
summary:
|
129
|
+
summary: Capistrano recipies for DB Syncing, Logrotate, Apache, Thin, Basecamp, Activecollab, Monit, NodeJS, Nginx
|
130
130
|
test_files: []
|
131
131
|
|