houdini 0.2.3 → 0.2.4

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.3)
4
+ houdini (0.2.4)
5
5
  rails (~> 3.0.0)
6
6
 
7
7
  GEM
data/lib/houdini/base.rb CHANGED
@@ -26,7 +26,8 @@ module Houdini
26
26
  private
27
27
 
28
28
  def self.validate_config
29
- raise HostError, "Houdini.app_host should specify http:// or https://" unless Houdini.app_host.match(/^https?\:\/\//)
29
+ #TODO: validate params in Houdini.setup
30
+ raise HostError, "Houdini.app_url should specify http:// or https://" unless Houdini.app_url.match(/^https?\:\/\//)
30
31
  end
31
32
  end
32
33
 
@@ -1,3 +1,3 @@
1
1
  module Houdini
2
- VERSION = "0.2.3"
2
+ VERSION = "0.2.4"
3
3
  end
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: 17
4
+ hash: 31
5
5
  prerelease:
6
6
  segments:
7
7
  - 0
8
8
  - 2
9
- - 3
10
- version: 0.2.3
9
+ - 4
10
+ version: 0.2.4
11
11
  platform: ruby
12
12
  authors:
13
13
  - Chris Conley