vlad-puma 0.1.0
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 +7 -0
- data/lib/vlad/puma.rb +9 -0
- metadata +46 -0
checksums.yaml
ADDED
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
---
|
|
2
|
+
SHA1:
|
|
3
|
+
metadata.gz: cd39b6f642207fd7d6e515a27b4eb637feee5808
|
|
4
|
+
data.tar.gz: cec4661c63e439bf391492a41dde4d2f54600517
|
|
5
|
+
SHA512:
|
|
6
|
+
metadata.gz: 59c062909561875648cb89c9ef044c99fa945f332e132cfba7e8095dd71fb68f60a8e3c0ba5868d71833d4b919eab7f056c8082edacfdc7bba2204d3669e6b3e
|
|
7
|
+
data.tar.gz: ad231d2bfccc1ef6c110845ff7bc9456bebc83b51b28c4389bb38a9e4307010dcda967871471ea442438704685d10e5e5e159f35b19062262a9ff06de6f2ef2a
|
data/lib/vlad/puma.rb
ADDED
metadata
ADDED
|
@@ -0,0 +1,46 @@
|
|
|
1
|
+
--- !ruby/object:Gem::Specification
|
|
2
|
+
name: vlad-puma
|
|
3
|
+
version: !ruby/object:Gem::Version
|
|
4
|
+
version: 0.1.0
|
|
5
|
+
platform: ruby
|
|
6
|
+
authors:
|
|
7
|
+
- Nat Budin
|
|
8
|
+
- Steven Hammond
|
|
9
|
+
autorequire:
|
|
10
|
+
bindir: bin
|
|
11
|
+
cert_chain: []
|
|
12
|
+
date: 2016-09-21 00:00:00.000000000 Z
|
|
13
|
+
dependencies: []
|
|
14
|
+
description: Vlad tasks for managing the puma app server.
|
|
15
|
+
email: shammond@northpub.com
|
|
16
|
+
executables: []
|
|
17
|
+
extensions: []
|
|
18
|
+
extra_rdoc_files: []
|
|
19
|
+
files:
|
|
20
|
+
- lib/vlad/puma.rb
|
|
21
|
+
homepage: http://github.com/shammond42/vlad-puma
|
|
22
|
+
licenses:
|
|
23
|
+
- MIT
|
|
24
|
+
metadata: {}
|
|
25
|
+
post_install_message:
|
|
26
|
+
rdoc_options: []
|
|
27
|
+
require_paths:
|
|
28
|
+
- lib
|
|
29
|
+
required_ruby_version: !ruby/object:Gem::Requirement
|
|
30
|
+
requirements:
|
|
31
|
+
- - ">="
|
|
32
|
+
- !ruby/object:Gem::Version
|
|
33
|
+
version: '0'
|
|
34
|
+
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
35
|
+
requirements:
|
|
36
|
+
- - ">="
|
|
37
|
+
- !ruby/object:Gem::Version
|
|
38
|
+
version: '0'
|
|
39
|
+
requirements: []
|
|
40
|
+
rubyforge_project:
|
|
41
|
+
rubygems_version: 2.4.5
|
|
42
|
+
signing_key:
|
|
43
|
+
specification_version: 4
|
|
44
|
+
summary: Vlad tasks for managing the puma app server.
|
|
45
|
+
test_files: []
|
|
46
|
+
has_rdoc:
|