scorpion-ioc 0.5.8 → 0.5.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.
- checksums.yaml +4 -4
- data/lib/scorpion/object.rb +1 -1
- data/lib/scorpion/rspec.rb +1 -1
- data/lib/scorpion/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: 0410ffe2cb18b57ad5631bc26a155e7933fd1272
|
4
|
+
data.tar.gz: ab68ae61821b8636a9ea9ae355396f4abd8a5ee6
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 77277ea7cf3dd975e0f6ac0d7b3450d0e361ed7d3ad27546d501e3191cecf1b5d8ff0a3ada75761aab55d7408908c302dd42bca91d903f1eef38cdfe5dcab0b6
|
7
|
+
data.tar.gz: 0d94ae2c13d06c024833e25e880f01a0baacc00639c66975d636c7fb5d20989dc1c22fcc58b47cfed85d8e38920acdf7306ed51bb6d01e60723063b91d79e692
|
data/lib/scorpion/object.rb
CHANGED
@@ -79,7 +79,7 @@ module Scorpion
|
|
79
79
|
|
80
80
|
private
|
81
81
|
|
82
|
-
# Called after the object has been initialized and
|
82
|
+
# Called after the object has been initialized and fed all its required
|
83
83
|
# dependencies. It should be used in place of #initialize when the
|
84
84
|
# constructor needs access to injected attributes.
|
85
85
|
def on_injected
|
data/lib/scorpion/rspec.rb
CHANGED
data/lib/scorpion/version.rb
CHANGED
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: scorpion-ioc
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.5.
|
4
|
+
version: 0.5.9
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Paul Alexander
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2015-
|
11
|
+
date: 2015-10-15 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: rails
|