is_same 0.0.8 → 0.0.9

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 -3
  2. metadata +1 -1
@@ -109,11 +109,11 @@ end
109
109
  class BasicObject
110
110
  alias :is_matching? :is_same?
111
111
  alias :are_same? :is_same?
112
- alias :are_matching? :is_matching?
112
+ alias :are_matching? :is_same?
113
113
  end
114
114
 
115
115
  class Array
116
- alias :is_same? :include_same?
117
- alias :is_matching :including_same
116
+ alias :include_matching? :include_same?
117
+ alias :are_matching? :include_same?
118
118
  alias :are_matching :including_same
119
119
  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.8
4
+ version: 0.0.9
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: