philotic 0.1.1 → 0.1.2

Sign up to get free protection for your applications and to get access to all the features.
Files changed (5) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +1 -0
  3. data/lib/philotic/version.rb +1 -1
  4. data/repl +3 -0
  5. metadata +3 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 6c207f88ac1a40745e0fb7146a97850669bbac39
4
- data.tar.gz: 843d000c8695ae044d997def648714de1c42f4cd
3
+ metadata.gz: 2cec3dcadcc2b8d955afbf4462918d366b685c80
4
+ data.tar.gz: 7b9351048d2ce3c72c363c827f8c009e5b2a2811
5
5
  SHA512:
6
- metadata.gz: a0f7f6b66ea62000a0711a5c7d468afa43eb7309fb252650e9265c62942caa1d4fe9144954842c421ad20057cc2151a2328f64a7f510dfdb4ef320452c410ddc
7
- data.tar.gz: 61b6203f1ef2cdf747cc9e7eb49a6998ae0b4068d0f81c3eeee59a29846fe8a4adfd5a36690346d0b4b5c5ad0a2b56c92c18b44e34354924c1feb464284c9607
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
+ [![Gem Version](https://badge.fury.io/rb/philotic.png)](http://badge.fury.io/rb/philotic)
5
6
  [![Build Status](https://travis-ci.org/nkeyes/philotic.png?branch=master)](https://travis-ci.org/nkeyes/philotic)
6
7
  [![Code Climate](https://codeclimate.com/github/nkeyes/philotic/badges/gpa.svg)](https://codeclimate.com/github/nkeyes/philotic)
7
8
  [![Test Coverage](https://codeclimate.com/github/nkeyes/philotic/badges/coverage.svg)](https://codeclimate.com/github/nkeyes/philotic)
@@ -1,3 +1,3 @@
1
1
  module Philotic
2
- VERSION = '0.1.1'
2
+ VERSION = '0.1.2'
3
3
  end
data/repl ADDED
@@ -0,0 +1,3 @@
1
+ #!/bin/sh
2
+
3
+ bundle exec irb -Ilib -r 'philotic' -r 'awesome_print'
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.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-17 00:00:00.000000000 Z
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