inqlude 0.9.0 → 0.10.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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: b71cfe26a50e95a5925b48324ff91b084b0bcd7e
4
- data.tar.gz: 3a07f9ec5fd189e2d258f5de6871dccb8cc44ab0
3
+ metadata.gz: bb5ecba8f30c1277b0ee06479beea0dc7d98dc03
4
+ data.tar.gz: 82ae5e67062cff6c91ac2694d0e25679c3355074
5
5
  SHA512:
6
- metadata.gz: 0665295254b87ab55b65dcd8e95c5e9406f467186684e551e989b2955bd460f92f2c62873dbed355a94f76f23a7bee76124c59e7eae38cda6bff462329fac7bc
7
- data.tar.gz: 704e0a8c7584a2c4ba13524dc5b8c1e62c593341bccb70d2a10171225c4bc8c974e380bb7a8df9867cacaa8bc281263776a0ce7b7985da31827f6cd5817d1508
6
+ metadata.gz: e7c581608e36948b634d3ed3543691470be37a2c7e646174d92080c3cb69f7e5b54e06e153b3a784e26fc31c78d1e1e94a98ed9bc4f7c957c5394d67c140aecd
7
+ data.tar.gz: 45d27e7a63ae58d69111b90357c8e237bc59bc2bd455b026aabaeed11fc8118d16413fb5bb9e85533c9663f0bbfc703d5dc06defadf0083b575d6695ed00c020
@@ -1,5 +1,9 @@
1
1
  # Change log of Inqlude
2
2
 
3
+ ## Version 0.10.0
4
+
5
+ * Add `linux` attribute for `packages` section for generic links to generic Linux binaries
6
+
3
7
  ## Version 0.9.0
4
8
 
5
9
  * Put out progress when creating release manifests
@@ -62,6 +62,7 @@ class Manifest < JsonObject
62
62
  attribute :windows
63
63
  attribute :ubuntu
64
64
  attribute :osx
65
+ attribute :linux
65
66
  end
66
67
  attribute :group
67
68
 
@@ -1,3 +1,3 @@
1
1
  module Inqlude
2
- VERSION = "0.9.0"
2
+ VERSION = "0.10.0"
3
3
  end
@@ -243,6 +243,22 @@ entry.
243
243
  Each entry contains the package_name, repository, and source_rpm attributes.
244
244
  The repository contains a url and a name sub-attribute.
245
245
 
246
+ #### ubuntu
247
+
248
+ Generic link to an Ubuntu binary package.
249
+
250
+ #### linux
251
+
252
+ Generic link to generic Linux binary package.
253
+
254
+ #### windows
255
+
256
+ Generic link to generic Windows binary package.
257
+
258
+ #### osx
259
+
260
+ Generic link to generic Mac OS binary package.
261
+
246
262
  ### group
247
263
 
248
264
  Name of a group
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: inqlude
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.9.0
4
+ version: 0.10.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Cornelius Schumacher
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2016-10-15 00:00:00.000000000 Z
11
+ date: 2016-10-18 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: thor