beaker-hostgenerator 1.1.3 → 1.1.4
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +8 -8
- data/CHANGELOG.md +3 -0
- data/lib/beaker-hostgenerator/data.rb +1 -1
- data/lib/beaker-hostgenerator/version.rb +1 -1
- metadata +3 -3
checksums.yaml
CHANGED
@@ -1,15 +1,15 @@
|
|
1
1
|
---
|
2
2
|
!binary "U0hBMQ==":
|
3
3
|
metadata.gz: !binary |-
|
4
|
-
|
4
|
+
ZTExYTU5OTkyMDVjZWRhYjgzNDU0YTA1NWQwYTk5M2VmYjdiYTk0Yw==
|
5
5
|
data.tar.gz: !binary |-
|
6
|
-
|
6
|
+
Y2VhZjE5MmZjYjNmYWYzYThmY2JlZWYyYzNkYjgxZjEyMjM4YWFhNA==
|
7
7
|
SHA512:
|
8
8
|
metadata.gz: !binary |-
|
9
|
-
|
10
|
-
|
11
|
-
|
9
|
+
OGJmNGQ5MjA2MzBhOGY0OGVhOTNkZTc0OTFmYjI5NDRkNWU0N2IxZWI0ODcx
|
10
|
+
ZTExMWRlZjVmNTZmYWQyODBlZTFmZTk1MDEwMzYxNTVlMzkwMDMwMmEyMjQ3
|
11
|
+
N2U3ZTk5NzkyYTk0OGMwY2RiZGRjZjRjNzBlYTU2NGYyNTI5MmQ=
|
12
12
|
data.tar.gz: !binary |-
|
13
|
-
|
14
|
-
|
15
|
-
|
13
|
+
YmUyMzUzYTk0Mzg5NTY5NjhjYzI2YmViMDRhNTJhZGY1Yjg4OTJiMWQ3NDMz
|
14
|
+
OTE1MjUxYzZhNmEzN2I3Yzc0N2Q1YmVjODAzMjBmZmE2YjVmNGJhMTBjNThl
|
15
|
+
YTY5NzhlYTdiMzhkMmJjNGY2MjVmMDI5MTQzN2JmOWMxYzE1YWI=
|
data/CHANGELOG.md
CHANGED
@@ -4,6 +4,9 @@ All notable changes to this project will be documented in this file.
|
|
4
4
|
This project makes a strong effort to adhere to [Semantic
|
5
5
|
Versioning](http://semver.org).
|
6
6
|
|
7
|
+
## [1.1.4] - 2017-11-15
|
8
|
+
- Update abs template string for AARCH64
|
9
|
+
|
7
10
|
## [1.1.3] - 2017-10-27
|
8
11
|
- Add platforms:
|
9
12
|
- osx1013-64
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: beaker-hostgenerator
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.1.
|
4
|
+
version: 1.1.4
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Branan Purvine-Riley
|
@@ -10,7 +10,7 @@ authors:
|
|
10
10
|
autorequire:
|
11
11
|
bindir: bin
|
12
12
|
cert_chain: []
|
13
|
-
date: 2017-
|
13
|
+
date: 2017-11-15 00:00:00.000000000 Z
|
14
14
|
dependencies:
|
15
15
|
- !ruby/object:Gem::Dependency
|
16
16
|
name: minitest
|
@@ -236,7 +236,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
236
236
|
version: '0'
|
237
237
|
requirements: []
|
238
238
|
rubyforge_project:
|
239
|
-
rubygems_version: 2.4.
|
239
|
+
rubygems_version: 2.4.8
|
240
240
|
signing_key:
|
241
241
|
specification_version: 4
|
242
242
|
summary: Beaker Host Generator Utility
|