scorpion-ioc 1.0.8 → 1.0.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/Gemfile.lock +1 -1
- data/lib/scorpion/version.rb +1 -1
- data/scorpion.gemspec +0 -1
- metadata +2 -4
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: d7c6fff398d4c2264f562c4b0dbbe9585f89b3c1f2610d4978bb4c46df75a51e
|
4
|
+
data.tar.gz: 56985f449de392f0925516bbf3940cf33a745116eb9cac945088aafdb9969313
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: af8ca9a1274e947cc1b5acc89067de5b27c39172ba8086300e1d890b98c297c81159dbb93b70db4a33451f7c0f99d073be5ef8ea4a0c659ad3bba8bd6d766297
|
7
|
+
data.tar.gz: 9ce2d028576e4dc78172f012211292dc9a86f9bd690fbf0f65cc53e1b457e6ab62417c6cd64d51feefd1f3f776ab987474488e5d1b27348174d0274904dbdae4
|
data/Gemfile.lock
CHANGED
data/lib/scorpion/version.rb
CHANGED
data/scorpion.gemspec
CHANGED
@@ -17,7 +17,6 @@ Gem::Specification.new do |spec|
|
|
17
17
|
spec.files << "scorpion.gemspec"
|
18
18
|
spec.files.reject! { |fn| fn.include? ".git" }
|
19
19
|
|
20
|
-
spec.executables = spec.files.grep(%r{^bin/}) { |f| File.basename(f) }
|
21
20
|
spec.test_files = spec.files.grep(%r{^(test|spec|features)/})
|
22
21
|
spec.require_paths = ["lib"]
|
23
22
|
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: scorpion-ioc
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.0.
|
4
|
+
version: 1.0.10
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Paul Alexander
|
@@ -112,9 +112,7 @@ description: Embrace convention over configuration while still benefitting from
|
|
112
112
|
injection design principles.
|
113
113
|
email:
|
114
114
|
- me@phallguy.com
|
115
|
-
executables:
|
116
|
-
- bundle
|
117
|
-
- rspec
|
115
|
+
executables: []
|
118
116
|
extensions: []
|
119
117
|
extra_rdoc_files: []
|
120
118
|
files:
|