hey-pubsub 0.2.1 → 0.2.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.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/lib/hey/version.rb +1 -1
  3. data/lib/hey.rb +1 -0
  4. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 665516fe0d03a52586360e2228a6e6bf6379073b
4
- data.tar.gz: 7415acab7d51dcd150d778b0665b0c0c789273f0
3
+ metadata.gz: e106c00b92859e48ed6d87a3f52440676de4c4a9
4
+ data.tar.gz: 88e530dd1ccc7ae593187b3d1638b0cd2f4955ca
5
5
  SHA512:
6
- metadata.gz: 27ba1cffb049f0b10e1ac0966892fc4cf2c126cdb600a1bba8a402fcdf2901583d7d99775feae0b34f97b62315c7652fc2235b598151c9bdbd1b43893a683718
7
- data.tar.gz: c52b94e8b65d86d946411dfe6aeff65a63f94aea0696deca126e304719d666240de38d6bce6d05899356977dab4899ca0b585b55489a68bd40c8f7b8e1c979ed
6
+ metadata.gz: f2b7a8732e177084e9cc5860da10c0d80dfb60203c6cc790ca92e0d3b35dcd6fb10397c9c5e011617190910a5ec33487c51868fd5836ceffb52ba923a6cebb6b
7
+ data.tar.gz: 521d7417b7ffe5081980c7177a8b7c4e277e32fa739f8af8b328b0514e7ae5e2b41890289848b060d7688c4112dee033a5d376dee69f2b68743d4770d19e3d2a
data/lib/hey/version.rb CHANGED
@@ -1,3 +1,3 @@
1
1
  module Hey
2
- VERSION = "0.2.1"
2
+ VERSION = "0.2.2"
3
3
  end
data/lib/hey.rb CHANGED
@@ -53,3 +53,4 @@ require "hey/sanitized_hash"
53
53
  require "hey/pubsub"
54
54
  require "hey/pubsub/event"
55
55
  require "hey/pubsub/adapters/asn_adapter"
56
+ require "hey/pubsub/middleware/faraday"
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: hey-pubsub
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.1
4
+ version: 0.2.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - ShippingEasy
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2015-09-22 00:00:00.000000000 Z
11
+ date: 2015-09-25 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler