rspice 0.6.2 → 0.6.3

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: 4e9ed511ca6741cf645c3327a0d622ea81a0fc6f4584a1d99bb7c9fc8a1e08cf
4
- data.tar.gz: 71eed99a74bb44e6b5b6a5081ac2a4ba7d626289998529f776a79bc579951a7d
3
+ metadata.gz: 0541b0e229773383410a71203dfa8ee79487aa065cb53201389e2d33782cd1ad
4
+ data.tar.gz: 5d83c5fd61474970247ba0e8fb2c0fa6e10b6b42eb61439e50e1f8d653e86166
5
5
  SHA512:
6
- metadata.gz: 762802315143cc3686e0c0542e26dbfd51d2d8679b08d01ff3a1ea14e7e0e5d21bc670e5dc350df5a88f92eb98a6dabb1114214db4c6bebe21ca27ef74799aaf
7
- data.tar.gz: a7bf5390d49d7c745b0707ea6fe1c7f66e4ee62866485bb9130c7004c78dcc5b71772f465886209c521c449f49e054a9ce74d1c4d43f66563aa7c311a126178d
6
+ metadata.gz: 24d40f36f7a8bd984fbbd95ff05d6cc9fe6a29a6ba75496024cd764234716ac04889d406bc90cf85c41267bde2e32491306c41c2ac3ce73335ed5861ea4f1aa5
7
+ data.tar.gz: dc2154834145c3cb6fd7714fa6f34ca9a4935479fc6deebf98dbd48b1c0330febc2395682e3aed04521b712874fd75f60aed60a3a40545c2929d955802c15aa1
@@ -2,5 +2,6 @@
2
2
 
3
3
  require "rspice/custom_matchers/alias_method"
4
4
  require "rspice/custom_matchers/extend_module"
5
+ require "rspice/custom_matchers/have_error_with_detail_key"
5
6
  require "rspice/custom_matchers/include_module"
6
7
  require "rspice/custom_matchers/inherit_from"
@@ -2,5 +2,5 @@
2
2
 
3
3
  module Rspice
4
4
  # This constant is managed by spicerack
5
- VERSION = "0.6.2"
5
+ VERSION = "0.6.3"
6
6
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rspice
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.6.2
4
+ version: 0.6.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Eric Garside