recipiez 0.0.3 → 0.0.4

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.
Files changed (2) hide show
  1. data/recipiez.gemspec +5 -2
  2. metadata +24 -2
data/recipiez.gemspec CHANGED
@@ -4,14 +4,17 @@ $:.unshift lib unless $:.include?(lib)
4
4
 
5
5
  Gem::Specification.new do |s|
6
6
  s.name = "recipiez"
7
- s.version = "0.0.3"
7
+ s.version = "0.0.4"
8
8
  s.platform = Gem::Platform::RUBY
9
9
  s.authors = ["Alastair Brunton"]
10
10
  s.email = ["info@simplyexcited.co.uk"]
11
11
  s.homepage = "http://github.com/pyrat/deployment_recipiez"
12
12
  s.summary = "Collection of capistrano recipies which do good things."
13
13
  s.description = "DB Syncing, Logrotate, Apache, Thin, Basecamp, Activecollab, Monit"
14
-
14
+
15
+ s.add_dependency('xml-simple')
16
+ s.add_dependency('mechanize')
17
+
15
18
  s.required_rubygems_version = ">= 1.3.1"
16
19
  s.require_path = 'lib'
17
20
  s.files = `git ls-files`.split("\n")
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: recipiez
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.3
4
+ version: 0.0.4
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -10,7 +10,29 @@ autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
12
  date: 2011-09-27 00:00:00.000000000Z
13
- dependencies: []
13
+ dependencies:
14
+ - !ruby/object:Gem::Dependency
15
+ name: xml-simple
16
+ requirement: &2157544840 !ruby/object:Gem::Requirement
17
+ none: false
18
+ requirements:
19
+ - - ! '>='
20
+ - !ruby/object:Gem::Version
21
+ version: '0'
22
+ type: :runtime
23
+ prerelease: false
24
+ version_requirements: *2157544840
25
+ - !ruby/object:Gem::Dependency
26
+ name: mechanize
27
+ requirement: &2157544400 !ruby/object:Gem::Requirement
28
+ none: false
29
+ requirements:
30
+ - - ! '>='
31
+ - !ruby/object:Gem::Version
32
+ version: '0'
33
+ type: :runtime
34
+ prerelease: false
35
+ version_requirements: *2157544400
14
36
  description: DB Syncing, Logrotate, Apache, Thin, Basecamp, Activecollab, Monit
15
37
  email:
16
38
  - info@simplyexcited.co.uk