null_and_void 1.1.1 → 1.1.2

Sign up to get free protection for your applications and to get access to all the features.
@@ -7,7 +7,7 @@ require 'null_and_void/introspectable'
7
7
  module NullAndVoid
8
8
  module Nullified
9
9
  def self.included(base)
10
- base.send(:include, ::NullAndVoid::Singleton)
10
+ base.send(:include, Singleton)
11
11
  base.send(:include, ::NullAndVoid::Stubbable)
12
12
  base.send(:include, ::NullAndVoid::Convertible)
13
13
  base.send(:include, ::NullAndVoid::Falsifiable)
@@ -1,3 +1,3 @@
1
1
  module NullAndVoid
2
- VERSION = '1.1.1'
2
+ VERSION = '1.1.2'
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: null_and_void
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.1.1
4
+ version: 1.1.2
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: