philotic 0.1.1 → 0.1.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 +4 -4
- data/README.md +1 -0
- data/lib/philotic/version.rb +1 -1
- data/repl +3 -0
- metadata +3 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 2cec3dcadcc2b8d955afbf4462918d366b685c80
|
|
4
|
+
data.tar.gz: 7b9351048d2ce3c72c363c827f8c009e5b2a2811
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 94c7661e0ea7a7487ea8e9e69427a860deefa9f600384d3997ff388f914b1b7abcaf4b9a16646c1668fe8a33f421f090ac65cc795d05e2eb314bd5d0f38e44b7
|
|
7
|
+
data.tar.gz: 94203a7b7f3dc1f6d73f4b5410eacce93d852e61dcf2e437281cd482bda67ab26043f302bf0257500f055bd342408694c6455226883f81aace30e0ed023da450
|
data/README.md
CHANGED
|
@@ -2,6 +2,7 @@
|
|
|
2
2
|
|
|
3
3
|
Lightweight, opinionated wrapper for using RabbitMQ headers exchanges
|
|
4
4
|
|
|
5
|
+
[](http://badge.fury.io/rb/philotic)
|
|
5
6
|
[](https://travis-ci.org/nkeyes/philotic)
|
|
6
7
|
[](https://codeclimate.com/github/nkeyes/philotic)
|
|
7
8
|
[](https://codeclimate.com/github/nkeyes/philotic)
|
data/lib/philotic/version.rb
CHANGED
data/repl
ADDED
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: philotic
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.1.
|
|
4
|
+
version: 0.1.2
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Nathan Keyes
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2014-11-
|
|
11
|
+
date: 2014-11-18 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: codeclimate-test-reporter
|
|
@@ -248,6 +248,7 @@ files:
|
|
|
248
248
|
- philotic.gemspec
|
|
249
249
|
- philotic.yml.example
|
|
250
250
|
- philotic_queues.yml.example
|
|
251
|
+
- repl
|
|
251
252
|
- spec/philotic/config_spec.rb
|
|
252
253
|
- spec/philotic/connection_spec.rb
|
|
253
254
|
- spec/philotic/event_spec.rb
|