bbk-utils 1.0.1.68950 → 1.0.1.68972

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/Gemfile.lock +1 -1
  3. data/README.md +26 -6
  4. metadata +3 -3
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: afb199123148e7eb7f5bd448daeb3ee41b179731ba71666bb2ab564ec47f0e20
4
- data.tar.gz: a482c644116bae8f86a6880fff1a8151dae9f44abc173d849547bb81bf0bfd45
3
+ metadata.gz: 3c62574379e2119b554798682c8d7a1cb2862ce19ab1618c29dfaeb6416228d3
4
+ data.tar.gz: 49373ac99e8b5dfcd0d257562de71980f29d320343d91de705c4a94e206954a6
5
5
  SHA512:
6
- metadata.gz: f0c9667df9dd42c3aba3cf471e7722f050e432c4e7c60137cec772a26ecc05a6cb2043602d9fbea36df84386756e5a259961076951042bc32868abe10ba45abf
7
- data.tar.gz: fe3ce66b16d593a564e78ca37dede119aff3e08d0dac25d04504aba164dedccb42f19be925248c872ec648b153edfd551179cc59ae9494b042ed9096da69efa7
6
+ metadata.gz: c6e68a66e85ad5f47014ba76d02cb7d827f8eafb765a15263367f9d8e3dcd4f2bba38c75c1e1a605b7e9c6c089a783c01dfff1e5fec30d504c8827f21045510c
7
+ data.tar.gz: cbb3dde0cba3356310cd2312339299d8d4cbb74632307ca435516b3232698589e91aac1eb650aed7c9cc27638d392e871a7fd6d045a811090559a6ab17aa1347
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- bbk-utils (1.0.1.68950)
4
+ bbk-utils (1.0.1.68972)
5
5
  activesupport
6
6
  russian
7
7
 
data/README.md CHANGED
@@ -9,19 +9,39 @@
9
9
  [![Outdated](https://lysander.rnds.pro/api/v1/badges/bbkutils_outdated.svg)](https://lysander.rnds.pro/api/v1/badges/bbkutils_outdated.html)
10
10
  [![Vulnerabilities](https://lysander.rnds.pro/api/v1/badges/bbkutils_vulnerable.svg)](https://lysander.rnds.pro/api/v1/badges/bbkutils_vulnerable.html)
11
11
 
12
-
13
12
  Common classes and helpers for BBK library stack.
14
13
 
15
14
  ## Installation
16
15
 
17
- ### Terminal
16
+ Adding to a gem:
17
+
18
+ ```ruby
19
+ # my-cool-gem.gemspec
18
20
 
19
- ```bash
20
- gem install bbk-utils
21
+ Gem::Specification.new do |spec|
22
+ # ...
23
+ spec.add_dependency "bbk-utils", "~> 1.0.0"
24
+ # ...
25
+ end
21
26
  ```
22
27
 
23
- ### Gemfile
28
+ Or adding to your project:
24
29
 
25
30
  ```ruby
26
- gem 'bbk-utils'
31
+ # Gemfile
32
+
33
+ gem "bbk-utils", "~> 1.0.0"
27
34
  ```
35
+
36
+ ### Supported Ruby versions
37
+
38
+ * Ruby (MRI) >= 2.5.0
39
+
40
+ ### Tested Ruby versions
41
+
42
+ * Ruby (MRI) 2.5.x
43
+ * Ruby (MRI) 3.0.x
44
+
45
+ ## License
46
+
47
+ The gem is available as open source under the terms of the MIT License.
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: bbk-utils
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.1.68950
4
+ version: 1.0.1.68972
5
5
  platform: ruby
6
6
  authors:
7
7
  - Samoilenko Yuri
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2021-11-30 00:00:00.000000000 Z
11
+ date: 2021-12-01 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: activesupport
@@ -185,7 +185,7 @@ files:
185
185
  - lib/bbk/utils/proxy_logger.rb
186
186
  - lib/bbk/utils/version.rb
187
187
  - lib/bbk/utils/xml.rb
188
- homepage:
188
+ homepage: https://github.com/RND-SOFT/bbk-utils
189
189
  licenses: []
190
190
  metadata: {}
191
191
  post_install_message: