brightbox 2.4.4 → 2.4.6
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +8 -8
- data/lib/brightbox/version.rb +1 -1
- metadata +9 -9
checksums.yaml
CHANGED
@@ -1,15 +1,15 @@
|
|
1
1
|
---
|
2
2
|
!binary "U0hBMQ==":
|
3
3
|
metadata.gz: !binary |-
|
4
|
-
|
4
|
+
ZWYwODkwMDhjN2UwOTJkZTFkZDExZTVlNjM1MTcwMmJjNDE4NzM5ZQ==
|
5
5
|
data.tar.gz: !binary |-
|
6
|
-
|
6
|
+
MWZhODk5OThlZmY4ZDU4ZWRiMTE1ZGY1NTRmOGI0OTY5MTg4ZDVkZg==
|
7
7
|
SHA512:
|
8
8
|
metadata.gz: !binary |-
|
9
|
-
|
10
|
-
|
11
|
-
|
9
|
+
MmZjMTZlOWIwMTQzMTk5ODQwYmFkMWU0Mzc4NDNlZmJkNWJiNjIwNjJiOWQ5
|
10
|
+
MjRlZTJlNjJlZWQ2NWYzZWJlNDliMTE0Njc5MDAxZTM1YzIzYzlkNTkzZTU0
|
11
|
+
YmE2MTI0MTVkMmMyNjE0MmVlYzkwMWFiN2M3N2MxZGM1MmJiMWE=
|
12
12
|
data.tar.gz: !binary |-
|
13
|
-
|
14
|
-
|
15
|
-
|
13
|
+
OTg1ODgwZDdiMzdjZjljZjAyMzM3OWEwZTA2MjM3ZDFkMWE3NWZmZDkzYTM1
|
14
|
+
MWIxMzIwZGU5OTAxZjZkNzg0MzY5MWIxYjczOGJlNmE4MGM0NmFkZTEwM2U3
|
15
|
+
MTlhOGNiMDU5MzQ2MDdjZGFiMjYxNmU4MjM5OWU2NTk4ZDAwM2I=
|
data/lib/brightbox/version.rb
CHANGED
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: brightbox
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 2.4.
|
4
|
+
version: 2.4.6
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- John Leach
|
@@ -12,7 +12,7 @@ authors:
|
|
12
12
|
autorequire:
|
13
13
|
bindir: bin
|
14
14
|
cert_chain: []
|
15
|
-
date:
|
15
|
+
date: 2015-11-30 00:00:00.000000000 Z
|
16
16
|
dependencies:
|
17
17
|
- !ruby/object:Gem::Dependency
|
18
18
|
name: capistrano
|
@@ -20,14 +20,14 @@ dependencies:
|
|
20
20
|
requirements:
|
21
21
|
- - ~>
|
22
22
|
- !ruby/object:Gem::Version
|
23
|
-
version: 2.15.
|
23
|
+
version: 2.15.7
|
24
24
|
type: :runtime
|
25
25
|
prerelease: false
|
26
26
|
version_requirements: !ruby/object:Gem::Requirement
|
27
27
|
requirements:
|
28
28
|
- - ~>
|
29
29
|
- !ruby/object:Gem::Version
|
30
|
-
version: 2.15.
|
30
|
+
version: 2.15.7
|
31
31
|
- !ruby/object:Gem::Dependency
|
32
32
|
name: net-ssh
|
33
33
|
requirement: !ruby/object:Gem::Requirement
|
@@ -64,26 +64,26 @@ extensions: []
|
|
64
64
|
extra_rdoc_files: []
|
65
65
|
files:
|
66
66
|
- LICENSE
|
67
|
+
- bin/brightbox-capify
|
67
68
|
- lib/brightbox/maintenance.rb
|
68
69
|
- lib/brightbox/mongrel.rb
|
69
70
|
- lib/brightbox/passenger.rb
|
71
|
+
- lib/brightbox/recipes.rb
|
70
72
|
- lib/brightbox/recipes/bundler.rb
|
71
73
|
- lib/brightbox/recipes/callbacks.rb
|
74
|
+
- lib/brightbox/recipes/configure.rb
|
72
75
|
- lib/brightbox/recipes/configure/mongrel.rb
|
73
76
|
- lib/brightbox/recipes/configure/passenger.rb
|
74
|
-
- lib/brightbox/recipes/configure.rb
|
75
77
|
- lib/brightbox/recipes/database.rb
|
78
|
+
- lib/brightbox/recipes/deploy.rb
|
76
79
|
- lib/brightbox/recipes/deploy/mongrel.rb
|
77
80
|
- lib/brightbox/recipes/deploy/passenger.rb
|
78
|
-
- lib/brightbox/recipes/deploy.rb
|
79
81
|
- lib/brightbox/recipes/gems.rb
|
80
82
|
- lib/brightbox/recipes/helpers.rb
|
81
83
|
- lib/brightbox/recipes/packages.rb
|
82
84
|
- lib/brightbox/recipes/shared_assets.rb
|
83
85
|
- lib/brightbox/recipes/variables.rb
|
84
|
-
- lib/brightbox/recipes.rb
|
85
86
|
- lib/brightbox/version.rb
|
86
|
-
- bin/brightbox-capify
|
87
87
|
homepage: http://wiki.brightbox.co.uk/docs:gemv2:start
|
88
88
|
licenses: []
|
89
89
|
metadata: {}
|
@@ -104,7 +104,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
104
104
|
version: '0'
|
105
105
|
requirements: []
|
106
106
|
rubyforge_project: brightbox
|
107
|
-
rubygems_version: 2.
|
107
|
+
rubygems_version: 2.4.4
|
108
108
|
signing_key:
|
109
109
|
specification_version: 4
|
110
110
|
summary: Brightbox rails deployment scripts for Capistrano
|