jsonapi_suite 0.5.2 → 0.5.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
  SHA1:
3
- metadata.gz: 4f3156e3656f1c08796832b3c6c9715976962311
4
- data.tar.gz: 691680713a9659d807fb5f3e634052a426f1813f
3
+ metadata.gz: 8555b6006dae2413abdcf8b34d09990f3a5278a5
4
+ data.tar.gz: 8597d6b9ba6f41a9bf69f6c5634a4c01dca2a73f
5
5
  SHA512:
6
- metadata.gz: ad9d73b0692e9e89f3077daa83fd73b730a28bb253165f0f27dfcd48979245dea74d9ce63950c5290b6833fa2ed93b837fcf315ab2104ad98e108f16de64c360
7
- data.tar.gz: c0ed7376f83c9e655de17e85b3828fa820697236d0b960297a2fdb0edaa9649ba6ad61b40f57afddc47024c09979c28f07b77e13eceeaa74469846a00cfe848b
6
+ metadata.gz: 04441e87742ac54bd0642a1e3b0cbaa984dbdb15148e64cf833de7e01aee740215da6a8d764c732632e932d71bd3b5c48584368bfdbe5d4b29b7b8d61e85f0c4
7
+ data.tar.gz: e2af27b269d8f32dbbbfbac35867ddaf973dbeb06de4014479e3ce004f9cf28a5de28ba7b6c9dd7019630e95932159dbd321f1f62a218e388eb6f0cba982b6ad
@@ -1,3 +1,3 @@
1
1
  module JsonapiSuite
2
- VERSION = "0.5.2"
2
+ VERSION = "0.5.3"
3
3
  end
data/lib/jsonapi_suite.rb CHANGED
@@ -4,7 +4,6 @@ require 'jsonapi/include_directive'
4
4
  require 'strong_resources'
5
5
  require 'jsonapi_compliable'
6
6
  require 'jsonapi_errorable'
7
- require 'jsonapi_swagger_helpers'
8
7
  require 'nested_attribute_reassignable'
9
8
 
10
9
  require "jsonapi_suite/version"
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: jsonapi_suite
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.5.2
4
+ version: 0.5.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Lee Richmond
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2017-02-11 00:00:00.000000000 Z
11
+ date: 2017-02-23 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rails