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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 26c87a9d420ba019d3484fa10d85fb617acaa31f
4
- data.tar.gz: 64de56514c2b8d83e0a08a41f72c742e174af176
3
+ metadata.gz: 0a91afd2e60902608bf29c94fc8e2c74d4d65fe3
4
+ data.tar.gz: 35a6d6b3847a1aff50bc9f2c7c02c09d6ade3235
5
5
  SHA512:
6
- metadata.gz: d3e7deb628a44a5c5dcc71ef377e60ecd6f6b36edebbc52f4d8fe6f61652537048b416d14f510ed9695f4e2f294662d42a728fb5d456b5b4bdcbaeb41e731947
7
- data.tar.gz: ef4d517245dacc05e85f4d5c158c9182134209cf94bb388d6a4bd767017b8225ecafe1960ff3ffd5c55014721ad0d3e4a4efb5655cfb07de1f0b96ad0db34b16
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
  ```
@@ -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"},
@@ -1,3 +1,3 @@
1
1
  module GetRepos
2
- VERSION = '0.1.0'
2
+ VERSION = '0.1.1'
3
3
  end
@@ -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"},
@@ -1,3 +1,3 @@
1
1
  {"repos": [
2
- {"name": "python", "version": "3.5.1", "url": "https://www.python.org/ftp/python/3.5.1/Python-3.5.1.tar.xz"}
2
+ {"name": "python", "version": "3.5.1", "url": "https://www.python.org/ftp/python/3.5.1/Python-3.5.1.tar.xz", "path": "Python-3.5.1"}
3
3
  ]}
@@ -1,3 +1,3 @@
1
1
  {"repos": [
2
- {"name": "python", "version": "3.5.1", "url": "https://www.python.org/ftp/python/3.5.1/Python-3.5.1.tgz"}
2
+ {"name": "python", "version": "3.5.1", "url": "https://www.python.org/ftp/python/3.5.1/Python-3.5.1.tgz", "path": "Python-3.5.1"}
3
3
  ]}
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.0
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-18 00:00:00.000000000 Z
11
+ date: 2016-03-26 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: commander