negroku 1.1.8 → 1.1.9
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.
- checksums.yaml +4 -4
- data/lib/negroku/version.rb +1 -1
- metadata +9 -5
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 5193ed1d8959d548cb948eb902dec4665c6d67a0
|
|
4
|
+
data.tar.gz: 9dae7fb307b6caea031dcc7cf46b33eedd039eca
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 9e0a92ebf6d72a6e25ffb767c8b1c6c5ffbc6662cb267be5a607722536a58d5982d02158b0062d1d10676be502f629cca2b24cc5ff0012c1d546d349dc491d28
|
|
7
|
+
data.tar.gz: 8cd04dc8f479d25b1e61b8b2e0c4bd0a527e201ed2176c0422e5ac2083b6a027a78a2f47c759430a46d3a8918a1d38c801ee78f481ba7f0f2f09c6bc19886ad2
|
data/lib/negroku/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: negroku
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.1.
|
|
4
|
+
version: 1.1.9
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Juan Ignacio Donoso
|
|
@@ -80,7 +80,8 @@ dependencies:
|
|
|
80
80
|
- - '>='
|
|
81
81
|
- !ruby/object:Gem::Version
|
|
82
82
|
version: 0.17.0
|
|
83
|
-
description: '["
|
|
83
|
+
description: '["Negroku is an opinionated collection of recipes for capistrano, blended
|
|
84
|
+
with a handy CLI"]'
|
|
84
85
|
email:
|
|
85
86
|
- jidonoso@gmail.com
|
|
86
87
|
executables:
|
|
@@ -108,8 +109,9 @@ files:
|
|
|
108
109
|
- lib/negroku/version.rb
|
|
109
110
|
- lib/negroku.rb
|
|
110
111
|
- README.md
|
|
111
|
-
homepage: http://github.com/platanus
|
|
112
|
-
licenses:
|
|
112
|
+
homepage: http://github.com/platanus/negroku
|
|
113
|
+
licenses:
|
|
114
|
+
- MIT
|
|
113
115
|
metadata: {}
|
|
114
116
|
post_install_message:
|
|
115
117
|
rdoc_options: []
|
|
@@ -130,6 +132,8 @@ rubyforge_project:
|
|
|
130
132
|
rubygems_version: 2.0.14
|
|
131
133
|
signing_key:
|
|
132
134
|
specification_version: 4
|
|
133
|
-
summary: '["
|
|
135
|
+
summary: '["The goal is to be able to deploy ruby on rails applications and static
|
|
136
|
+
websites without the hassle of configuring and defining all the stuff involved in
|
|
137
|
+
an application deployment."]'
|
|
134
138
|
test_files: []
|
|
135
139
|
has_rdoc:
|