dissociated_introspection 0.1.1 → 0.1.2

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 108c9330af57d575931b5dcf26af75cfeeef240f
4
- data.tar.gz: 61adcde7176632a0fd93a7c6100bc36f983b67dc
3
+ metadata.gz: d849d81fbfed605aef10279579f64a7bf4c6c919
4
+ data.tar.gz: e6ea63a48f9efceaa3f114f293f646925d164b3f
5
5
  SHA512:
6
- metadata.gz: 44f32a457c8a0f016b0f77301088ca35d6518cb562cf2040262cfade84f737d0056fbd0195bb876f3990d2e32681c83f798cf1fa752beafc97b7c00eb2c297ad
7
- data.tar.gz: 10be44e98e44d6c72b22abbf033ad57b08af7167126e7cad00acbccee3b056dcf7ee3edbbcd6270b12e665315fb81ce6e27d47f7dc7b291721c005952cce31b8
6
+ metadata.gz: e328b5c631c8b886b27b4bdb041f393b71233b8f84fd355a006fad02410bd440e8a5232f4800982b10727d04aa5c6fd7ab601a9880dd6b8e65394aecee43347b
7
+ data.tar.gz: edc4a6562641d90a9515206a8a276a5321f9606f8ca71a34f7343a6a32c18c9d4845ae9d458421a808b2ada00c8795acfd0a4342d39684fe1557b167bfd34ca2
@@ -12,7 +12,7 @@ class RecordingParent < BasicObject
12
12
 
13
13
  module ConstMissing
14
14
  def const_missing(const_sym)
15
- const = self.const_set(const_sym, Module.new)
15
+ const = self.const_set(const_sym, Class.new)
16
16
  const.extend ConstMissing
17
17
  const.module_eval(<<-RUBY, __FILE__, __LINE__+1)
18
18
  def self.name
@@ -1,3 +1,3 @@
1
1
  module DissociatedIntrospection
2
- VERSION = "0.1.1"
2
+ VERSION = "0.1.2"
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: dissociated_introspection
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.1
4
+ version: 0.1.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Dustin Zeisler
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2015-11-16 00:00:00.000000000 Z
11
+ date: 2015-11-22 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: parser