y_support 2.1.4 → 2.1.5
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/y_support/typing/object/typing.rb +1 -1
- data/lib/y_support/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 4a3ad251daf43adf1dfdca8395b2fc997d8e083e
|
4
|
+
data.tar.gz: 6634c87770b866e9605dbc17f72682c891ebb87c
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 8fef55bfc75a43ea5014e2ba063e8444ea532e6b0dfc988ada445b90857f48b34284092f204ea386723f4a27a623e2e72873ae4e0efb8a5ff7d980949c0bee5a
|
7
|
+
data.tar.gz: 3be3328b999c732f0a4fd886352b783e3951164b61986c33904d1b003b2009acd5e4bc01a387eb549cdc589970f8e06885ac737bb8f32dc019711310e5c8fe8d
|
@@ -51,7 +51,7 @@ class Object
|
|
51
51
|
def aT what_is_receiver=insp, how_comply=nil, &b
|
52
52
|
if block_given? then
|
53
53
|
if b.( self ) then self else
|
54
|
-
m = "%s fails " + how_comply ? "to #{how_comply}" : "its check"
|
54
|
+
m = "%s fails " + ( how_comply ? "to #{how_comply}" : "its check" )
|
55
55
|
fail TypeError, m.X!( what_is_receiver )
|
56
56
|
end
|
57
57
|
else self or fail TypeError end
|
data/lib/y_support/version.rb
CHANGED
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: y_support
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 2.1.
|
4
|
+
version: 2.1.5
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- boris
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2013-
|
11
|
+
date: 2013-11-01 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: activesupport
|