warclight 0.8.0 → 0.8.1
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +18 -0
- data/lib/warclight/version.rb +1 -1
- data/template.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: e19227d4722a769d8f35116e490eb3517013a3e8c116d275bf7beeb170b00eb2
|
4
|
+
data.tar.gz: e573a576e65752441867e965350ca84845cdcf772f0b99934a39646726cf25a7
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: e0939ab0f5f8507cce7ede904f17be3943ebd3a6c6fa7c8ba2d3449766a8658570375c6465f0e32f6cb84546dff26c6e92e6d4c04beb09d2782ce08c56a8464b
|
7
|
+
data.tar.gz: 641c1253f28e2c5652318b0ac1fc0576c4b122c73464e6e305c9aef4465ea26edb541bc03934c4f52738307a9d0f87f647ad6e570679af0433f90b52bee4e021
|
data/CHANGELOG.md
CHANGED
@@ -1,5 +1,23 @@
|
|
1
1
|
# Change Log
|
2
2
|
|
3
|
+
## [v0.8.0](https://github.com/archivesunleashed/warclight/tree/v0.8.0) (2019-03-24)
|
4
|
+
[Full Changelog](https://github.com/archivesunleashed/warclight/compare/v0.7.1...v0.8.0)
|
5
|
+
|
6
|
+
**Closed issues:**
|
7
|
+
|
8
|
+
- Discussion: TimeTravel API is unreliable and should not be used [\#58](https://github.com/archivesunleashed/warclight/issues/58)
|
9
|
+
|
10
|
+
**Merged pull requests:**
|
11
|
+
|
12
|
+
- \[ruby\] Upgrade rubocop to version 0.65.0 [\#62](https://github.com/archivesunleashed/warclight/pull/62) ([depfu[bot]](https://github.com/apps/depfu))
|
13
|
+
- \[ruby\] Upgrade rubocop to version 0.64.0 [\#61](https://github.com/archivesunleashed/warclight/pull/61) ([depfu[bot]](https://github.com/apps/depfu))
|
14
|
+
- \[ruby\] Upgrade rubocop-rspec to version 1.32.0 [\#60](https://github.com/archivesunleashed/warclight/pull/60) ([depfu[bot]](https://github.com/apps/depfu))
|
15
|
+
- \[ruby\] Upgrade rubocop to version 0.63.0 [\#59](https://github.com/archivesunleashed/warclight/pull/59) ([depfu[bot]](https://github.com/apps/depfu))
|
16
|
+
- \[ruby\] Upgrade blacklight to version 7.0.1 [\#57](https://github.com/archivesunleashed/warclight/pull/57) ([depfu[bot]](https://github.com/apps/depfu))
|
17
|
+
- Upgrade rubocop to version 0.61.1 [\#50](https://github.com/archivesunleashed/warclight/pull/50) ([depfu[bot]](https://github.com/apps/depfu))
|
18
|
+
- Upgrade coffee-rails to version 4.2.2 [\#49](https://github.com/archivesunleashed/warclight/pull/49) ([depfu[bot]](https://github.com/apps/depfu))
|
19
|
+
- \[ImgBot\] Optimize images [\#48](https://github.com/archivesunleashed/warclight/pull/48) ([imgbot[bot]](https://github.com/apps/imgbot))
|
20
|
+
|
3
21
|
## [v0.7.1](https://github.com/archivesunleashed/warclight/tree/v0.7.1) (2018-10-15)
|
4
22
|
[Full Changelog](https://github.com/archivesunleashed/warclight/compare/v0.7.0...v0.7.1)
|
5
23
|
|
data/lib/warclight/version.rb
CHANGED
data/template.rb
CHANGED