bi-frost 0.2.0 → 0.2.1
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 +4 -4
- data/lib/bifrost/bus.rb +1 -1
- data/lib/bifrost/entity.rb +1 -1
- data/lib/bifrost/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 5e255e89bd67722c08e188f52a8a2cd525619a2f
|
|
4
|
+
data.tar.gz: 8e6d145f9bc4e23b16f267b6a05c181d1d0ceb64
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: f43426818f7128d563831fc155f4979c03b4e233a845a2793974f8205c3a0224f0fc11a174885c5ca5300dd3e30f8e5e6b676c60a04b37ba1588ee1058f787b2
|
|
7
|
+
data.tar.gz: 0cffed6ad3521a206bb61cbefa1139c3ad4136763d81a0802bb69ccf6f79d1ceded0d951b53812412e059824cb7d9321620bc526542500bbae3b04be1d1baa7d
|
data/lib/bifrost/bus.rb
CHANGED
data/lib/bifrost/entity.rb
CHANGED
data/lib/bifrost/version.rb
CHANGED
|
@@ -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 =
|
|
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.
|
|
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-
|
|
11
|
+
date: 2016-11-11 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: azure
|