houdini 0.2.2 → 0.2.3

Sign up to get free protection for your applications and to get access to all the features.
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- houdini (0.2.2)
4
+ houdini (0.2.3)
5
5
  rails (~> 3.0.0)
6
6
 
7
7
  GEM
@@ -1,3 +1,3 @@
1
1
  module Houdini
2
- VERSION = "0.2.2"
2
+ VERSION = "0.2.3"
3
3
  end
data/lib/houdini.rb CHANGED
@@ -9,7 +9,7 @@ require 'houdini/engine'
9
9
 
10
10
 
11
11
  module Houdini
12
- mattr_accessor :environment, :api_key, :app_url, :app_uri
12
+ mattr_accessor :environment, :api_key, :app_url, :app_uri, :app_host
13
13
  # Convenience methods
14
14
  def self.perform!(task_name, object)
15
15
  object.send_to_houdini(task_name)
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: houdini
3
3
  version: !ruby/object:Gem::Version
4
- hash: 19
4
+ hash: 17
5
5
  prerelease:
6
6
  segments:
7
7
  - 0
8
8
  - 2
9
- - 2
10
- version: 0.2.2
9
+ - 3
10
+ version: 0.2.3
11
11
  platform: ruby
12
12
  authors:
13
13
  - Chris Conley