mina-unicorn 0.0.4 → 0.1.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/README.md +1 -1
- data/lib/mina/unicorn/tasks.rb +1 -0
- data/lib/mina/unicorn/version.rb +1 -1
- data/mina-unicorn.gemspec +3 -3
- metadata +7 -5
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: e99c3b1b3bf244eb2c467ca547d2afd63aef3d5c
|
4
|
+
data.tar.gz: c094729a9472403b8fb8d8de941e38151af18aa8
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 6035f5a8a637482469d136a52385377c1f081d50ac4a4d2dea73d08bb278b18af76293d992990ffc34d9636242dd6f113431bb3d6fde928b71dafee10f4d2e05
|
7
|
+
data.tar.gz: 40b4e13c4143a66b0c0ed6e3c33183abd301234052d4a77e8cb4cd3ea00c2bbd9c31d90d43774e6e7fd5d6d8b20d474796e39d3e8f148f14adbd737a6ea0c5f5
|
data/README.md
CHANGED
@@ -54,7 +54,7 @@ $ mina unicorn:start
|
|
54
54
|
|
55
55
|
## Contributing
|
56
56
|
|
57
|
-
1. Fork it ( http://github.com/
|
57
|
+
1. Fork it ( http://github.com/scarfacedeb/mina-unicorn/fork )
|
58
58
|
2. Create your feature branch (`git checkout -b my-new-feature`)
|
59
59
|
3. Commit your changes (`git commit -am 'Add some feature'`)
|
60
60
|
4. Push to the branch (`git push origin my-new-feature`)
|
data/lib/mina/unicorn/tasks.rb
CHANGED
@@ -11,6 +11,7 @@ namespace :unicorn do
|
|
11
11
|
set_default :unicorn_pid, -> { "#{deploy_to}/#{current_path}/tmp/pids/unicorn.pid" }
|
12
12
|
set_default :unicorn_cmd, -> { "#{bundle_prefix} unicorn" }
|
13
13
|
set_default :unicorn_restart_sleep_time, -> { 2 }
|
14
|
+
set_default :bundle_gemfile, -> { "#{deploy_to}/#{current_path}/Gemfile" }
|
14
15
|
|
15
16
|
desc "Start Unicorn master process"
|
16
17
|
task start: :environment do
|
data/lib/mina/unicorn/version.rb
CHANGED
data/mina-unicorn.gemspec
CHANGED
@@ -6,11 +6,11 @@ require 'mina/unicorn/version'
|
|
6
6
|
Gem::Specification.new do |spec|
|
7
7
|
spec.name = "mina-unicorn"
|
8
8
|
spec.version = Mina::Unicorn::VERSION
|
9
|
-
spec.authors = ["tab"]
|
10
|
-
spec.email = ["
|
9
|
+
spec.authors = ["tab", "Andrew Volozhanin"]
|
10
|
+
spec.email = ["linuxheadrus@gmail.com"]
|
11
11
|
spec.summary = %q{Unicorn tasks for Mina}
|
12
12
|
spec.description = %q{Unicorn tasks for Mina}
|
13
|
-
spec.homepage = "https://github.com/
|
13
|
+
spec.homepage = "https://github.com/scarfacedeb/mina-unicorn"
|
14
14
|
spec.license = "MIT"
|
15
15
|
|
16
16
|
spec.files = `git ls-files`.split($/)
|
metadata
CHANGED
@@ -1,14 +1,15 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: mina-unicorn
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.0
|
4
|
+
version: 0.1.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- tab
|
8
|
+
- Andrew Volozhanin
|
8
9
|
autorequire:
|
9
10
|
bindir: bin
|
10
11
|
cert_chain: []
|
11
|
-
date: 2015-
|
12
|
+
date: 2015-02-25 00:00:00.000000000 Z
|
12
13
|
dependencies:
|
13
14
|
- !ruby/object:Gem::Dependency
|
14
15
|
name: bundler
|
@@ -54,7 +55,7 @@ dependencies:
|
|
54
55
|
version: '0.3'
|
55
56
|
description: Unicorn tasks for Mina
|
56
57
|
email:
|
57
|
-
-
|
58
|
+
- linuxheadrus@gmail.com
|
58
59
|
executables: []
|
59
60
|
extensions: []
|
60
61
|
extra_rdoc_files: []
|
@@ -69,7 +70,7 @@ files:
|
|
69
70
|
- lib/mina/unicorn/utility.rb
|
70
71
|
- lib/mina/unicorn/version.rb
|
71
72
|
- mina-unicorn.gemspec
|
72
|
-
homepage: https://github.com/
|
73
|
+
homepage: https://github.com/scarfacedeb/mina-unicorn
|
73
74
|
licenses:
|
74
75
|
- MIT
|
75
76
|
metadata: {}
|
@@ -89,8 +90,9 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
89
90
|
version: '0'
|
90
91
|
requirements: []
|
91
92
|
rubyforge_project:
|
92
|
-
rubygems_version: 2.
|
93
|
+
rubygems_version: 2.4.5
|
93
94
|
signing_key:
|
94
95
|
specification_version: 4
|
95
96
|
summary: Unicorn tasks for Mina
|
96
97
|
test_files: []
|
98
|
+
has_rdoc:
|