capistrano-unformatt 0.5 → 0.6
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +4 -0
- data/capistrano-unformatt.gemspec +3 -2
- data/lib/capistrano/unformatt.rb +0 -7
- data/lib/capistrano/unformatt/all.rb +7 -0
- metadata +5 -4
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 1d1bf3e64bc5b0c11bc6127c6cf86646a572b79a
|
4
|
+
data.tar.gz: ec15df95a2be9d09e10d42b67a1a1bff71da3656
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: e09378fb5d6e9f3d064a594ffe45841fd41584737411517e36634b717346957ea974a6d2cfc246c300962897e822c640360d9aaf6056c2e97a369e30fe6758c4
|
7
|
+
data.tar.gz: fe78d60fb4f71fc8a0f3fbd8080da0797484958e25cccb7fcc690cf412cfcebf0a58bb34f5c553297d6ff2b67f7a3ea1a573405627bb59d8ef24d44c06675e45
|
data/CHANGELOG.md
CHANGED
@@ -4,7 +4,7 @@ $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)
|
|
4
4
|
|
5
5
|
Gem::Specification.new do |spec|
|
6
6
|
spec.name = "capistrano-unformatt"
|
7
|
-
spec.version = '0.
|
7
|
+
spec.version = '0.6'
|
8
8
|
spec.authors = ["unformatt"]
|
9
9
|
spec.email = ["unformatt@gmail.com"]
|
10
10
|
spec.description = "Custom recipes for Unformatt projects"
|
@@ -16,6 +16,7 @@ Gem::Specification.new do |spec|
|
|
16
16
|
spec.executables = []
|
17
17
|
spec.require_paths = ["lib"]
|
18
18
|
|
19
|
-
spec.
|
19
|
+
spec.required_ruby_version = '>= 2.0.0'
|
20
|
+
spec.add_dependency "capistrano", ">= 3.0"
|
20
21
|
spec.add_dependency "capistrano-template", ">= 0.0.7"
|
21
22
|
end
|
data/lib/capistrano/unformatt.rb
CHANGED
@@ -1,7 +0,0 @@
|
|
1
|
-
require "capistrano/unformatt/monit"
|
2
|
-
require "capistrano/unformatt/nginx"
|
3
|
-
require "capistrano/unformatt/rails"
|
4
|
-
require "capistrano/unformatt/setup"
|
5
|
-
require "capistrano/unformatt/sidekiq"
|
6
|
-
require "capistrano/unformatt/sunspot"
|
7
|
-
require "capistrano/unformatt/unicorn"
|
@@ -0,0 +1,7 @@
|
|
1
|
+
require "capistrano/unformatt/monit"
|
2
|
+
require "capistrano/unformatt/nginx"
|
3
|
+
require "capistrano/unformatt/rails"
|
4
|
+
require "capistrano/unformatt/setup"
|
5
|
+
require "capistrano/unformatt/sidekiq"
|
6
|
+
require "capistrano/unformatt/sunspot"
|
7
|
+
require "capistrano/unformatt/unicorn"
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: capistrano-unformatt
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: '0.
|
4
|
+
version: '0.6'
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- unformatt
|
@@ -16,14 +16,14 @@ dependencies:
|
|
16
16
|
requirements:
|
17
17
|
- - ">="
|
18
18
|
- !ruby/object:Gem::Version
|
19
|
-
version: 3.
|
19
|
+
version: '3.0'
|
20
20
|
type: :runtime
|
21
21
|
prerelease: false
|
22
22
|
version_requirements: !ruby/object:Gem::Requirement
|
23
23
|
requirements:
|
24
24
|
- - ">="
|
25
25
|
- !ruby/object:Gem::Version
|
26
|
-
version: 3.
|
26
|
+
version: '3.0'
|
27
27
|
- !ruby/object:Gem::Dependency
|
28
28
|
name: capistrano-template
|
29
29
|
requirement: !ruby/object:Gem::Requirement
|
@@ -62,6 +62,7 @@ files:
|
|
62
62
|
- lib/capistrano/tasks/sunspot.rake
|
63
63
|
- lib/capistrano/tasks/unicorn.rake
|
64
64
|
- lib/capistrano/unformatt.rb
|
65
|
+
- lib/capistrano/unformatt/all.rb
|
65
66
|
- lib/capistrano/unformatt/monit.rb
|
66
67
|
- lib/capistrano/unformatt/nginx.rb
|
67
68
|
- lib/capistrano/unformatt/rails.rb
|
@@ -92,7 +93,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
92
93
|
requirements:
|
93
94
|
- - ">="
|
94
95
|
- !ruby/object:Gem::Version
|
95
|
-
version:
|
96
|
+
version: 2.0.0
|
96
97
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
97
98
|
requirements:
|
98
99
|
- - ">="
|