heimdall_tools 1.3.23.pre3 → 1.3.23.pre5

Sign up to get free protection for your applications and to get access to all the features.
Files changed (3) hide show
  1. checksums.yaml +4 -4
  2. data/CHANGELOG.md +21 -4
  3. metadata +1 -1
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: efb1889d8c51664d91902a1798e091ac590abdf32b6bbe13f3c638cbe942bf0f
4
- data.tar.gz: c4e5a1ebd7b4fa9c44a8fa2688ad7a21155b14424fa2fc83af840aba8e290af4
3
+ metadata.gz: 577a28eaac0f905e24e0ca3bd42fb0cb3261c8bf6712ee472f004afd5982a4d8
4
+ data.tar.gz: 931e9d675cd9a70352d91090d1b31c8dc8efb1e97319b020089ffb40a1af4f71
5
5
  SHA512:
6
- metadata.gz: 1bcdc70a9f985ec99e6e45f5f194728069755ca1f5a8f7388317bed9c9658035ca2732a089ed4e048cc55537e2c155f1cf4da38045dd75da2d573eb15b31fbcf
7
- data.tar.gz: b076d6d814164da1d4922f8fb611541f16a69f819fdcb151c39228b915db9c44cf81734be57334a8b56b17f5ef3a6cb9667d9fbeabe594d1705a0bfbf82f2053
6
+ metadata.gz: 0b3dfed47ce2ed7e394ed75a751e5df34cdc46d48b96ae2f1d7cf482aeab643ed227c28faa83cf139bb9fdfdee85d7d4a021f3c0ef99d85653265c248e5cdca0
7
+ data.tar.gz: 052a07abe8699aa822d5ddfd0ef2f0405a360804f75daf1c4e4186efd926f2d2e72a42f8659710bea9b139092b9f1ddbc1b7cf2f48c67e9cc61a5a8157aea1cf
data/CHANGELOG.md CHANGED
@@ -1,5 +1,25 @@
1
1
  # Changelog
2
2
 
3
+ ## [Unreleased](https://github.com/mitre/heimdall_tools/tree/HEAD)
4
+
5
+ [Full Changelog](https://github.com/mitre/heimdall_tools/compare/v1.3.23.pre4...HEAD)
6
+
7
+ **Merged pull requests:**
8
+
9
+ - Rubygems automatically trims the word \_api\_key when referencing the key [\#39](https://github.com/mitre/heimdall_tools/pull/39) ([rbclark](https://github.com/rbclark))
10
+
11
+ ## [v1.3.23.pre4](https://github.com/mitre/heimdall_tools/tree/v1.3.23.pre4) (2020-03-31)
12
+
13
+ [Full Changelog](https://github.com/mitre/heimdall_tools/compare/v1.3.23.pre3...v1.3.23.pre4)
14
+
15
+ **Merged pull requests:**
16
+
17
+ - Cleanup GPR and Rubygems release flow [\#38](https://github.com/mitre/heimdall_tools/pull/38) ([rbclark](https://github.com/rbclark))
18
+
19
+ ## [v1.3.23.pre3](https://github.com/mitre/heimdall_tools/tree/v1.3.23.pre3) (2020-03-31)
20
+
21
+ [Full Changelog](https://github.com/mitre/heimdall_tools/compare/v1.3.23.pre2...v1.3.23.pre3)
22
+
3
23
  ## [v1.3.23.pre2](https://github.com/mitre/heimdall_tools/tree/v1.3.23.pre2) (2020-03-31)
4
24
 
5
25
  [Full Changelog](https://github.com/mitre/heimdall_tools/compare/v1.3.23.pre...v1.3.23.pre2)
@@ -32,10 +52,6 @@
32
52
 
33
53
  [Full Changelog](https://github.com/mitre/heimdall_tools/compare/v1.3.18...v1.3.19)
34
54
 
35
- **Merged pull requests:**
36
-
37
- - Remove all gems from Gemfile and declare them properly in the gemspec [\#33](https://github.com/mitre/heimdall_tools/pull/33) ([rbclark](https://github.com/rbclark))
38
-
39
55
  ## [v1.3.18](https://github.com/mitre/heimdall_tools/tree/v1.3.18) (2020-03-28)
40
56
 
41
57
  [Full Changelog](https://github.com/mitre/heimdall_tools/compare/v1.3.17...v1.3.18)
@@ -146,6 +162,7 @@
146
162
 
147
163
  **Merged pull requests:**
148
164
 
165
+ - Remove all gems from Gemfile and declare them properly in the gemspec [\#33](https://github.com/mitre/heimdall_tools/pull/33) ([rbclark](https://github.com/rbclark))
149
166
  - Updating required nori gem version [\#16](https://github.com/mitre/heimdall_tools/pull/16) ([rx294](https://github.com/rx294))
150
167
  - Populate shasum and runtime field [\#14](https://github.com/mitre/heimdall_tools/pull/14) ([rx294](https://github.com/rx294))
151
168
  - Updates as per feedback [\#13](https://github.com/mitre/heimdall_tools/pull/13) ([rx294](https://github.com/rx294))
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: heimdall_tools
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.3.23.pre3
4
+ version: 1.3.23.pre5
5
5
  platform: ruby
6
6
  authors:
7
7
  - Robert Thew