refinery 0.10.9 → 0.10.10

Sign up to get free protection for your applications and to get access to all the features.
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.10.9
1
+ 0.10.10
@@ -35,7 +35,7 @@ module Refinery #:nodoc:
35
35
  # Publish the given message to the queue. The message will be converted
36
36
  # to JSON and pushed into the queue associated with the publisher.
37
37
  def publish_to_queue(queue, message)
38
- logger.debug "Publisher #{self.class.name} sending message: #{message.to_json} to queue #{queue.url}"
38
+ logger.debug "Publisher #{self.class.name} sending message: #{message.to_json}"
39
39
  queue.send_message(Base64.encode64(message.to_json))
40
40
  end
41
41
  end
data/refinery.gemspec CHANGED
@@ -2,11 +2,11 @@
2
2
 
3
3
  Gem::Specification.new do |s|
4
4
  s.name = %q{refinery}
5
- s.version = "0.10.9"
5
+ s.version = "0.10.10"
6
6
 
7
7
  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
8
8
  s.authors = ["Anthony Eden"]
9
- s.date = %q{2009-08-12}
9
+ s.date = %q{2009-09-18}
10
10
  s.description = %q{Process data in a distributed fashion.}
11
11
  s.email = %q{anthonyeden@gmail.com}
12
12
  s.executables = ["epub", "monitor", "pubnow", "refinery"]
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: refinery
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.10.9
4
+ version: 0.10.10
5
5
  platform: ruby
6
6
  authors:
7
7
  - Anthony Eden
@@ -9,7 +9,7 @@ autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
11
 
12
- date: 2009-08-12 00:00:00 -10:00
12
+ date: 2009-09-18 00:00:00 -10:00
13
13
  default_executable:
14
14
  dependencies: []
15
15