getrepos 0.1.0 → 0.1.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 +4 -4
- data/README.md +1 -3
- data/lib/getrepos/init.rb +1 -1
- data/lib/getrepos/version.rb +1 -1
- data/test/repos-basic-usage.json +1 -1
- data/test/repos-common-python-tar-xz.json +1 -1
- data/test/repos-common-python-tgz.json +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: 0a91afd2e60902608bf29c94fc8e2c74d4d65fe3
|
4
|
+
data.tar.gz: 35a6d6b3847a1aff50bc9f2c7c02c09d6ade3235
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: b198197a6eea32a1a6b73776a7db34bd0eba5587bb3b299db6d9aa05703eccfb8bdb5d3d3cacb09a885d11eca5507ebd1f4d73e0dc09e31b2eb6d1ffcf970f93
|
7
|
+
data.tar.gz: 62b49b8ad59b194f9111a52398a6870f8209b3ecd49291e1dd16a07939305f8b448c21fa58fcfec8a6ce3381710d2cb3acba03170c22c6c3b84698ffd6940566
|
data/README.md
CHANGED
@@ -102,7 +102,7 @@ getrepos init repos.json
|
|
102
102
|
{"repos": [
|
103
103
|
{"name": "nginx", "version": "1.9.12", "url": "http://nginx.org/download/nginx-1.9.12.tar.gz"},
|
104
104
|
|
105
|
-
{"name": "luajit", "version": "2.1.0-beta2", "url": "http://luajit.org/download/LuaJIT-2.1.0-beta2.tar.gz"},
|
105
|
+
{"name": "luajit", "version": "2.1.0-beta2", "url": "http://luajit.org/download/LuaJIT-2.1.0-beta2.tar.gz", "path": "LuaJIT-2.1.0-beta2"},
|
106
106
|
{"name": "lua-cjson", "version": "2.1.0.3", "url": "https://github.com/openresty/lua-cjson.git"},
|
107
107
|
{"name": "hiredis", "version": "v0.13.3", "url": "https://github.com/redis/hiredis.git"},
|
108
108
|
{"name": "libmaxminddb", "version": "1.1.4", "url": "https://github.com/maxmind/libmaxminddb/releases/download/1.1.4/libmaxminddb-1.1.4.tar.gz"},
|
@@ -144,11 +144,9 @@ build
|
|
144
144
|
├── lua-upstream-nginx-v0.05
|
145
145
|
├── luajit-2.1.0-beta2
|
146
146
|
├── nginx-1.9.12
|
147
|
-
├── nginx-aaa-v0.9.1
|
148
147
|
├── nginx-push-stream-0.5.1
|
149
148
|
├── ngx_cache_purge-2.3
|
150
149
|
├── ngx_http_auth_request-662785733552
|
151
|
-
├── pcre-8.38
|
152
150
|
├── redis2-nginx-v0.12
|
153
151
|
└── set-misc-nginx-v0.30
|
154
152
|
```
|
data/lib/getrepos/init.rb
CHANGED
@@ -6,7 +6,7 @@ module GetRepos
|
|
6
6
|
// Nginx
|
7
7
|
{"name": "nginx", "version": "1.9.12", "url": "http://nginx.org/download/nginx-1.9.12.tar.gz"},
|
8
8
|
// Deps
|
9
|
-
{"name": "luajit", "version": "2.1.0-beta2", "url": "http://luajit.org/download/LuaJIT-2.1.0-beta2.tar.gz"},
|
9
|
+
{"name": "luajit", "version": "2.1.0-beta2", "url": "http://luajit.org/download/LuaJIT-2.1.0-beta2.tar.gz", "path": "LuaJIT-2.1.0-beta2"},
|
10
10
|
{"name": "lua-cjson", "version": "2.1.0.3", "url": "https://github.com/openresty/lua-cjson.git"},
|
11
11
|
{"name": "hiredis", "version": "v0.13.3", "url": "https://github.com/redis/hiredis.git"},
|
12
12
|
{"name": "libmaxminddb", "version": "1.1.4", "url": "https://github.com/maxmind/libmaxminddb/releases/download/1.1.4/libmaxminddb-1.1.4.tar.gz"},
|
data/lib/getrepos/version.rb
CHANGED
data/test/repos-basic-usage.json
CHANGED
@@ -2,7 +2,7 @@
|
|
2
2
|
// Nginx
|
3
3
|
{"name": "nginx", "version": "1.9.12", "url": "http://nginx.org/download/nginx-1.9.12.tar.gz"},
|
4
4
|
// Deps
|
5
|
-
{"name": "luajit", "version": "2.1.0-beta2", "url": "http://luajit.org/download/LuaJIT-2.1.0-beta2.tar.gz"},
|
5
|
+
{"name": "luajit", "version": "2.1.0-beta2", "url": "http://luajit.org/download/LuaJIT-2.1.0-beta2.tar.gz", "path": "LuaJIT-2.1.0-beta2"},
|
6
6
|
{"name": "lua-cjson", "version": "2.1.0.3", "url": "https://github.com/openresty/lua-cjson.git"},
|
7
7
|
{"name": "hiredis", "version": "v0.13.3", "url": "https://github.com/redis/hiredis.git"},
|
8
8
|
{"name": "libmaxminddb", "version": "1.1.4", "url": "https://github.com/maxmind/libmaxminddb/releases/download/1.1.4/libmaxminddb-1.1.4.tar.gz"},
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: getrepos
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.1.
|
4
|
+
version: 0.1.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Rogério Schneider
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2016-03-
|
11
|
+
date: 2016-03-26 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: commander
|