vuderacha-orq 0.0.0 → 0.0.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (2) hide show
  1. data/lib/orq/impulse.rb +1 -1
  2. metadata +2 -2
data/lib/orq/impulse.rb CHANGED
@@ -11,7 +11,7 @@ module ORQ
11
11
 
12
12
  # Instructs the impulse to send itself to the message queue
13
13
  def fire!
14
- self.class.get_target(self.class.target_name).fire self.class.uri, self.to_json
14
+ self.class.get_target(self.class.target_name).fire self.class.uri, ActiveSupport::JSON.encode(self)
15
15
  end
16
16
 
17
17
  # Instructs the impulse to apply the properties in the given hash
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: vuderacha-orq
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.0
4
+ version: 0.0.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Paul Jones
@@ -9,7 +9,7 @@ autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
11
 
12
- date: 2009-03-22 00:00:00 -07:00
12
+ date: 2009-03-25 00:00:00 -07:00
13
13
  default_executable:
14
14
  dependencies:
15
15
  - !ruby/object:Gem::Dependency