message_bus 0.9.3.1 → 0.9.3.2

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: e3736140cfa912b949f2a89f3929d71f2b3c827a
4
- data.tar.gz: 518e68f6fdec5bf02d04f2eb4a3f5d9284dc8cf1
3
+ metadata.gz: cc56c6496f2994b9144a4c546d588784d5d8f818
4
+ data.tar.gz: e6ffaf32700df3a6628fa858ba24596c898a3dc5
5
5
  SHA512:
6
- metadata.gz: bc301c324e6a2caa0ae6b405e64e3f1984827b776a029400b76d2862d1ac8c764c6918f93bbc4ccba20100837b9ba4dc86064f53f3de16ce0c3200a59bd47a73
7
- data.tar.gz: c18d8a2a00553724c5b18d588afd95f5348c7e9e68f79ac844abd89c26631e35eba19e4435e88d601056f7b150bd51bb5b1f175e576a3929e4f39aa1baa4beed
6
+ metadata.gz: 470786eff06753a648d739f4af5b45175139fb3d2a3bae53660d139cfb2768fe8c2272fec7c1b4b2163d95b1d246a3f53300262c2044baa9894ffa7843531228
7
+ data.tar.gz: b980a483a53b5665f83b36db886a2e8566ab2900b9a5d021ece1373afbb3812649c7254f0228a2d0a52a80ab793d60eca83b66a826fbb97ffafb67b878a60e9b
data/CHANGELOG CHANGED
@@ -1,3 +1,7 @@
1
+ 06-12-2013
2
+ - Version 0.9.3.2
3
+ - Fix permissions in gem
4
+
1
5
  05-12-2013
2
6
  - Version 0.9.3.1
3
7
  - Add MessageBus.diagnostics() for diagnosing bus issues client side
@@ -1,3 +1,3 @@
1
1
  module MessageBus
2
- VERSION = "0.9.3.1"
2
+ VERSION = "0.9.3.2"
3
3
  end
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: 0.9.3.1
4
+ version: 0.9.3.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Sam Saffron
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2013-12-05 00:00:00.000000000 Z
11
+ date: 2013-12-06 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rack