descendants-loader 0.0.4 → 0.0.5
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 +8 -8
- data/lib/descendants_loader/version.rb +1 -1
- metadata +8 -8
checksums.yaml
CHANGED
|
@@ -1,15 +1,15 @@
|
|
|
1
1
|
---
|
|
2
2
|
!binary "U0hBMQ==":
|
|
3
3
|
metadata.gz: !binary |-
|
|
4
|
-
|
|
4
|
+
MWY5MmFmYTdiZWZiMjQ5NmZhNzlhODczNjM1NWFkNWYzMjgzMDg5Mg==
|
|
5
5
|
data.tar.gz: !binary |-
|
|
6
|
-
|
|
6
|
+
YTJiMzU2YzEzOWM3NzlkMjZhOWMzNDZjNTI5NDgzNzQxYzUwZjM3NA==
|
|
7
7
|
SHA512:
|
|
8
8
|
metadata.gz: !binary |-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
9
|
+
YjEzMzM3NzUyNjFjYjdmYzdlMWQ4YmIxZjcxYzQ1NWZhNTkzYTk2NzkxZDc2
|
|
10
|
+
ZGY2MDBhNTRmOTUxZmRiMjc2NDAxMGZiMWRjOGQxY2I0YTYyNDJmM2YwYjIz
|
|
11
|
+
ZjI2OThmY2M3ZTQzOTcwMTlkN2RhN2U4NWE2OTc5YzY4NmQxMmQ=
|
|
12
12
|
data.tar.gz: !binary |-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
13
|
+
MWI0ZDYzYTJiMjQ4YjBlNGVjNTU1Zjk5NTdjNDE4YTUyYjBhOWI3YTY1YzQ1
|
|
14
|
+
NDZkZTFiOTFlZjkyYjg1MDJlYmEyOTNlMGU4NGNkODFmZTJlM2U1ZjQ5NDhi
|
|
15
|
+
MTM0YTlkMDE2NGJmNTliYmQzYmUzMzEyMmY0OWM2MzliYmUxYWY=
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: descendants-loader
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.0.
|
|
4
|
+
version: 0.0.5
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Daniel Silvestre
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2015-03
|
|
11
|
+
date: 2015-04-03 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: rake
|
|
@@ -128,10 +128,10 @@ summary: This gem is an Object.descendants and Object.subclasses loader. The des
|
|
|
128
128
|
ruby classes (usually under development environment). For more information please
|
|
129
129
|
check README.
|
|
130
130
|
test_files:
|
|
131
|
-
- spec/spec_helper.rb
|
|
132
|
-
- spec/examples/smart/lib/smart_sons.rb
|
|
133
|
-
- spec/examples/smart/lib/smart_base.rb
|
|
134
|
-
- spec/examples/dumb/lib/dumb_son.rb
|
|
135
|
-
- spec/examples/dumb/lib/dumb_base.rb
|
|
136
|
-
- spec/descendants_loader_spec.rb
|
|
137
131
|
- spec/descendants_loader/class_finder_spec.rb
|
|
132
|
+
- spec/descendants_loader_spec.rb
|
|
133
|
+
- spec/examples/dumb/lib/dumb_base.rb
|
|
134
|
+
- spec/examples/dumb/lib/dumb_son.rb
|
|
135
|
+
- spec/examples/smart/lib/smart_base.rb
|
|
136
|
+
- spec/examples/smart/lib/smart_sons.rb
|
|
137
|
+
- spec/spec_helper.rb
|