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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: d18f6bb18e98e1737710fd8ac0f650f4484703fe5be2730e2c66f9d9810ab175
4
- data.tar.gz: 5eab2a74a5fd3cd999abfbae75b3b70212d0c79fa8f98d60be572a687b4bfc2b
3
+ metadata.gz: e19227d4722a769d8f35116e490eb3517013a3e8c116d275bf7beeb170b00eb2
4
+ data.tar.gz: e573a576e65752441867e965350ca84845cdcf772f0b99934a39646726cf25a7
5
5
  SHA512:
6
- metadata.gz: b3dfd98948f41e6e353ddd6ec7f25e2cc87699708ae807938c31b20606dd38e586247a784afee8e9e3d9a947e8413b28dafa7a08bd838f08522525fd9776f21a
7
- data.tar.gz: 4e5f0dab5a13dbee6713edb5368bc83cc6f0d7e24069f816e508a60d9695ef1683798ace40f8ff1b096dafc3856d63392173927f7b79ba4713a74105456d175d
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
 
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Warclight
4
- VERSION = '0.8.0'
4
+ VERSION = '0.8.1'
5
5
  end
data/template.rb CHANGED
@@ -1,7 +1,7 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  gem 'warclight', github: 'archivesunleashed/warclight'
4
- gem 'blacklight_range_limit', '7.0.0.rc2'
4
+ gem 'blacklight_range_limit', '7.0.0'
5
5
 
6
6
  run 'bundle install'
7
7
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: warclight
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.8.0
4
+ version: 0.8.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Nick Ruest