is_same 0.0.9 → 0.1.1

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/is_same/core_ext.rb +3 -6
  2. metadata +1 -1
@@ -107,13 +107,10 @@ class Array
107
107
  end
108
108
 
109
109
  class BasicObject
110
- alias :is_matching? :is_same?
111
- alias :are_same? :is_same?
112
- alias :are_matching? :is_same?
110
+ alias :matching? :is_same?
113
111
  end
114
112
 
115
113
  class Array
116
- alias :include_matching? :include_same?
117
- alias :are_matching? :include_same?
118
- alias :are_matching :including_same
114
+ alias :matching? :include_same?
115
+ alias :matching :including_same
119
116
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: is_same
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.9
4
+ version: 0.1.1
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: