sdb_service 0.3.0 → 0.3.1

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.
Files changed (2) hide show
  1. data/lib/sdb_service/service.rb +1 -1
  2. metadata +2 -2
@@ -132,7 +132,7 @@ module SdbService
132
132
  # simple method for associating and activiating a serializer strategy for an
133
133
  # instance of this class.
134
134
  def load_serializer!(serializer)
135
- @serializer = constantize("#{serializer}_serializer", "lib/sdb_service/serializers")
135
+ @serializer = constantize("#{serializer}_serializer", "sdb_service/serializers")
136
136
  end
137
137
 
138
138
  # accessor for serializer
metadata CHANGED
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
5
5
  segments:
6
6
  - 0
7
7
  - 3
8
- - 0
9
- version: 0.3.0
8
+ - 1
9
+ version: 0.3.1
10
10
  platform: ruby
11
11
  authors:
12
12
  - Derek Perez