uhees-php_serialize 1.1.2 → 1.1.3

Sign up to get free protection for your applications and to get access to all the features.
Files changed (2) hide show
  1. data/lib/php_serialize.rb +3 -0
  2. metadata +1 -1
data/lib/php_serialize.rb CHANGED
@@ -36,6 +36,9 @@
36
36
  #
37
37
  # See http://www.php.net/serialize and http://www.php.net/unserialize for
38
38
  # details on the PHP side of all this.
39
+
40
+ require 'ostruct'
41
+
39
42
  module PHP
40
43
  # string = PHP.serialize(mixed var[, bool assoc])
41
44
  #
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: uhees-php_serialize
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.1.2
4
+ version: 1.1.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Thomas Hurst