Skip to content

Commit

Permalink
Version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
yosiat committed Feb 18, 2018
1 parent fa35fc9 commit 98b5bd4
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
4 changes: 0 additions & 4 deletions lib/panko/array_serializer.rb
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,5 @@ def serialize_to_json(subjects)
Panko::serialize_subjects(subjects.to_a, writer, @descriptor, @context)
writer.to_s
end

def as_json(options = nil)
to_json
end
end
end
2 changes: 1 addition & 1 deletion lib/panko/version.rb
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# frozen_string_literal: true
module Panko
VERSION = "0.3.8"
VERSION = "0.3.9"
end

0 comments on commit 98b5bd4

Please sign in to comment.