scorpion-ioc 0.5.9 → 0.5.10
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 +3 -3
- data/lib/scorpion/rspec/helper.rb +4 -3
- data/lib/scorpion/version.rb +1 -1
- metadata +3 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 5b27a8e56059ddd3bb577497d0497c0b92996c79
|
4
|
+
data.tar.gz: 3bad326603cff64c05bd617296a5628f60ffdec3
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 72ae0574c6cb0bdb2a66a920f3fa62e9f56ec38c21bcd84fb9fbc0e5057133f1fb4fe8c2a034aaa7ae5689c61d39e945e511304696561a8994467b71a99b00ab
|
7
|
+
data.tar.gz: d24503bc6e4d6ce5761f2532192943c976abd18ffccfa2cbaff948b834504f618d99909b8488458b3a6c5b917f9a74bbe0c62444181e16941e474f6a4bd79461
|
data/lib/scorpion/object.rb
CHANGED
@@ -6,9 +6,10 @@ module Scorpion
|
|
6
6
|
base.let( :scorpion ){ Scorpion::Rspec.scorpion_nest.conceive }
|
7
7
|
base.send :extend, Scorpion::Rspec::Helper::Methods
|
8
8
|
|
9
|
-
|
10
|
-
|
11
|
-
|
9
|
+
|
10
|
+
base.infest_nest ActionController::Base if defined? ActionController::Base
|
11
|
+
base.infest_nest ActiveJob::Base if defined? ActiveJob::Base
|
12
|
+
base.infest_nest ActionMailer::Base if defined? ActionMailer::Base
|
12
13
|
|
13
14
|
super
|
14
15
|
end
|
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.10
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Paul Alexander
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date:
|
11
|
+
date: 2016-01-24 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: rails
|
@@ -212,7 +212,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
212
212
|
version: '0'
|
213
213
|
requirements: []
|
214
214
|
rubyforge_project:
|
215
|
-
rubygems_version: 2.
|
215
|
+
rubygems_version: 2.5.1
|
216
216
|
signing_key:
|
217
217
|
specification_version: 4
|
218
218
|
summary: Add IoC to rails with minimal fuss and ceremony
|