lusnoc 0.9.0.44532 → 1.0.0.44554

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 -0
  3. data/lib/lusnoc/version.rb +1 -1
  4. metadata +1 -1
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 05d4b47c5281bbcf7adc5cff1e398bd4ce37e2e8953b6a09e143404777c016dc
4
- data.tar.gz: 6a7afa4d21df7cd7b19cd56290ef35d58befa6013fa2f713973da2059e74297d
3
+ metadata.gz: 90445dafb1e54e6853fa95ce716a864d07807123f098f4672a529aeea213ca94
4
+ data.tar.gz: 98ffc60ae582648aa55f505e720e065099de188f84936f9628f8df15726a976a
5
5
  SHA512:
6
- metadata.gz: 34da3a07c4705381614e65b9baf6b5d6f7200abb9912ad68baa1debb043fd9b4cbb32f3c3eed37cd50cee2b1a1b7243fb8794b0be8eb1f0cb7279ab0ce889a5f
7
- data.tar.gz: b3ae1f8dae1f35c346378e3c53075807346c157cbe50c7f8cb200e47cb00f7c845db92f8a43a2e83c6423188a620a6dafc9978781d82cd4cc531127173b56553
6
+ metadata.gz: b3845f4ae750adba61aa04bb1a5a87dcfef791d82cd01363b45a0a89bc60db6da5621ebf3cca6ae9461eac2555dc5a80f01ba1a8263a774b04312f10b7b1ddca
7
+ data.tar.gz: 147f9fda2cadfa4f20d25bc039549e7bb1b0eb8f5300c80b24d29145a3e7d078f1791391fde519f471f4135b8b6cd7734bd318d0b84a64c7015a2c10d3ee8846
data/README.md CHANGED
@@ -12,6 +12,8 @@
12
12
  Lusnoc is reliable gem to deal with [Consul](https://www.consul.io). It is designed to be simple and work without dark background magic.
13
13
  It is inspired by [consul-mutex](https://github.com/kinnalru/consul-mutex)(which has hard background magic).
14
14
 
15
+ Article about gem: https://blog.rnds.pro/lusnoc (in russian)
16
+
15
17
  ## FAQ
16
18
 
17
19
  #### What's Lusnoc for?
@@ -1,6 +1,6 @@
1
1
  module Lusnoc
2
2
 
3
- VERSION = '0.9.0'.freeze
3
+ VERSION = '1.0.0'.freeze
4
4
 
5
5
  end
6
6
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: lusnoc
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.9.0.44532
4
+ version: 1.0.0.44554
5
5
  platform: ruby
6
6
  authors:
7
7
  - Samoilenko Yuri