simple-capistrano-unicorn 0.0.8 → 0.0.9

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml ADDED
@@ -0,0 +1,7 @@
1
+ ---
2
+ SHA1:
3
+ metadata.gz: d961de957ac4a70c2b060a66a73bcf7b5e270712
4
+ data.tar.gz: 8829e70333ad54057c2674e0f8f7899e01f3ffbc
5
+ SHA512:
6
+ metadata.gz: dba1c5196f5223a44bc425436ad39772b28847880aca4363ac590663d8c24986b0b05116b8568d7875632af4827033dd8afc512980c73fbb17d471e84ba90fc1
7
+ data.tar.gz: be5934e5b45013c3151788625f1fef53bf34cfeeda8193410d092b6ba4fe73478fd78b02d65415cca2f9685ada051de086bc0e45e55a45e57cc4070addfb3cac
data/.ruby-version CHANGED
@@ -1 +1 @@
1
- 1.9.3-p327
1
+ 2.1.2
data/CHANGELOG.md CHANGED
@@ -1,6 +1,8 @@
1
+ ## v 0.0.9: Lock gem dependencies to use Capistrano v2 until we can rewrite to Capistrano v3.
2
+
1
3
  ## v 0.0.6: Added a debug-task to see which variables this gem sees
2
4
 
3
- ## v 0.0.5: Lets the user specify Unicorn command.
5
+ ## v 0.0.5: Lets the user specify Unicorn command.
4
6
 
5
7
  ## v 0.0.4: Removal of unused variables, and making sure that we don't try to delete pids that aren't there.
6
8
 
@@ -11,4 +13,4 @@ Added better (correct!) documentation, and added possibility to use a different
11
13
  Added better Capistrano bindings
12
14
 
13
15
  ## v 0.0.1: Initial release.
14
- :)
16
+ :)
@@ -1,7 +1,7 @@
1
1
  module Capistrano
2
2
  module Unicorn
3
3
  module Methods
4
- VERSION = "0.0.8"
4
+ VERSION = "0.0.9"
5
5
  end
6
6
  end
7
7
  end
@@ -21,5 +21,5 @@ Gem::Specification.new do |gem|
21
21
  gem.add_development_dependency "rake"
22
22
 
23
23
  gem.add_runtime_dependency "unicorn"
24
- gem.add_runtime_dependency 'capistrano'
24
+ gem.add_runtime_dependency 'capistrano', '~> 2.15'
25
25
  end
metadata CHANGED
@@ -1,64 +1,57 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: simple-capistrano-unicorn
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.8
5
- prerelease:
4
+ version: 0.0.9
6
5
  platform: ruby
7
6
  authors:
8
7
  - Kasper Grubbe
9
8
  autorequire:
10
9
  bindir: bin
11
10
  cert_chain: []
12
- date: 2013-01-28 00:00:00.000000000 Z
11
+ date: 2014-12-08 00:00:00.000000000 Z
13
12
  dependencies:
14
13
  - !ruby/object:Gem::Dependency
15
14
  name: rake
16
15
  requirement: !ruby/object:Gem::Requirement
17
- none: false
18
16
  requirements:
19
- - - ! '>='
17
+ - - ">="
20
18
  - !ruby/object:Gem::Version
21
19
  version: '0'
22
20
  type: :development
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
29
26
  version: '0'
30
27
  - !ruby/object:Gem::Dependency
31
28
  name: unicorn
32
29
  requirement: !ruby/object:Gem::Requirement
33
- none: false
34
30
  requirements:
35
- - - ! '>='
31
+ - - ">="
36
32
  - !ruby/object:Gem::Version
37
33
  version: '0'
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
45
40
  version: '0'
46
41
  - !ruby/object:Gem::Dependency
47
42
  name: capistrano
48
43
  requirement: !ruby/object:Gem::Requirement
49
- none: false
50
44
  requirements:
51
- - - ! '>='
45
+ - - "~>"
52
46
  - !ruby/object:Gem::Version
53
- version: '0'
47
+ version: '2.15'
54
48
  type: :runtime
55
49
  prerelease: false
56
50
  version_requirements: !ruby/object:Gem::Requirement
57
- none: false
58
51
  requirements:
59
- - - ! '>='
52
+ - - "~>"
60
53
  - !ruby/object:Gem::Version
61
- version: '0'
54
+ version: '2.15'
62
55
  description: Contains a collection of simple tasks to manage Unicorn with Capistrano.
63
56
  email:
64
57
  - kaspergrubbe@gmail.com
@@ -66,8 +59,8 @@ executables: []
66
59
  extensions: []
67
60
  extra_rdoc_files: []
68
61
  files:
69
- - .gitignore
70
- - .ruby-version
62
+ - ".gitignore"
63
+ - ".ruby-version"
71
64
  - CHANGELOG.md
72
65
  - Gemfile
73
66
  - README.md
@@ -80,26 +73,25 @@ files:
80
73
  - simple-capistrano-unicorn.gemspec
81
74
  homepage: http://github.com/kaspergrubbe/simple-capistrano-unicorn
82
75
  licenses: []
76
+ metadata: {}
83
77
  post_install_message:
84
78
  rdoc_options: []
85
79
  require_paths:
86
80
  - lib
87
81
  required_ruby_version: !ruby/object:Gem::Requirement
88
- none: false
89
82
  requirements:
90
- - - ! '>='
83
+ - - ">="
91
84
  - !ruby/object:Gem::Version
92
85
  version: '0'
93
86
  required_rubygems_version: !ruby/object:Gem::Requirement
94
- none: false
95
87
  requirements:
96
- - - ! '>='
88
+ - - ">="
97
89
  - !ruby/object:Gem::Version
98
90
  version: '0'
99
91
  requirements: []
100
92
  rubyforge_project: simple-capistrano-unicorn
101
- rubygems_version: 1.8.23
93
+ rubygems_version: 2.2.2
102
94
  signing_key:
103
- specification_version: 3
95
+ specification_version: 4
104
96
  summary: Contains a collection of simple tasks to manage Unicorn with Capistrano.
105
97
  test_files: []