propro 0.2.0 → 0.3.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 +4 -4
- data/ext/bash/lib/nginx.sh +1 -1
- data/ext/bash/lib/node.sh +1 -1
- data/ext/bash/lib/redis.sh +1 -1
- data/lib/propro/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: b07fd0c57004c103d92f1432d332576d42a2c727
|
|
4
|
+
data.tar.gz: 224de6f4c0082f49bbe4439e6b29fe689ecc9ea0
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: e2916678fdd03b6f0f1f39316adaea8199dd397d7e798cf95d24b6e2e01988b72beb38f59cf8ff4afd44b0d5624b31f00e8a34c93f34df5d5aaec3c71372abcc
|
|
7
|
+
data.tar.gz: f28f60a839ff498107eb3c26b400bcfd4f1deedd95a28a892dae87a9c430ebd52b454a03d3c510a3e6af8acef544c0c664d87a4eb33e64efc03c93e0ab076204
|
data/ext/bash/lib/nginx.sh
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
#!/usr/bin/env bash
|
|
2
|
-
export NGINX_VERSION="1.4.
|
|
2
|
+
export NGINX_VERSION="1.4.7" # @specify
|
|
3
3
|
export NGINX_USER="nginx"
|
|
4
4
|
export NGINX_CONFIGURE_OPTS="--with-http_ssl_module --with-http_gzip_static_module" # @specify
|
|
5
5
|
export NGINX_CONF_FILE="/etc/nginx.conf"
|
data/ext/bash/lib/node.sh
CHANGED
data/ext/bash/lib/redis.sh
CHANGED
data/lib/propro/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: propro
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.
|
|
4
|
+
version: 0.3.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Carsten Nielsen
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2014-03-
|
|
11
|
+
date: 2014-03-19 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: thor
|