motion-objection 0.7.1 → 0.7.2
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 +8 -8
- data/README.md +3 -3
- data/lib/motion-objection/version.rb +1 -1
- data/lib/motion-objection.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,15 +1,15 @@
|
|
1
1
|
---
|
2
2
|
!binary "U0hBMQ==":
|
3
3
|
metadata.gz: !binary |-
|
4
|
-
|
4
|
+
MzdhYTYzOTUwZmZmMmIyM2IxYmU0OWM5MjhmOTgzOGY2ODJjM2MyYQ==
|
5
5
|
data.tar.gz: !binary |-
|
6
|
-
|
6
|
+
ZTM1MDU2MjZlNGRiNGI0OThjNDdkMGVhZGVhNDhiYmQ0NDc3MWJkNA==
|
7
7
|
!binary "U0hBNTEy":
|
8
8
|
metadata.gz: !binary |-
|
9
|
-
|
10
|
-
|
11
|
-
|
9
|
+
YzExMTU1NzM2YzhmNGZjZWJjMDVlZTVjNjdkZThiODMxOGQ4YTc3NmU4NWZi
|
10
|
+
ZDUxYzZlNWIzYmY2MGRjNTdkMTdjNzZlZGFiODVkYzY0ZTMyZDExMzMwZGIx
|
11
|
+
YzMwYTY0MDA1NGIwZGUxNWY1NGIxNzE2MTFkOWZmNTBlNjY3ZWU=
|
12
12
|
data.tar.gz: !binary |-
|
13
|
-
|
14
|
-
|
15
|
-
|
13
|
+
MmQ4YzdhOWZlNjQ0MzYzZTQ1NDY5YTY3MmIwZmQwMWM4MzEzZTA2ZDUzNTlm
|
14
|
+
NDFiZGVkZTVhMjBmZmU3ODRjYzZiMjFhOGFkYWJmYjZkMGVmMzYzNmQyZTM5
|
15
|
+
YjMxOGU5YmYzZjY0YzlhZjk3MTA3NWZiMTY5MDFkNzY0OTEzNmU=
|
data/README.md
CHANGED
@@ -63,15 +63,15 @@ end
|
|
63
63
|
|
64
64
|
Since Objection utilizes _setter_ based injection the initializer does not guarentee that all the object's dependencies have been satisfied.
|
65
65
|
|
66
|
-
The `
|
66
|
+
The `awoken` class method can be given a block which will be invoked once the object has been fully instantiated.
|
67
67
|
|
68
68
|
```ruby
|
69
69
|
class Ship
|
70
|
-
|
70
|
+
awoken do
|
71
71
|
# Bootstrap listeners
|
72
72
|
end
|
73
73
|
|
74
|
-
|
74
|
+
awoken do
|
75
75
|
# Setup other stuff
|
76
76
|
end
|
77
77
|
end
|
data/lib/motion-objection.rb
CHANGED
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: motion-objection
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.7.
|
4
|
+
version: 0.7.2
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Justin DeWind
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2013-08-
|
11
|
+
date: 2013-08-16 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: motion-cocoapods
|