capistrano-unformatt 0.5 → 0.6

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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 06fdeca7b715b1c2b88c0ac6d8eaf067f16b9f32
4
- data.tar.gz: 642895d34bd7b1c775c9fb51dd152f60c20a9750
3
+ metadata.gz: 1d1bf3e64bc5b0c11bc6127c6cf86646a572b79a
4
+ data.tar.gz: ec15df95a2be9d09e10d42b67a1a1bff71da3656
5
5
  SHA512:
6
- metadata.gz: 16fb88de41028f03cccd8b555a1d5d94b630c65a8ac4aa6f2ad83b682e01585ff0a7c8d66242acfb0570f2967c882fca01457c23dad7c73d82734ece5a026969
7
- data.tar.gz: e26c778e1ceecef607737c9158a54b0328e45f10b21f62d249a6e8fe721253b8a09c98190af0a49c467517a93c5a5096258376327f0470071be7fa9cb800d960
6
+ metadata.gz: e09378fb5d6e9f3d064a594ffe45841fd41584737411517e36634b717346957ea974a6d2cfc246c300962897e822c640360d9aaf6056c2e97a369e30fe6758c4
7
+ data.tar.gz: fe78d60fb4f71fc8a0f3fbd8080da0797484958e25cccb7fcc690cf412cfcebf0a58bb34f5c553297d6ff2b67f7a3ea1a573405627bb59d8ef24d44c06675e45
data/CHANGELOG.md CHANGED
@@ -17,3 +17,7 @@
17
17
  ## v0.5
18
18
 
19
19
  * Fixes on spec
20
+
21
+ ## v0.6
22
+
23
+ * Fixed capistrano recipes conflict
@@ -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.5'
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.add_dependency "capistrano", ">= 3.1.0"
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
@@ -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.5'
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.1.0
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.1.0
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: '0'
96
+ version: 2.0.0
96
97
  required_rubygems_version: !ruby/object:Gem::Requirement
97
98
  requirements:
98
99
  - - ">="