diana 0.1.0 → 0.1.1

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.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +5 -0
  3. data/VERSION +1 -1
  4. metadata +3 -9
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 1a01d25056de39c12dc7b080474f96d2e3645294f77fc199e1ea486d9db4045c
4
- data.tar.gz: 89722a0df0f1d63a265fd84e46afc37198ec6311f468ac93b4ef5fec9f0bce0d
3
+ metadata.gz: 9d751ec38e00ed56a859741213b470b086262769968e5fbb7abe5ab674cc9a2a
4
+ data.tar.gz: c46124c639d0af4dc45e8555aa213125440b5957ba54f6fbb787bbb801d02825
5
5
  SHA512:
6
- metadata.gz: 6f45f231f1e32a68559cd6bf8ded95c997e8c58bf346611b3d33a46dc547cc9426af536771104ee798dbce70da2804f1672253146e1a70a6d8a42c430f9a28ba
7
- data.tar.gz: 8e6cfd282fb550df593cd46a04a4e6bc582181dc564e76999c9d41cb9008a5f6bb3c1d0d0c1f453835eb2776a4f913d42816699f30b47a6e3c8e5d15c97a21cf
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.0
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.0
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
- homepage_uri: https://github.com/aglushkov/diana
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: []