pkgr 1.5.0 → 1.5.1

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: 06310dd9deefd66e4d67362d37d7dccdcdf0c67a
4
- data.tar.gz: 3510327310565582d099096ca2a1f5d1d45c0a8a
3
+ metadata.gz: b6953d1856b4cb7378d7465a3cfb0bc8f7e21ce7
4
+ data.tar.gz: 4416c2783fe73bc50d797d99e64e178e183dc04e
5
5
  SHA512:
6
- metadata.gz: aef9f329e3ae1f861d301d93ebb57b09e694220cc67ff981b1c626f37b903d656236a4d2eeef63c27209b876cd95a98e508995c3265c1df2942fbe51d3207413
7
- data.tar.gz: 846f1f6ae5c13d848cae05bed22b896e608a7160c455c9836246cb95a7872c41c3712f4281921291fe8794f3758011fb335cc91bdd895df1daa40455ca9101d0
6
+ metadata.gz: 4ebeee46be1c87ce49ef306362a2f2da56007a121c2eaef55300837421a145241c51468652d8353329cdd8789777565d375fcea015012972ccf802e6dac6c33b
7
+ data.tar.gz: dafa9e7fc52334d49b2b536b5b0fbd253cd7ab0a5b5be6d41c190b2139ec7c05d994c1ba5a42b113e3299ef3cfebdf615d0696a049a981715c1825a7aeff268a
data/README.md CHANGED
@@ -2,7 +2,9 @@
2
2
 
3
3
  ## Goal
4
4
 
5
- Make debian or rpm packages out of any app, including init script, crons, logrotate, etc. Excellent way to distribute apps or command line tools without complicated installation instructions.
5
+ Make debian or rpm packages out of any app, including init script, crons,
6
+ logrotate, etc. Excellent way to distribute apps or command line tools without
7
+ complicated installation instructions.
6
8
 
7
9
  Hosted service available at <https://packager.io/>. Free for OpenSource apps.
8
10
 
@@ -10,12 +12,19 @@ Hosted service available at <https://packager.io/>. Free for OpenSource apps.
10
12
 
11
13
  * Ruby
12
14
  * NodeJS
15
+ * Python
13
16
  * Go
14
17
 
15
- You can also point to other buildpacks ([doc](https://packager.io/documentation/customizing-the-build/#buildpack)). They may just work.
18
+ You can also try out PHP support by specifying the following buildpack:
19
+ `https://github.com/pkgr/heroku-buildpack-php#buildcurl`
20
+
21
+ You can also point to other buildpacks
22
+ ([doc](https://packager.io/documentation/customizing-the-build/#buildpack)).
23
+ They may just work.
16
24
 
17
25
  ## Supported distributions (64bits only)
18
26
 
27
+ * Ubuntu 16.04 ("xenial")
19
28
  * Ubuntu 14.04 ("trusty")
20
29
  * Ubuntu 12.04 ("precise")
21
30
  * Debian 8 ("jessie")
@@ -23,7 +32,8 @@ You can also point to other buildpacks ([doc](https://packager.io/documentation/
23
32
  * RHEL/CentOS 7
24
33
  * RHEL/CentOS 6
25
34
  * Suse Linux Enterprise Server 12
26
- * Fedora 20
35
+ * Suse Linux Enterprise Server 11
36
+ * Amazon Linux AMI 2015
27
37
  * Amazon Linux AMI 2014
28
38
 
29
39
  ## Examples
@@ -1,3 +1,4 @@
1
- https://github.com/pkgr/heroku-buildpack-ruby.git#universal,BUILDPACK_NODE_VERSION="0.6.8",CURL_CONNECT_TIMEOUT=60,CURL_TIMEOUT=300
1
+ https://github.com/pkgr/heroku-buildpack-ruby.git#buildcurl,BUILDPACK_NODE_VERSION="0.6.8"
2
+ https://github.com/pkgr/heroku-buildpack-python.git#buildcurl
2
3
  https://github.com/heroku/heroku-buildpack-nodejs.git#v58
3
4
  https://github.com/kr/heroku-buildpack-go.git
@@ -1,3 +1,4 @@
1
- https://github.com/pkgr/heroku-buildpack-ruby.git#universal,BUILDPACK_NODE_VERSION="0.6.8",CURL_CONNECT_TIMEOUT=60,CURL_TIMEOUT=300
1
+ https://github.com/pkgr/heroku-buildpack-ruby.git#buildcurl,BUILDPACK_NODE_VERSION="0.6.8"
2
+ https://github.com/pkgr/heroku-buildpack-python.git#buildcurl
2
3
  https://github.com/heroku/heroku-buildpack-nodejs.git#v58
3
4
  https://github.com/kr/heroku-buildpack-go.git
@@ -1,3 +1,4 @@
1
- https://github.com/pkgr/heroku-buildpack-ruby.git#universal,BUILDPACK_NODE_VERSION="0.6.8",CURL_CONNECT_TIMEOUT=60,CURL_TIMEOUT=300
1
+ https://github.com/pkgr/heroku-buildpack-ruby.git#buildcurl,BUILDPACK_NODE_VERSION="0.6.8"
2
+ https://github.com/pkgr/heroku-buildpack-python.git#buildcurl
2
3
  https://github.com/heroku/heroku-buildpack-nodejs.git#v58
3
4
  https://github.com/kr/heroku-buildpack-go.git
@@ -1,3 +1,4 @@
1
- https://github.com/pkgr/heroku-buildpack-ruby.git#universal,BUILDPACK_NODE_VERSION="0.6.8",CURL_CONNECT_TIMEOUT=60,CURL_TIMEOUT=300
1
+ https://github.com/pkgr/heroku-buildpack-ruby.git#buildcurl,BUILDPACK_NODE_VERSION="0.6.8"
2
+ https://github.com/pkgr/heroku-buildpack-python.git#buildcurl
2
3
  https://github.com/heroku/heroku-buildpack-nodejs.git#v58
3
4
  https://github.com/kr/heroku-buildpack-go.git
@@ -1,2 +1,3 @@
1
+ https://github.com/pkgr/heroku-buildpack-ruby.git#buildcurl,BUILDPACK_NODE_VERSION="0.6.8"
2
+ https://github.com/pkgr/heroku-buildpack-python.git#buildcurl
1
3
  https://github.com/heroku/heroku-buildpack-ruby.git,CURL_CONNECT_TIMEOUT=60,CURL_TIMEOUT=300
2
- https://github.com/heroku/heroku-buildpack-nodejs.git
@@ -1,3 +1,4 @@
1
- https://github.com/pkgr/heroku-buildpack-ruby.git#universal,BUILDPACK_NODE_VERSION="0.6.8",CURL_CONNECT_TIMEOUT=60,CURL_TIMEOUT=300
1
+ https://github.com/pkgr/heroku-buildpack-ruby.git#buildcurl,BUILDPACK_NODE_VERSION="0.6.8"
2
+ https://github.com/pkgr/heroku-buildpack-python.git#buildcurl
2
3
  https://github.com/heroku/heroku-buildpack-nodejs.git#v58
3
4
  https://github.com/kr/heroku-buildpack-go.git
@@ -1,3 +1,4 @@
1
- https://github.com/pkgr/heroku-buildpack-ruby.git#universal,BUILDPACK_NODE_VERSION="0.6.8",CURL_CONNECT_TIMEOUT=60,CURL_TIMEOUT=300
1
+ https://github.com/pkgr/heroku-buildpack-ruby.git#buildcurl,BUILDPACK_NODE_VERSION="0.6.8"
2
+ https://github.com/pkgr/heroku-buildpack-python.git#buildcurl
2
3
  https://github.com/heroku/heroku-buildpack-nodejs.git#v58
3
4
  https://github.com/kr/heroku-buildpack-go.git
@@ -1,2 +1,3 @@
1
- https://github.com/pkgr/heroku-buildpack-ruby.git#universal,BUILDPACK_NODE_VERSION="0.6.8",CURL_CONNECT_TIMEOUT=60,CURL_TIMEOUT=300
1
+ https://github.com/pkgr/heroku-buildpack-ruby.git#buildcurl,BUILDPACK_NODE_VERSION="0.6.8"
2
+ https://github.com/pkgr/heroku-buildpack-python.git#buildcurl
2
3
  https://github.com/heroku/heroku-buildpack-nodejs.git#v58
@@ -1,2 +1,3 @@
1
- https://github.com/pkgr/heroku-buildpack-ruby.git#universal,BUILDPACK_NODE_VERSION="0.6.8",CURL_CONNECT_TIMEOUT=60,CURL_TIMEOUT=300
1
+ https://github.com/pkgr/heroku-buildpack-ruby.git#buildcurl,BUILDPACK_NODE_VERSION="0.6.8"
2
+ https://github.com/pkgr/heroku-buildpack-python.git#buildcurl
2
3
  https://github.com/heroku/heroku-buildpack-nodejs.git#v58
@@ -1,2 +1,3 @@
1
- https://github.com/pkgr/heroku-buildpack-ruby.git#universal,BUILDPACK_NODE_VERSION="0.6.8",CURL_CONNECT_TIMEOUT=60,CURL_TIMEOUT=300
1
+ https://github.com/pkgr/heroku-buildpack-ruby.git#buildcurl,BUILDPACK_NODE_VERSION="0.6.8"
2
+ https://github.com/pkgr/heroku-buildpack-python.git#buildcurl
2
3
  https://github.com/heroku/heroku-buildpack-nodejs.git#v58
@@ -1,2 +1,3 @@
1
- https://github.com/heroku/heroku-buildpack-ruby.git,CURL_CONNECT_TIMEOUT=60,CURL_TIMEOUT=300
2
- https://github.com/heroku/heroku-buildpack-nodejs.git
1
+ https://github.com/pkgr/heroku-buildpack-ruby.git#buildcurl,BUILDPACK_NODE_VERSION="0.6.8"
2
+ https://github.com/pkgr/heroku-buildpack-python.git#buildcurl
3
+ https://github.com/heroku/heroku-buildpack-nodejs.git
@@ -1,3 +1,4 @@
1
- https://github.com/pkgr/heroku-buildpack-ruby.git#universal,BUILDPACK_NODE_VERSION="0.6.8",CURL_CONNECT_TIMEOUT=60,CURL_TIMEOUT=300
1
+ https://github.com/pkgr/heroku-buildpack-ruby.git#buildcurl,BUILDPACK_NODE_VERSION="0.6.8"
2
+ https://github.com/pkgr/heroku-buildpack-python.git#buildcurl
2
3
  https://github.com/heroku/heroku-buildpack-nodejs.git#v58
3
4
  https://github.com/kr/heroku-buildpack-go.git
@@ -1,3 +1,4 @@
1
- https://github.com/pkgr/heroku-buildpack-ruby.git#universal,BUILDPACK_NODE_VERSION="0.6.8",CURL_CONNECT_TIMEOUT=60,CURL_TIMEOUT=300
1
+ https://github.com/pkgr/heroku-buildpack-ruby.git#buildcurl,BUILDPACK_NODE_VERSION="0.6.8"
2
+ https://github.com/pkgr/heroku-buildpack-python.git#buildcurl
2
3
  https://github.com/heroku/heroku-buildpack-nodejs.git#v58
3
4
  https://github.com/kr/heroku-buildpack-go.git
@@ -1,3 +1,4 @@
1
- https://github.com/pkgr/heroku-buildpack-ruby.git,CURL_CONNECT_TIMEOUT=60,CURL_TIMEOUT=300
1
+ https://github.com/pkgr/heroku-buildpack-ruby.git#buildcurl,BUILDPACK_NODE_VERSION="0.6.8"
2
+ https://github.com/pkgr/heroku-buildpack-python.git#buildcurl
2
3
  https://github.com/heroku/heroku-buildpack-nodejs.git#v58
3
4
  https://github.com/kr/heroku-buildpack-go.git
@@ -1,3 +1,3 @@
1
1
  module Pkgr
2
- VERSION = "1.5.0"
2
+ VERSION = "1.5.1"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: pkgr
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.5.0
4
+ version: 1.5.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Cyril Rohr