jsonapi_errors_handler 0.0.0 → 0.0.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
  SHA256:
3
- metadata.gz: c2d07ae62f83507e8f7c094354ad5a64046e0a4cd1199a7afca065885a66c34a
4
- data.tar.gz: df742b806d95c370a2457d7deac6c01880918f9b1d538b259211efdae92b6d26
3
+ metadata.gz: cb11b3f42d8dc4e23da33a7c3768b59f551b0ba5c8f41dc31ae794543751f888
4
+ data.tar.gz: 0f3861d1e70dffac65da8acb2c15bf6cd3e2ab056a798ecfb64158df0585d5a7
5
5
  SHA512:
6
- metadata.gz: fbe955630d2ce19ae66e0e856cfd9616071c69f8dea14b608b473d25760b104b5474274af2c70a2173d904758088d365774ba886d1b99e92dee7ec3c4af0ea9f
7
- data.tar.gz: 8800340bc2d398f2bdfb18698ede98feff1fe2d4b01913435583fc7bb86d3c1a23ad6d382a5975559ee407bd377432af3f5fcc0debe642a812c716da481806f3
6
+ metadata.gz: d9d1cb4e282c15cdc999df5a6181059b5ddaec11b2494fb5e37bef0ab17f2a968431d4acbf137ec3c676827c5542e920cc1c75b218b71345b739deacf624873a
7
+ data.tar.gz: c128b273ce317c637992c3b04b24c5ad9382d04dbc9793184e0197ce2e97bf15889c0f529fd964b970455d72f8eccaa3c00422b445d7566aef34c1794aad132d
data/Gemfile.lock ADDED
@@ -0,0 +1,35 @@
1
+ PATH
2
+ remote: .
3
+ specs:
4
+ jsonapi_errors_handler (0.0.0)
5
+
6
+ GEM
7
+ remote: https://rubygems.org/
8
+ specs:
9
+ diff-lcs (1.3)
10
+ rake (10.5.0)
11
+ rspec (3.8.0)
12
+ rspec-core (~> 3.8.0)
13
+ rspec-expectations (~> 3.8.0)
14
+ rspec-mocks (~> 3.8.0)
15
+ rspec-core (3.8.0)
16
+ rspec-support (~> 3.8.0)
17
+ rspec-expectations (3.8.2)
18
+ diff-lcs (>= 1.2.0, < 2.0)
19
+ rspec-support (~> 3.8.0)
20
+ rspec-mocks (3.8.0)
21
+ diff-lcs (>= 1.2.0, < 2.0)
22
+ rspec-support (~> 3.8.0)
23
+ rspec-support (3.8.0)
24
+
25
+ PLATFORMS
26
+ ruby
27
+
28
+ DEPENDENCIES
29
+ bundler (~> 1.16)
30
+ jsonapi_errors_handler!
31
+ rake (~> 10.0)
32
+ rspec (~> 3.0)
33
+
34
+ BUNDLED WITH
35
+ 1.16.6
Binary file
@@ -1,3 +1,3 @@
1
1
  module JsonapiErrorsHandler
2
- VERSION = "0.0.0"
2
+ VERSION = "0.0.1"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: jsonapi_errors_handler
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.0
4
+ version: 0.0.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Sebastian Wilgosz
@@ -64,11 +64,13 @@ files:
64
64
  - ".rspec"
65
65
  - ".travis.yml"
66
66
  - Gemfile
67
+ - Gemfile.lock
67
68
  - LICENSE.txt
68
69
  - README.md
69
70
  - Rakefile
70
71
  - bin/console
71
72
  - bin/setup
73
+ - jsonapi_errors_handler-0.0.0.gem
72
74
  - jsonapi_errors_handler.gemspec
73
75
  - lib/jsonapi_errors_handler.rb
74
76
  - lib/jsonapi_errors_handler/version.rb