rabbithutch 0.0.9 → 0.1.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (4) hide show
  1. data/Gemfile.lock +1 -1
  2. data/config.yaml +1 -1
  3. data/rabbithutch.gemspec +1 -1
  4. metadata +2 -2
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- rabbithutch (0.0.8)
4
+ rabbithutch (0.1.0)
5
5
  amqp
6
6
  bson_ext
7
7
  daemons
@@ -10,7 +10,7 @@ rabbitmq:
10
10
  username: guest
11
11
  password: guest
12
12
  - displayname: anotherserver
13
- enabled: true
13
+ enabled: false
14
14
  hostname: 127.0.0.2
15
15
  username: guest
16
16
  password: guest
@@ -4,7 +4,7 @@ $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)
4
4
 
5
5
  Gem::Specification.new do |gem|
6
6
  gem.name = %q{rabbithutch}
7
- gem.version = "0.0.9"
7
+ gem.version = "0.1.0"
8
8
  gem.authors = ["John Ryan"]
9
9
  gem.email = ["555john@gmail.com"]
10
10
  gem.description = %q{RabbitMq Trace Logger - Listen to multiple RabbitMq instances and log them to a
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rabbithutch
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.9
4
+ version: 0.1.0
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2012-12-19 00:00:00.000000000 Z
12
+ date: 2012-12-21 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: amqp