precursor 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: f390a1a3b8749ba095c88074ad75d0d999cee718a6d394abea80e269f50327dd
4
- data.tar.gz: d6a2b52eb7cd36d0b5144a96fed24f76f708558d53782a69426bc80ca9e506df
3
+ metadata.gz: 82e8cf0cbc5bb84dd597bbc9a2cc47e44091a10127778f942518f5325aeaf35d
4
+ data.tar.gz: fea586355a0c7e3a974d1b15253314cd19305436edfe73c5c9b01ca9577fdb06
5
5
  SHA512:
6
- metadata.gz: a414e2d13365a2bea45566673d6b79e301f2ec736a93cff32304574ecf4b48a05267db80288c0128af4182df19a84d5c5be4fd9851503c6a4002aea210fce43c
7
- data.tar.gz: 9177ba4950d23d8f02fb4d8bea81b5806de34c5674a93600467d9235af9f09c514a79e560c958da4f4bd162198afbb56f6d4823d831c3b084b69355e1f4946f2
6
+ metadata.gz: 59009fca0d5ef42c486420a9c2cb165e3d379c713e585b1c02d4227998a813d1dc951c669e510698ec1014b4b3f39047d434fb906d8290bb29797f56813199bb
7
+ data.tar.gz: d45995519de94c99c2ce86c408e7249d412595e286efdff928fb857a8141a836b25bba553dfa84d57c53c27ee5b4e800dc4bc9b306526c9d552e79ea48922fe0
@@ -4,7 +4,7 @@ require_relative 'hash_vault'
4
4
 
5
5
  module Precursor
6
6
  # Vault that stores data in hash and allows to override config on the fly
7
- class OverrideVault < Vault
7
+ class OverrideVault < HashVault
8
8
  def initialize(hash = {})
9
9
  super(hash)
10
10
  end
data/lib/version.rb CHANGED
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Precursor
4
- VERSION = '0.8.0'
4
+ VERSION = '0.8.1'
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: precursor
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
  - Andrey Maraev