synchronisable 1.0.3 → 1.0.4

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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: f01f7f0b2ba76796fe60eeb27ffc074a99ca1f0f
4
- data.tar.gz: 71334451aaf9676cddd63b1489d368b15981a968
3
+ metadata.gz: 96693280363388813f167c19dc3bdcb95e645bd7
4
+ data.tar.gz: 7520f5bc6856f053eea801d1ee7b8346b484de1f
5
5
  SHA512:
6
- metadata.gz: 41805d28b8840c2bc4d4c4c4434cae52e3f52ae7078741497455a14169bf39aae45f1c6e8cf7f2446a4518a0dacf5692aafa0524e11b98e7c08a24660a8bbc14
7
- data.tar.gz: 3c8fa21d0c36007278d3d09a0e52b321e93a1517a0464436ed843d97a89b07c308220a7ebe75a6ff2f93aa54ad58e8dafdf52007351f95c552ce8e14ba06fd47
6
+ metadata.gz: 3cbdabf408ad30d339d7e966501a5534fb375f9f3801a08d7ee0ab00c1d8104588f722257f11bfee4d1a6e7ff6f86d6aef2d58e3988166d0e9050ed4dfa0277a
7
+ data.tar.gz: c4399371c437ddf519fba064f85445f34d116b9a08fc6dc9c312dd3b0c9eda19b16412e84d0a0c3a241a2e23b7b5433b2a3216e09b0796606f79779062d8527c
@@ -1,4 +1,3 @@
1
- require 'pry-byebug'
2
1
  require 'colorize'
3
2
 
4
3
  require 'synchronisable/error_handler'
@@ -1,5 +1,3 @@
1
- require 'pry-byebug'
2
-
3
1
  module Synchronisable
4
2
  # Helper class for synchronization errors handling.
5
3
  #
@@ -1,5 +1,3 @@
1
- require 'pry-byebug'
2
-
3
1
  module Synchronisable
4
2
  # TODO: Massive refactoring needed
5
3
 
@@ -2,7 +2,7 @@ module Synchronisable
2
2
  module VERSION
3
3
  MAJOR = 1
4
4
  MINOR = 0
5
- PATCH = 3
5
+ PATCH = 4
6
6
  SUFFIX = nil
7
7
 
8
8
  STRING = [MAJOR, MINOR, PATCH, SUFFIX].compact.join('.')
@@ -1,5 +1,4 @@
1
1
  require 'synchronisable/worker/base'
2
- require 'pry-byebug'
3
2
 
4
3
  module Synchronisable
5
4
  module Worker
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: synchronisable
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.3
4
+ version: 1.0.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Vasiliy Yorkin