psych_shield 0.0.2 → 0.0.3

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/psych_shield.rb +2 -0
  2. metadata +2 -2
@@ -19,6 +19,8 @@ class PsychShield
19
19
  NilClass TrueClass FalseClass
20
20
  }
21
21
 
22
+ @@callback = nil
23
+
22
24
  def self.add(name)
23
25
  @@allowed_objects << name
24
26
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: psych_shield
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.2
4
+ version: 0.0.3
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -21,7 +21,7 @@ extra_rdoc_files: []
21
21
  files:
22
22
  - lib/psych_shield.rb
23
23
  - LICENSE
24
- homepage: ''
24
+ homepage: https://github.com/rapid7/psych_shield
25
25
  licenses: []
26
26
  post_install_message:
27
27
  rdoc_options: []