vuderacha-orq 0.0.1 → 0.0.2

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 +5 -0
  2. metadata +1 -1
data/lib/orq/impulse.rb CHANGED
@@ -1,5 +1,6 @@
1
1
  require 'rubygems'
2
2
  require 'yaml'
3
+ require 'json' rescue nil # This prevents the json gem loading afterwards and messing up the JSON serialisation
3
4
  require 'active_support'
4
5
 
5
6
  module ORQ
@@ -21,6 +22,10 @@ module ORQ
21
22
  end
22
23
  end
23
24
 
25
+ def to_json(options = {})
26
+ ActiveSupport::JSON.encode(instance_values, options)
27
+ end
28
+
24
29
  # Class Methods
25
30
  class << self
26
31
  #
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.1
4
+ version: 0.0.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Paul Jones