instantiator 0.0.4 → 0.0.5
Sign up to get free protection for your applications and to get access to all the features.
- data/instantiator.gemspec +0 -1
- data/lib/instantiator.rb +1 -1
- data/lib/instantiator/symbol.rb +6 -0
- data/lib/instantiator/version.rb +1 -1
- metadata +4 -17
data/instantiator.gemspec
CHANGED
data/lib/instantiator.rb
CHANGED
data/lib/instantiator/version.rb
CHANGED
metadata
CHANGED
@@ -1,13 +1,13 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: instantiator
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
hash:
|
4
|
+
hash: 21
|
5
5
|
prerelease:
|
6
6
|
segments:
|
7
7
|
- 0
|
8
8
|
- 0
|
9
|
-
-
|
10
|
-
version: 0.0.
|
9
|
+
- 5
|
10
|
+
version: 0.0.5
|
11
11
|
platform: ruby
|
12
12
|
authors:
|
13
13
|
- James Mead
|
@@ -32,20 +32,6 @@ dependencies:
|
|
32
32
|
version: "0"
|
33
33
|
type: :runtime
|
34
34
|
version_requirements: *id001
|
35
|
-
- !ruby/object:Gem::Dependency
|
36
|
-
name: backports
|
37
|
-
prerelease: false
|
38
|
-
requirement: &id002 !ruby/object:Gem::Requirement
|
39
|
-
none: false
|
40
|
-
requirements:
|
41
|
-
- - ">="
|
42
|
-
- !ruby/object:Gem::Version
|
43
|
-
hash: 3
|
44
|
-
segments:
|
45
|
-
- 0
|
46
|
-
version: "0"
|
47
|
-
type: :runtime
|
48
|
-
version_requirements: *id002
|
49
35
|
description:
|
50
36
|
email:
|
51
37
|
- james@floehopper.org
|
@@ -62,6 +48,7 @@ files:
|
|
62
48
|
- Rakefile
|
63
49
|
- instantiator.gemspec
|
64
50
|
- lib/instantiator.rb
|
51
|
+
- lib/instantiator/symbol.rb
|
65
52
|
- lib/instantiator/version.rb
|
66
53
|
- test/instantiator_test.rb
|
67
54
|
- test/method_invocation_sink_test.rb
|