diana 0.1.0 → 0.1.1
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/README.md +5 -0
- data/VERSION +1 -1
- metadata +3 -9
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 9d751ec38e00ed56a859741213b470b086262769968e5fbb7abe5ab674cc9a2a
|
4
|
+
data.tar.gz: c46124c639d0af4dc45e8555aa213125440b5957ba54f6fbb787bbb801d02825
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 0e5f0c3fb1a0f58a7b159ab6ef40cd3f78d996e2d1a81c83632522caedc67e001e3cf5542a7b81dc8cdb4aec27ff7968c62c7007a63edd6b3ab0570f51c83e9c
|
7
|
+
data.tar.gz: ddf038a682978738d514fe3d5a02bd54f9784e46de8aba83f841eff6a21e5a4abf6713dda9708280f04d46e68c262ff0be4e2d5dbbac9d4f8abe97251f187e9e
|
data/README.md
CHANGED
@@ -1,3 +1,8 @@
|
|
1
|
+
[![Gem Version](https://badge.fury.io/rb/diana.svg)](https://badge.fury.io/rb/diana)
|
2
|
+
[![GitHub Actions](https://github.com/aglushkov/diana/actions/workflows/main.yml/badge.svg?event=push)](https://github.com/aglushkov/diana/actions/workflows/main.yml)
|
3
|
+
[![Test Coverage](https://api.codeclimate.com/v1/badges/9e874aec44744552e642/test_coverage)](https://codeclimate.com/github/aglushkov/diana/test_coverage)
|
4
|
+
[![Maintainability](https://api.codeclimate.com/v1/badges/9e874aec44744552e642/maintainability)](https://codeclimate.com/github/aglushkov/diana/maintainability)
|
5
|
+
|
1
6
|
# Diana - Lazy Dependency Injection
|
2
7
|
|
3
8
|
This module offers a DSL designed for the lazy resolution of dependency injections.
|
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
0.1.
|
1
|
+
0.1.1
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: diana
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.1.
|
4
|
+
version: 0.1.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Andrey Glushkov
|
@@ -10,13 +10,7 @@ bindir: bin
|
|
10
10
|
cert_chain: []
|
11
11
|
date: 2024-12-17 00:00:00.000000000 Z
|
12
12
|
dependencies: []
|
13
|
-
description:
|
14
|
-
This module offers a DSL designed for the lazy resolution of dependency injections.
|
15
|
-
|
16
|
-
It facilitates efficient and deferred initialization of dependencies,
|
17
|
-
ensuring that resources are only allocated when necessary.
|
18
|
-
|
19
|
-
This approach optimizes performance of application.
|
13
|
+
description: Lazy Dependency Injection
|
20
14
|
email:
|
21
15
|
- aglushkov@shakuro.com
|
22
16
|
executables: []
|
@@ -32,7 +26,7 @@ homepage: https://github.com/aglushkov/diana
|
|
32
26
|
licenses:
|
33
27
|
- MIT
|
34
28
|
metadata:
|
35
|
-
|
29
|
+
source_code_uri: https://github.com/aglushkov/diana
|
36
30
|
changelog_uri: https://github.com/aglushkov/diana/blob/master/CHANGELOG.md
|
37
31
|
post_install_message:
|
38
32
|
rdoc_options: []
|