panko_serializer 0.1.7 → 0.1.8

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: ae00bf37cb1dcce9c00df00c32e4f23bdba6081c
4
- data.tar.gz: '08e3f85bd87fe2a6c94b4210d53c605c5f5c2f53'
3
+ metadata.gz: 390a6c3440b79ab3748f8a6f904de26f615bdfc7
4
+ data.tar.gz: 2c402a39f74eff6b0ae928c7fe31840c9c82ea66
5
5
  SHA512:
6
- metadata.gz: 158ff5e032d418ae77b9758e9b84429029738c8cc09f40b3ac8d01c29490a1824e9785df97b066fd0bec83f9b2e17728a29680cf90966e0f3908d954e60990e7
7
- data.tar.gz: 25d8c763c866c2987ad320a72c3a1d9ec93f10a82f6d909d1fe549479262211752c8e79bf70eb2626fba39554482262663b5b5c6c435ae5f2cbe7860dfc63a28
6
+ metadata.gz: bb29ceacf15b3cf3d5dbcead7ca1c61ab758d3342e1af98323f1cee69cbc53e89375bc744cefdc77c5cf909f70b18ea2fe5523cd87ec4f8c02929a2a31d53cd6
7
+ data.tar.gz: f85fe9e539ce2c3e051c07139f01a3318f075102bb745cf809e31e0b75874e5af920f403dd834ad5eab0c8bc22cde77b39051bf85a0993546bd641f5c1062db2
@@ -10,4 +10,4 @@ require "action_controller"
10
10
  require "action_controller/railtie"
11
11
 
12
12
  require "active_model_serializers"
13
- require "panko"
13
+ require "panko_serializer"
@@ -1,4 +1,4 @@
1
1
  # frozen_string_literal: true
2
2
  module Panko
3
- VERSION = "0.1.7"
3
+ VERSION = "0.1.8"
4
4
  end
File without changes
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: panko_serializer
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.7
4
+ version: 0.1.8
5
5
  platform: ruby
6
6
  authors:
7
7
  - Yosi Attias
@@ -122,12 +122,12 @@ files:
122
122
  - ext/panko_serializer/time_conversion.h
123
123
  - ext/panko_serializer/type_cast.c
124
124
  - ext/panko_serializer/type_cast.h
125
- - lib/panko.rb
126
125
  - lib/panko/array_serializer.rb
127
126
  - lib/panko/response.rb
128
127
  - lib/panko/serialization_descriptor.rb
129
128
  - lib/panko/serializer.rb
130
129
  - lib/panko/version.rb
130
+ - lib/panko_serializer.rb
131
131
  - panko_serializer.gemspec
132
132
  homepage: ''
133
133
  licenses: