webvalve 0.9.7 → 0.9.8

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: d20ff6188f40da891f473d759c59756663969c5d
4
- data.tar.gz: 25c6f27d9285afaa2d0affe93f1e6b34052b9d64
3
+ metadata.gz: 097ffca5fb0e9d851d55be1a25b02d80b542c205
4
+ data.tar.gz: 80741096839e9434edf5c547cff438b2f5d6fa00
5
5
  SHA512:
6
- metadata.gz: 0c71debf9c31b8df724f6bf5751630a180dce3de6a3e3888057874abbb9533f6f8fca46b2198658eb3a00898792252c27dbb3aca041bbfc5e8a36737b46eb660
7
- data.tar.gz: 197ad5715b1851d086b8ead3550318a937468bfa9b6b92072fb7743252a6075aac0db5882df8a4d0b2fb94743210fc242181785cc47e2b585dadc11c7a1c1143
6
+ metadata.gz: 6439bcc0b4276542aa3eaeda4d44cd77b28860aa2935c7da4e2365b59e441d4801edd20ae83d2893f72ef84b238f5c9dd2cf34770b845aca925ad86d71cdb810
7
+ data.tar.gz: c57f8a23a19a07b903952a9101e394f2542e178ce28c232f59112d02b8b8de444bdcceeb95bd27eb44f9e70cbdca563eceed6ae667e9a6a2dcab84a665389ea2
data/CHANGELOG.md CHANGED
@@ -5,6 +5,14 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
5
5
  and this project aims to adhere to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
6
6
 
7
7
  ## [Unreleased]
8
+ ### Changed
9
+ ### Added
10
+ ### Removed
11
+
12
+ ## [0.9.8] - 2019-01-22
13
+ ### Changed
14
+ - fix load order of webvalve initializer from @jmileham (https://github.com/Betterment/webvalve/pull/26)
15
+ - drop support for rails 4.2 and jruby
8
16
 
9
17
  ## [0.9.7] - 2018-09-30
10
18
  ### Changed
@@ -18,7 +26,8 @@ and this project aims to adhere to [Semantic Versioning](http://semver.org/spec/
18
26
  ### Changed
19
27
  - WebMock 3+ support from @messanjah (https://github.com/Betterment/webvalve/pull/22)
20
28
 
21
- [Unreleased]: https://github.com/Betterment/webvalve/compare/v0.9.7...HEAD
29
+ [Unreleased]: https://github.com/Betterment/webvalve/compare/v0.9.8...HEAD
30
+ [0.9.8]: https://github.com/Betterment/webvalve/compare/v0.9.7...v0.9.8
22
31
  [0.9.7]: https://github.com/Betterment/webvalve/compare/v0.9.6...v0.9.7
23
32
  [0.9.6]: https://github.com/Betterment/webvalve/compare/v0.9.5...v0.9.6
24
33
  [0.9.5]: https://github.com/Betterment/webvalve/compare/v0.9.4...v0.9.5
@@ -10,7 +10,7 @@ module WebValve
10
10
  end
11
11
  end
12
12
 
13
- initializer 'webvalve.setup' do
13
+ initializer 'webvalve.setup', after: :load_config_initializers do
14
14
  if WebValve.enabled?
15
15
  WebValve.config_paths.each do |root|
16
16
  path = root.join('config', 'webvalve.rb').to_s
@@ -1,3 +1,3 @@
1
1
  module WebValve
2
- VERSION = "0.9.7"
2
+ VERSION = "0.9.8"
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: webvalve
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.9.7
4
+ version: 0.9.8
5
5
  platform: ruby
6
6
  authors:
7
7
  - Sam Moore
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2018-10-01 00:00:00.000000000 Z
11
+ date: 2019-01-22 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: activesupport