provizioning 0.5.0 → 0.5.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/bootstrap/lucid.sources.list +1 -2
- data/bootstrap/natty.sources.list +1 -2
- data/lib/provizioning/version.rb +1 -1
- metadata +5 -5
|
@@ -10,5 +10,4 @@ deb-src http://archive.ubuntu.com/ubuntu/ lucid main
|
|
|
10
10
|
deb http://archive.ubuntu.com/ubuntu/ lucid-security main restricted universe multiverse
|
|
11
11
|
deb http://archive.ubuntu.com/ubuntu/ lucid-updates main restricted universe multiverse
|
|
12
12
|
deb http://archive.ubuntu.com/ubuntu/ lucid-proposed main restricted universe multiverse
|
|
13
|
-
deb http://archive.ubuntu.com/ubuntu/ lucid-backports main restricted universe multiverse
|
|
14
|
-
deb http://downloads-distro.mongodb.org/repo/ubuntu-upstart dist 10gen
|
|
13
|
+
deb http://archive.ubuntu.com/ubuntu/ lucid-backports main restricted universe multiverse
|
|
@@ -10,5 +10,4 @@ deb-src http://archive.ubuntu.com/ubuntu/ natty main
|
|
|
10
10
|
deb http://archive.ubuntu.com/ubuntu/ natty-security main restricted universe multiverse
|
|
11
11
|
deb http://archive.ubuntu.com/ubuntu/ natty-updates main restricted universe multiverse
|
|
12
12
|
deb http://archive.ubuntu.com/ubuntu/ natty-proposed main restricted universe multiverse
|
|
13
|
-
deb http://archive.ubuntu.com/ubuntu/ natty-backports main restricted universe multiverse
|
|
14
|
-
deb http://downloads-distro.mongodb.org/repo/ubuntu-upstart dist 10gen
|
|
13
|
+
deb http://archive.ubuntu.com/ubuntu/ natty-backports main restricted universe multiverse
|
data/lib/provizioning/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: provizioning
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.5.
|
|
4
|
+
version: 0.5.1
|
|
5
5
|
prerelease:
|
|
6
6
|
platform: ruby
|
|
7
7
|
authors:
|
|
@@ -13,7 +13,7 @@ date: 2012-02-13 00:00:00.000000000 Z
|
|
|
13
13
|
dependencies:
|
|
14
14
|
- !ruby/object:Gem::Dependency
|
|
15
15
|
name: capistrano
|
|
16
|
-
requirement: &
|
|
16
|
+
requirement: &70295088702680 !ruby/object:Gem::Requirement
|
|
17
17
|
none: false
|
|
18
18
|
requirements:
|
|
19
19
|
- - ! '>='
|
|
@@ -21,10 +21,10 @@ dependencies:
|
|
|
21
21
|
version: '0'
|
|
22
22
|
type: :runtime
|
|
23
23
|
prerelease: false
|
|
24
|
-
version_requirements: *
|
|
24
|
+
version_requirements: *70295088702680
|
|
25
25
|
- !ruby/object:Gem::Dependency
|
|
26
26
|
name: capistrano-ext
|
|
27
|
-
requirement: &
|
|
27
|
+
requirement: &70295088701900 !ruby/object:Gem::Requirement
|
|
28
28
|
none: false
|
|
29
29
|
requirements:
|
|
30
30
|
- - ! '>='
|
|
@@ -32,7 +32,7 @@ dependencies:
|
|
|
32
32
|
version: '0'
|
|
33
33
|
type: :runtime
|
|
34
34
|
prerelease: false
|
|
35
|
-
version_requirements: *
|
|
35
|
+
version_requirements: *70295088701900
|
|
36
36
|
description: Server provisioning tools, recipes and templates based on Sprinkle
|
|
37
37
|
email:
|
|
38
38
|
- victor.castell@season.es
|