identifies_as 1.0.2 → 1.0.3
Sign up to get free protection for your applications and to get access to all the features.
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: identifies_as
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.0.
|
4
|
+
version: 1.0.3
|
5
5
|
prerelease:
|
6
6
|
platform: ruby
|
7
7
|
authors:
|
@@ -27,8 +27,10 @@ dependencies:
|
|
27
27
|
- - ! '>='
|
28
28
|
- !ruby/object:Gem::Version
|
29
29
|
version: '0'
|
30
|
-
description:
|
31
|
-
|
30
|
+
description: Identities are interfaces. Sometimes it makes more sense to test an identity
|
31
|
+
than a method- but then you don't want to limit flexibility. So why not let objects
|
32
|
+
that claim to implement your interface identify as your object? IdentifiesAs permits
|
33
|
+
objects to identify as if they are other types of objects.
|
32
34
|
email: asher@ridiculouspower.com
|
33
35
|
executables: []
|
34
36
|
extensions: []
|
@@ -64,9 +66,7 @@ rubyforge_project: identifies_as
|
|
64
66
|
rubygems_version: 1.8.23
|
65
67
|
signing_key:
|
66
68
|
specification_version: 3
|
67
|
-
summary:
|
68
|
-
|
69
|
-
that claim to implement your interface identify as your object? IdentifiesAs permits
|
70
|
-
objects to identify as if they are other types of objects.
|
69
|
+
summary: Provides IdentifiesAs, which offers :identifies_as!, :identifies_as?, :no_longer_identifies_as!
|
70
|
+
and :identities, and overrides :is_a? and :===.
|
71
71
|
test_files: []
|
72
72
|
has_rdoc:
|