jsonapi_rspec 0.2.0 → 0.2.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
  SHA1:
3
- metadata.gz: 51b4c3c8b180371728a5009b411cda7f77e2abe6
4
- data.tar.gz: 258bf4d2d722df6b7c821d4d9aafd0d60f7261f2
3
+ metadata.gz: bd3c396ce463d2d0e5cc4eadb1388ed33f3904bf
4
+ data.tar.gz: d9c1721e2d66bc797690e2b9b2617516c8a1044c
5
5
  SHA512:
6
- metadata.gz: 9ad0236147e56ee872977834fc829c04bbe5e20442d06c1da8abb2164e1a2a0a9467f4d425bd7cfd3827949156d247cdd334eafef56389c7bede2543a88c9cc2
7
- data.tar.gz: 0db6c4e02dc98702339c10cf7a28f6b247057c63332922d15b553770f98034527903cf08434ae3650c2d660646073dedba3894d21cd5a394af12588ca2742805
6
+ metadata.gz: 3efb55b570842c4e432b56ffeb62d3bb63c71cb8fe18d077d1bd6e7981e97058fe57d138a7934740b6afa3c809c5e13cd9947e9da4e0e76f47c673283f4d8b4d
7
+ data.tar.gz: 9a36e27ecc06158474515f7aa8d2a170d4433a007e1c94673c0605ff51bce66a370c6594dd0445a4ab40e4831fa5b46a05b19832092b1c0d861ba5ed2ccd68e5
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- jsonapi_rspec (0.2.0)
4
+ jsonapi_rspec (0.2.1)
5
5
  activesupport (>= 4.2.8)
6
6
 
7
7
  GEM
@@ -1,6 +1,8 @@
1
- require_relative 'string'
1
+ require 'rspec/matchers'
2
2
  require 'active_support/all'
3
3
 
4
+ require_relative 'string'
5
+
4
6
  # Class BeJsonApiResponseFor provides custom RSpec matching for json:api
5
7
  # responses for a given object instance. It checks attributes and elements
6
8
  # iteratively and fails on the first mismatch that it finds.
@@ -1,3 +1,3 @@
1
1
  module JsonapiRspec
2
- VERSION = '0.2.0'.freeze
2
+ VERSION = '0.2.1'.freeze
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: jsonapi_rspec
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.0
4
+ version: 0.2.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Chris Blackburn