main_loop 0.1.1.16822 → 0.1.2.16824

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 +2 -2
  3. data/lib/main_loop/version.rb +1 -1
  4. metadata +1 -1
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: d121f167867a140a488baa647ccd33ca752737cfc3d82cb4528705f3d48e8837
4
- data.tar.gz: 782b789609200768aab55b2ffac9730a8223d5fd83e4adb7d476e3a86e84fd3e
3
+ metadata.gz: f65b1a43fd03a6ebce9c2bf41aefb3d469104f20e5e1f25673004a3a29cdaad9
4
+ data.tar.gz: 3da44c311763be19c206a24e5a79a7ad34959165d7b89c3f3a2dbde43b7ddbc5
5
5
  SHA512:
6
- metadata.gz: 758f658d4e2a908f3860dc53d9bd4c5767d8fd3a8074fbf0b3fe119985fb5fcc211485db47ae4701af55fb9447fab535c56482b60442d522b36ec60a6d2ae54e
7
- data.tar.gz: 8f0be6857eaf50e26b8115e4bdbf60d6559f4a6bbd120aaf1d6d567f6c97a73b6273efc08d5699247d4e709ec3cfa6f426aca3545bc633d32138e331f7b5951b
6
+ metadata.gz: f03dae50a46e34e02990ae9460ce37a8430908be24ba64a59ddb89cadf2665c7b1b669583a6dc75c314e5c88a6e7df806c19244c82197ce12823ac5b71f1b707
7
+ data.tar.gz: 7062251838eaebe7b31baded60c6ee2ed2c55736db3883ca32fe626e1291eee764cf1c1f81bb522b0fdab1a1926b91baa6aecd221058ff6c9fcc9cf9ef363942
data/README.md CHANGED
@@ -4,8 +4,8 @@
4
4
  [![Gem](https://img.shields.io/gem/dt/main_loop.svg)](https://rubygems.org/gems/main_loop/versions)
5
5
  [![YARD](https://badgen.net/badge/YARD/doc/blue)](http://www.rubydoc.info/gems/main_loop)
6
6
 
7
- [![Test Coverage](https://api.codeclimate.com/v1/badges/ed48b89a9793a074cd23/test_coverage)](https://codeclimate.com/github/RnD-Soft/main_loop/test_coverage)
8
- [![Maintainability](https://api.codeclimate.com/v1/badges/ed48b89a9793a074cd23/maintainability)](https://codeclimate.com/github/RnD-Soft/main_loop/maintainability)
7
+ [![Test Coverage](https://api.codeclimate.com/v1/badges/baf9b1dc3dae87f7edfd/test_coverage)](https://codeclimate.com/github/RnD-Soft/main_loop/test_coverage)
8
+ [![Maintainability](https://api.codeclimate.com/v1/badges/baf9b1dc3dae87f7edfd/maintainability)](https://codeclimate.com/github/RnD-Soft/main_loop/maintainability)
9
9
  [![Quality](https://lysander.x.rnds.pro/api/v1/badges/main_loop_quality.svg)](https://lysander.x.rnds.pro/api/v1/badges/main_loop_quality.html)
10
10
  [![Outdated](https://lysander.x.rnds.pro/api/v1/badges/main_loop_outdated.svg)](https://lysander.x.rnds.pro/api/v1/badges/main_loop_outdated.html)
11
11
  [![Vulnerabilities](https://lysander.x.rnds.pro/api/v1/badges/main_loop_vulnerable.svg)](https://lysander.x.rnds.pro/api/v1/badges/main_loop_vulnerable.html)
@@ -1,6 +1,6 @@
1
1
  module MainLoop
2
2
 
3
- VERSION = '0.1.1'.freeze
3
+ VERSION = '0.1.2'.freeze
4
4
 
5
5
  end
6
6
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: main_loop
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.1.16822
4
+ version: 0.1.2.16824
5
5
  platform: ruby
6
6
  authors:
7
7
  - Samoilenko Yuri