marcosgz-cap-recipe 0.0.13 → 0.0.14
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +15 -0
- data/lib/capistrano/recipes/unicorn.rb +1 -0
- data/marcosgz-cap-recipe.gemspec +1 -1
- metadata +5 -11
checksums.yaml
ADDED
@@ -0,0 +1,15 @@
|
|
1
|
+
---
|
2
|
+
!binary "U0hBMQ==":
|
3
|
+
metadata.gz: !binary |-
|
4
|
+
OTA2NGNlMjZlZmY5M2Y3OGQ1NDIzZjNhOTgyZjExZjEwOTA2NGExZA==
|
5
|
+
data.tar.gz: !binary |-
|
6
|
+
NTU0MjJhNzU5YWViYTM5ODJhNjU2ZTA4NmFkMjU0NmQzODkxNDAxYg==
|
7
|
+
SHA512:
|
8
|
+
metadata.gz: !binary |-
|
9
|
+
NTNiZjk1NjQzYzdiMjM4MDZmMzlmNjJkMmE5NjczOTE4OWMyNjM3ZWRlZGRj
|
10
|
+
N2U3OWUzOGMwZDE2YTkzZWNhODFmOGZkNDFlNmM5YWM5ZGQ5NzljMzhjNjZl
|
11
|
+
ZWZjODIzOWIxMTQ0NmViNDMzMWYzNDQ0YWExMTJiODY0NTM5MWQ=
|
12
|
+
data.tar.gz: !binary |-
|
13
|
+
Zjk5MTdlYWE3MzM2OGViOWEwODA0YWExMGY3MTA0NDRhNTk5OTJjNDAyYTc4
|
14
|
+
YzVlMjRjOGMzMjRhM2Y5NjEzNDVkYWM4ZDM1OWYxODM5ZWVhYWE5Y2Q1MmVk
|
15
|
+
ZmNlZmE4ZjhiMzQwYjJmNjczYTk0ZmNlOGE2NDg4MDA5ZDRlYzc=
|
data/marcosgz-cap-recipe.gemspec
CHANGED
@@ -3,7 +3,7 @@ $:.push File.expand_path("../lib", __FILE__)
|
|
3
3
|
|
4
4
|
Gem::Specification.new do |s|
|
5
5
|
s.name = "marcosgz-cap-recipe"
|
6
|
-
s.version = "0.0.
|
6
|
+
s.version = "0.0.14"
|
7
7
|
s.authors = ["Marcos G. Zimmermann"]
|
8
8
|
s.email = ["mgzmaster@gmail.com"]
|
9
9
|
s.homepage = "https://github.com/marcosgz/capistrano-recipe"
|
metadata
CHANGED
@@ -1,20 +1,18 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: marcosgz-cap-recipe
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.0.
|
5
|
-
prerelease:
|
4
|
+
version: 0.0.14
|
6
5
|
platform: ruby
|
7
6
|
authors:
|
8
7
|
- Marcos G. Zimmermann
|
9
8
|
autorequire:
|
10
9
|
bindir: bin
|
11
10
|
cert_chain: []
|
12
|
-
date:
|
11
|
+
date: 2014-07-02 00:00:00.000000000 Z
|
13
12
|
dependencies:
|
14
13
|
- !ruby/object:Gem::Dependency
|
15
14
|
name: capistrano
|
16
15
|
requirement: !ruby/object:Gem::Requirement
|
17
|
-
none: false
|
18
16
|
requirements:
|
19
17
|
- - ! '>'
|
20
18
|
- !ruby/object:Gem::Version
|
@@ -22,7 +20,6 @@ dependencies:
|
|
22
20
|
type: :runtime
|
23
21
|
prerelease: false
|
24
22
|
version_requirements: !ruby/object:Gem::Requirement
|
25
|
-
none: false
|
26
23
|
requirements:
|
27
24
|
- - ! '>'
|
28
25
|
- !ruby/object:Gem::Version
|
@@ -30,7 +27,6 @@ dependencies:
|
|
30
27
|
- !ruby/object:Gem::Dependency
|
31
28
|
name: marcosgz-cap-template
|
32
29
|
requirement: !ruby/object:Gem::Requirement
|
33
|
-
none: false
|
34
30
|
requirements:
|
35
31
|
- - ~>
|
36
32
|
- !ruby/object:Gem::Version
|
@@ -38,7 +34,6 @@ dependencies:
|
|
38
34
|
type: :runtime
|
39
35
|
prerelease: false
|
40
36
|
version_requirements: !ruby/object:Gem::Requirement
|
41
|
-
none: false
|
42
37
|
requirements:
|
43
38
|
- - ~>
|
44
39
|
- !ruby/object:Gem::Version
|
@@ -73,26 +68,25 @@ files:
|
|
73
68
|
homepage: https://github.com/marcosgz/capistrano-recipe
|
74
69
|
licenses:
|
75
70
|
- MIT
|
71
|
+
metadata: {}
|
76
72
|
post_install_message:
|
77
73
|
rdoc_options: []
|
78
74
|
require_paths:
|
79
75
|
- lib
|
80
76
|
required_ruby_version: !ruby/object:Gem::Requirement
|
81
|
-
none: false
|
82
77
|
requirements:
|
83
78
|
- - ! '>='
|
84
79
|
- !ruby/object:Gem::Version
|
85
80
|
version: '0'
|
86
81
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
87
|
-
none: false
|
88
82
|
requirements:
|
89
83
|
- - ! '>='
|
90
84
|
- !ruby/object:Gem::Version
|
91
85
|
version: '0'
|
92
86
|
requirements: []
|
93
87
|
rubyforge_project: capistrano-recipe
|
94
|
-
rubygems_version:
|
88
|
+
rubygems_version: 2.2.2
|
95
89
|
signing_key:
|
96
|
-
specification_version:
|
90
|
+
specification_version: 4
|
97
91
|
summary: Capistrano recipe
|
98
92
|
test_files: []
|