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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 5159afbe4d48ec9a581a3273b183b78d397f520b
4
- data.tar.gz: 4b88bec57e38e3ecd71ce0d61a2eb0652ed37c68
3
+ metadata.gz: 0410ffe2cb18b57ad5631bc26a155e7933fd1272
4
+ data.tar.gz: ab68ae61821b8636a9ea9ae355396f4abd8a5ee6
5
5
  SHA512:
6
- metadata.gz: 95f5dfbba2903f0f52424d6fe9980c87201abcffb624cdc71192af9e780fc5b39829638edf4a4c9fe53948083710422a78b92e99806c9f7bccb1021a64181cbd
7
- data.tar.gz: 610b1e2757f7c9764767951b334555f2d81e81875dfa049bcc9b0bfb581075bdead50745f0e705253c29e95826c4dad792341e59333e5286488652a06a464ea9
6
+ metadata.gz: 77277ea7cf3dd975e0f6ac0d7b3450d0e361ed7d3ad27546d501e3191cecf1b5d8ff0a3ada75761aab55d7408908c302dd42bca91d903f1eef38cdfe5dcab0b6
7
+ data.tar.gz: 0d94ae2c13d06c024833e25e880f01a0baacc00639c66975d636c7fb5d20989dc1c22fcc58b47cfed85d8e38920acdf7306ed51bb6d01e60723063b91d79e692
@@ -79,7 +79,7 @@ module Scorpion
79
79
 
80
80
  private
81
81
 
82
- # Called after the object has been initialized and feed all its required
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
@@ -5,7 +5,7 @@ module Scorpion
5
5
  require 'scorpion/rspec/helper'
6
6
 
7
7
  def self.scorpion_nest
8
- @scorpion ||= Scorpion::Nest.new
8
+ @scorpion_nest ||= Scorpion.instance.build_nest
9
9
  end
10
10
 
11
11
  # Prepare a root scorpion for testing.
@@ -1,5 +1,5 @@
1
1
  module Scorpion
2
- VERSION_NUMBER = "0.5.8"
2
+ VERSION_NUMBER = "0.5.9"
3
3
  VERSION_SUFFIX = ""
4
4
  VERSION = "#{VERSION_NUMBER}#{VERSION_SUFFIX}"
5
5
  end
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.8
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-09-28 00:00:00.000000000 Z
11
+ date: 2015-10-15 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rails