json_api_toolbox 0.7.0 → 0.7.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: d0559ff7f9c8bb8d2bab74981d15ec808a29efaf
4
- data.tar.gz: '08d15e1d6f8b234f7af34d1864ea4429d429ed83'
3
+ metadata.gz: f7680d19b43c12ad0345922dc1f110e2b24cea30
4
+ data.tar.gz: 87befb6ceba6184893f3b47c299fcdeaf48b0300
5
5
  SHA512:
6
- metadata.gz: 97eb5a10f3a1c0ffb66cdfd2fc79b74319b0b9a7442cf379f66aa63dabcc9e8d7783d30690b20bc47d3aee3dc0c806311be99b04e46b67044b846d8c1e765404
7
- data.tar.gz: d54e00475644cebb4a7fe8283c963242c70d54cf8a4f975f373812eeaf40f62836a14d70310fbe71d87a64b8ac83c5c4ccf21405c1a77abb219bf65f0d32993f
6
+ metadata.gz: 1317696531c5040fc73a4dd71a0cb37108c1be4c83462d440f414d34529d52b11b1288a99ea730599a47a0bc40aa6815aa6b55fa7d7b91ef882ad63242ac8f9e
7
+ data.tar.gz: 876bc8d9222054714aac607af4a982270bebb5b519a68f5c075ed5f67a7f6a34d427ffb46a68587b685e1a59e42591a3e134f36a77c02b53e053cee89a42f8e4
data/CHANGELOG.md CHANGED
@@ -12,3 +12,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
12
12
  - Added Job Serializable
13
13
  - Added shared example "a json api response"
14
14
  - Added meta response count for all index routes
15
+
16
+ ## [0.7.1] - 2017-12-11
17
+ ### Changed
18
+ - Fix rspec required on shared_examples
@@ -1,5 +1,7 @@
1
1
  # frozen_string_literal: true
2
2
 
3
+ require 'rspec'
4
+
3
5
  module JsonApiToolbox
4
6
  module SpecSupport
5
7
  module SharedExamplesForControllers
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module JsonApiToolbox
4
- VERSION = '0.7.0'
4
+ VERSION = '0.7.1'
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: json_api_toolbox
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.7.0
4
+ version: 0.7.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Adriano Bacha