bi-frost 0.2.0 → 0.2.1

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 5c7ef1811b993361b82e924590621cd7acbcd263
4
- data.tar.gz: b365ca8848c557b296fbef2ad330746e70472aa5
3
+ metadata.gz: 5e255e89bd67722c08e188f52a8a2cd525619a2f
4
+ data.tar.gz: 8e6d145f9bc4e23b16f267b6a05c181d1d0ceb64
5
5
  SHA512:
6
- metadata.gz: 933abde1218ef15a966004dcded976de5076fb5eb7b4e97fa316dc957e55e8009e1058758a1f6c4cb78649a5e5c522238bd8a6e9387e340714dff541a4d49fd7
7
- data.tar.gz: c0b8558f903e565ce019cdc833e9b99a604ceb1d144653b82a7a4152a6b350b21fa1eb287c992dce98836e60eae8e179b155dee61d11d977d2c7b7cfcc5f4b67
6
+ metadata.gz: f43426818f7128d563831fc155f4979c03b4e233a845a2793974f8205c3a0224f0fc11a174885c5ca5300dd3e30f8e5e6b676c60a04b37ba1588ee1058f787b2
7
+ data.tar.gz: 0cffed6ad3521a206bb61cbefa1139c3ad4136763d81a0802bb69ccf6f79d1ceded0d951b53812412e059824cb7d9321620bc526542500bbae3b04be1d1baa7d
data/lib/bifrost/bus.rb CHANGED
@@ -1,4 +1,4 @@
1
- require 'Azure'
1
+ require 'azure'
2
2
 
3
3
  module Bifrost
4
4
  # This type represents the Bifrost as a managed entity
@@ -1,4 +1,4 @@
1
- require 'Azure'
1
+ require 'azure'
2
2
 
3
3
  module Bifrost
4
4
  # Types that require access to the message bus should inherit this type. We've chosen
@@ -9,7 +9,7 @@ module Bifrost
9
9
 
10
10
  # The patch version of Bifrost, updated only for bug fixes from the last
11
11
  # feature release.
12
- PATCH_VERSION = 0
12
+ PATCH_VERSION = 1
13
13
 
14
14
  # The full version as a string.
15
15
  VERSION = "#{MAJOR_VERSION}.#{MINOR_VERSION}.#{PATCH_VERSION}".freeze
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: bi-frost
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.0
4
+ version: 0.2.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Shirren Premaratne
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2016-11-09 00:00:00.000000000 Z
11
+ date: 2016-11-11 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: azure