redis_hash 0.13.1 → 0.13.2

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: 6e9adfeebcde857b5d49930ef300183a7fa53deb293c1ed1f411e96a5c0ddcfe
4
- data.tar.gz: 7b44404551230c7bc18739add0e66999732c825679fcdce87b4cf049cf3fcfe5
3
+ metadata.gz: 327b44f06e77183df740c6e4f93a53f4f24f243912d9ee6c56c0058ca246ef4e
4
+ data.tar.gz: d3efb3c457b9fbefba04b39a15c1a6d81c639b1a936e7ee0511e5ab56c8610c5
5
5
  SHA512:
6
- metadata.gz: 940e7377e6fb6722e2d0e93220dcbaada801d82bcbf8fcd6f5966450c683c9264f035808f6d737be82b499cc91cfa551f57e153354c805e1c8d71636e0e9184d
7
- data.tar.gz: 4dc07589ba0cdc300068c7373b88b503492932fa4d5c01157f17e39349cf2d287b5d3c35d0a135ea28b21946965035053cf166b5474b95f646ab4c59e5cb01d6
6
+ metadata.gz: 38865776c9e6c7edeeb3b8ab81265755891962b3221dc28ee4fe5378470ad7dfcfa9b95e33256e739614d9a59862088f4393b7a2f1c4b4925835d05f2de261f9
7
+ data.tar.gz: a34f07721e02132db20a62a8a8ebaafae5b64669c5d773ab201406a988e01e516c04cf6a9adb83ddf147ba1865ceed7d7d4bcb00e69e86b883740d02798af757
@@ -1,3 +1,3 @@
1
1
  # frozen_string_literal: true
2
2
 
3
- require_relative "custom_matchers"
3
+ require_relative "rspec/custom_matchers"
@@ -1,4 +1,4 @@
1
1
  module RedisHash
2
2
  # This constant is managed by spicerack
3
- VERSION = "0.13.1"
3
+ VERSION = "0.13.2"
4
4
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: redis_hash
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.13.1
4
+ version: 0.13.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Eric Garside
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2019-05-29 00:00:00.000000000 Z
11
+ date: 2019-05-30 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: activesupport
@@ -66,8 +66,8 @@ files:
66
66
  - lib/redis_hash/concerns/mutations.rb
67
67
  - lib/redis_hash/concerns/predicates.rb
68
68
  - lib/redis_hash/concerns/schema.rb
69
- - lib/redis_hash/custom_matchers.rb
70
- - lib/redis_hash/custom_matchers/allow_key.rb
69
+ - lib/redis_hash/rspec/custom_matchers.rb
70
+ - lib/redis_hash/rspec/custom_matchers/allow_key.rb
71
71
  - lib/redis_hash/spec_helper.rb
72
72
  - lib/redis_hash/version.rb
73
73
  homepage: https://github.com/Freshly/spicerack/tree/master/redis_hash