message_bus 2.0.0.beta.9 → 2.0.0.beta.10
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/CHANGELOG +7 -2
- data/lib/message_bus/version.rb +1 -1
- metadata +3 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: ee67b1dcfb1b1f1afce37ad50c8bb2242576e3fd
|
|
4
|
+
data.tar.gz: f7c70f3a069c9ab56797864ab3955fed281db541
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 751fafbfae6c1f9238f6a3ce1493ad5b507ae0ad2298a70d7bd6419cd72900b8a43418ec74f66ec4bdc0348112b5cb51f92aa133ad94f3a44cfddf1008c0d900
|
|
7
|
+
data.tar.gz: ee216ed5d53ad8cd1282bf3f5548aadde126774e4a92f071e5c96a9939b5f546eeb0cc3c694c603585a0b46ffc7f841b8faafe1af2d428d9e077dbd21c52b850
|
data/CHANGELOG
CHANGED
|
@@ -1,11 +1,16 @@
|
|
|
1
1
|
11-05-2016
|
|
2
2
|
|
|
3
|
-
- Version 2.0.0.beta.
|
|
3
|
+
- Version 2.0.0.beta.10
|
|
4
|
+
- Fix: for https://github.com/rubygems/rubygems/issues/1448
|
|
5
|
+
|
|
6
|
+
11-05-2016
|
|
7
|
+
|
|
8
|
+
- Version 2.0.0.beta.9
|
|
4
9
|
- Fix: requests without content type were erroring out, breaks CORS
|
|
5
10
|
|
|
6
11
|
27-04-2016
|
|
7
12
|
|
|
8
|
-
- Version 2.0.0.beta.
|
|
13
|
+
- Version 2.0.0.beta.8
|
|
9
14
|
- Fix: exception raised sometimes when subscribing at a particular position
|
|
10
15
|
|
|
11
16
|
26-04-2016
|
data/lib/message_bus/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: message_bus
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 2.0.0.beta.
|
|
4
|
+
version: 2.0.0.beta.10
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Sam Saffron
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2016-05-
|
|
11
|
+
date: 2016-05-11 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: rack
|
|
@@ -140,7 +140,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
140
140
|
version: 1.3.1
|
|
141
141
|
requirements: []
|
|
142
142
|
rubyforge_project:
|
|
143
|
-
rubygems_version: 2.
|
|
143
|
+
rubygems_version: 2.6.4
|
|
144
144
|
signing_key:
|
|
145
145
|
specification_version: 4
|
|
146
146
|
summary: ''
|