instance_call 0.0.1 → 0.0.2
Sign up to get free protection for your applications and to get access to all the features.
File without changes
|
data/lib/instance_call.rb
CHANGED
@@ -1 +1 @@
|
|
1
|
-
require 'core_ext/object'
|
1
|
+
require 'instance_call/core_ext/object'
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: instance_call
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.0.
|
4
|
+
version: 0.0.2
|
5
5
|
prerelease:
|
6
6
|
platform: ruby
|
7
7
|
authors:
|
@@ -68,7 +68,7 @@ extra_rdoc_files: []
|
|
68
68
|
files:
|
69
69
|
- README.md
|
70
70
|
- Gemfile
|
71
|
-
- lib/core_ext/object.rb
|
71
|
+
- lib/instance_call/core_ext/object.rb
|
72
72
|
- lib/instance_call.rb
|
73
73
|
homepage: https://github.com/tione/instance_call
|
74
74
|
licenses: []
|