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 CHANGED
@@ -1,15 +1,15 @@
1
1
  ---
2
2
  !binary "U0hBMQ==":
3
3
  metadata.gz: !binary |-
4
- M2ZmMTNjMGY4YTI4NzhiYTRjYzM1MGFjNDRkNzYwNWQ2Zjk1ZTUzNw==
4
+ MzdhYTYzOTUwZmZmMmIyM2IxYmU0OWM5MjhmOTgzOGY2ODJjM2MyYQ==
5
5
  data.tar.gz: !binary |-
6
- N2NkMTk5ZjUwMWNkMmZiNGU3YTBhOWM3ZmM0ZjgyMmEzZWM1NjMzOQ==
6
+ ZTM1MDU2MjZlNGRiNGI0OThjNDdkMGVhZGVhNDhiYmQ0NDc3MWJkNA==
7
7
  !binary "U0hBNTEy":
8
8
  metadata.gz: !binary |-
9
- YjNkYzhjODFhNjhkMzg5ZjA4ZDliMzg5MTk3MDI2MjNhYzQyYjliOWEyZTM1
10
- MDQ1ZDIzMGEwODAzYjE4NDNhYmYxOTJhZjg2ZmM4NDIxYjk5MjFiYmVhNTkz
11
- MWNjYzdjZmJiN2QxYzMzODY4NjllYzgzZTI1ZGMzMGI5NWM4ODE=
9
+ YzExMTU1NzM2YzhmNGZjZWJjMDVlZTVjNjdkZThiODMxOGQ4YTc3NmU4NWZi
10
+ ZDUxYzZlNWIzYmY2MGRjNTdkMTdjNzZlZGFiODVkYzY0ZTMyZDExMzMwZGIx
11
+ YzMwYTY0MDA1NGIwZGUxNWY1NGIxNzE2MTFkOWZmNTBlNjY3ZWU=
12
12
  data.tar.gz: !binary |-
13
- N2UxMTIwZGQ5MzZjNDdmOThhYmM5OTc0ODA4ZjBhYmVjZmY1ZmFhODk3NjI1
14
- ZTUwMjhjMjJhYWI3YzU1Nzg1YzFmNGU3NmY4NmQ3YTI5NmZlNTdkMjI2MzNj
15
- MDQyNDYyMDQ2ODRhMjU0OGM5ZDZmNjdmMDI4N2UxOWMzYThlYmU=
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 `awoke` class method can be given a block which will be invoked once the object has been fully instantiated.
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
- awoke do
70
+ awoken do
71
71
  # Bootstrap listeners
72
72
  end
73
73
 
74
- awoke do
74
+ awoken do
75
75
  # Setup other stuff
76
76
  end
77
77
  end
@@ -1,3 +1,3 @@
1
1
  module Objection
2
- VERSION = "0.7.1"
2
+ VERSION = "0.7.2"
3
3
  end
@@ -8,6 +8,6 @@ Motion::Project::App.setup do |app|
8
8
  end
9
9
 
10
10
  app.pods do
11
- pod 'Objection', "~>1.0.3"
11
+ pod 'Objection', "~>1.0.4"
12
12
  end
13
13
  end
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.1
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-14 00:00:00.000000000 Z
11
+ date: 2013-08-16 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: motion-cocoapods