fakes 1.0.30 → 1.0.31

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.
data/lib/core/version.rb CHANGED
@@ -1,3 +1,3 @@
1
1
  module Fakes
2
- VERSION = "1.0.30"
2
+ VERSION = "1.0.31"
3
3
  end
data/lib/fakes.rb CHANGED
@@ -32,5 +32,3 @@ class Object
32
32
  Fakes::ClassSwaps.instance.reset
33
33
  end
34
34
  end
35
-
36
- include Fakes
@@ -1,6 +1,6 @@
1
1
  require 'spec_helper'
2
2
 
3
- describe Fakes do
3
+ describe Object do
4
4
  it "should be able to create a new fake" do
5
5
  fake.class.should == Fakes::Fake
6
6
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: fakes
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.30
4
+ version: 1.0.31
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: