philotic 1.2.1 → 1.2.2

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: e65a02c82dad79dbb1413340b4613cdc73c26205
4
- data.tar.gz: 4fef3510ebc2b80f251c3fa77ed6acb9d2203da1
3
+ metadata.gz: 7a0a0b4ae57da0f6b43b05601febb8cdb8758e84
4
+ data.tar.gz: 029b78c450e61411159336b6b10d86284cb939e6
5
5
  SHA512:
6
- metadata.gz: c36cd0b54fca4fc789b96c2a1ec13d41e91d32c2267eea262ee3cfc8a6dfa638d280dc420f1a65cf24a4566e85b2dee7e18fef3bb153e1e6c29b7d0558d1c02f
7
- data.tar.gz: 3bc4043bc5db4291c0f33b0c75227285c266d46814ddb06765dd854302964abc7c0f5e4adaadbb4ec86a8583e7a97cacf52f4add1a990fcb42a13b7547aeec4f
6
+ metadata.gz: ec5e334045ad137188f39a0b3f3e0e3ef0b76fc47f904ac9e4362d3620c3f7eda5bbf69172b31f2ade5be4dbff251128be9310053c55ae30ad59b9709d685b8b
7
+ data.tar.gz: b9b3e27e50dfca3c350246d1815b168b7c058d4cd2722b062605d44d7331ac06f167ef4cc1838ada622e39e2fb8e5a2639b9c99956686faf403f4b19bf570aa5
@@ -1,5 +1,5 @@
1
1
  require 'philotic/constants'
2
- require 'philotic/serialization/serializer'
2
+ require 'philotic/serialization'
3
3
 
4
4
  module Philotic
5
5
  class Publisher
@@ -11,7 +11,7 @@ module Philotic
11
11
 
12
12
  def factory(serialization)
13
13
  serialization = serialization.to_s.downcase.to_sym
14
- @serializers[serialization]
14
+ serializers[serialization]
15
15
  end
16
16
 
17
17
  def register(serializer)
@@ -1,3 +1,3 @@
1
1
  module Philotic
2
- VERSION = '1.2.1'
2
+ VERSION = '1.2.2'
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: philotic
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.2.1
4
+ version: 1.2.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Nathan Keyes