scorpion-ioc 0.5.19 → 0.5.20
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/scorpion/hunt.rb +0 -2
- data/lib/scorpion/version.rb +1 -1
- metadata +3 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: b9539cfe2a36e468801cba7524c15c1b562d0d5a
|
4
|
+
data.tar.gz: 3d4c82ae989f3a55af68423296053768cc4b9c91
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 3f79e14214ffdd863886fc32346d8f8132406c785f8a620edb72cef57ade641d2ff0adab3e9ebfb111750e100ee4b99544b8e79919bcb37a8cd7a66a474629f7
|
7
|
+
data.tar.gz: d1c1ac2a63812305c4620410686a733ac682d7f29a632dca9218b5f66a6a938cc9a22c352ca15d8c1d7767bde52842212c80d5519dc4cacc83b14c6a6d210b84
|
data/lib/scorpion/hunt.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.20
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Paul Alexander
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2017-
|
11
|
+
date: 2017-02-09 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: rails
|
@@ -256,3 +256,4 @@ test_files:
|
|
256
256
|
- spec/lib/scorpion/rspec/helper_spec.rb
|
257
257
|
- spec/lib/scorpion_spec.rb
|
258
258
|
- spec/spec_helper.rb
|
259
|
+
has_rdoc:
|