brocade_vrouter 0.4.3 → 0.4.5

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: 53763afe48f8c600c7ab193da500334ecf6abf3d
4
- data.tar.gz: 52cfbd0ead22ca30889068dc4a03be3214a1fb19
3
+ metadata.gz: e8d74afd247d557ffac7157247d92a3067993ee3
4
+ data.tar.gz: 66bd68220a1297ec008bb60cd585c2d23e30d0b1
5
5
  SHA512:
6
- metadata.gz: 53557905be0e59c15df28bfb489f86471559fb6ce77a094b44d83f38b9f7b40a15f97007a68a94f0b7c63a0951936ee1f9768a750a18d16b0afb85a69ccaf2d0
7
- data.tar.gz: 5f459f13b7907edb1e46a40f1a25701049c8b15cdbc2c3f4f9414c4b2000bea920372cd6005074f70f93fbcae0ecbfb4cdada9058ed459211c79671dafb163e2
6
+ metadata.gz: 528ecc3bd26e6fd1131ea66bd6fcf4afb3c7c3b43334fabae06dfb1afb87df1e8bcbca8656587b4be32de6a5adb50247c8ee83f3fd1056a642106771d661ab45
7
+ data.tar.gz: 7c9b2e6000cbb7f05d1d61d6481c10adc85acb61a8a1192f357420c0e9b23e2efb1bc58865af06e98735f2e2623b2d181f0aa40de6648953eaff0a813372edc5
@@ -24,7 +24,7 @@ module BrocadeVRouter
24
24
  end
25
25
 
26
26
  def get(path)
27
- @current_conf.get(path)
27
+ configuration.get(path)
28
28
  end
29
29
 
30
30
  alias_method :configure, :configuration
@@ -1,3 +1,3 @@
1
1
  module BrocadeVRouter
2
- VERSION = '0.4.3'.freeze
2
+ VERSION = '0.4.5'.freeze
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: brocade_vrouter
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.4.3
4
+ version: 0.4.5
5
5
  platform: ruby
6
6
  authors:
7
7
  - Konstantin Kosmatov