tantot 0.1.6 → 0.1.7

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: 9977ff915ab335570ae85a05425204dc31625a21
4
- data.tar.gz: f0c7baed8f6eb5a773ac7cd79b79c9b377cb90ab
3
+ metadata.gz: 7cbd85617052b9bd28db70b1c802e4fedfb30d0c
4
+ data.tar.gz: 0ad4111d192342e209a3663822f21a03b8021fa8
5
5
  SHA512:
6
- metadata.gz: f5391976b3520c289a2d30f10a348c8a7ab280ed7a59b0af2b4834a768aeae0cfe15b3e9e015e983ca110106e05f8e492b27571c11e68046635e17c88a489ad6
7
- data.tar.gz: 1fcc978f3c7ccdac880879e0f05fe6c158c8f4f9a87058bea6b71071477bc2d776fc3bc9bbf922851e5055cb0ae6030f1d02a29ab000d667c372bc7f2f0f842b
6
+ metadata.gz: 28ab45b2f7522d326c7d914f7759ba62f172eea2e97c6a7cdc492fd3c63fcffe0d4a850a20992e6d4a47c164ff73934ed3f6cd58882bf1feb05586d5f8b18029
7
+ data.tar.gz: 6b1e5eb3c767c78a00c985aec5e5902f6f0c6ebba18d2427f41e164f38a264945e323303da92648aec254e3dc3042d4bf5f259bae0fce9e56591db95aec547dc
@@ -22,7 +22,7 @@ module Tantot
22
22
 
23
23
  config.to_prepare do
24
24
  Tantot.logger.debug { "[Tantot] Clearing registry" }
25
- Tantot.registry.clear
25
+ Tantot.agent_registry.clear
26
26
  end
27
27
  end
28
28
  end
@@ -1,3 +1,3 @@
1
1
  module Tantot
2
- VERSION = "0.1.6"
2
+ VERSION = "0.1.7"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tantot
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.6
4
+ version: 0.1.7
5
5
  platform: ruby
6
6
  authors:
7
7
  - François-Pierre Bouchard