vex 0.2.6 → 0.2.7

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
data/CHANGELOG CHANGED
@@ -2,3 +2,7 @@
2
2
 
3
3
  Adds ActionController.verify_hostname
4
4
  Adds ActionController.error
5
+
6
+ 0.2.7
7
+
8
+ Fixed ActionController.verify_hostname
data/VERSION CHANGED
@@ -1,2 +1,2 @@
1
- 0.2.6
1
+ 0.2.7
2
2
 
@@ -1,6 +1,5 @@
1
1
  module ActionController::VerifyHostname
2
-
3
- def self.verify_hostname(matcher=nil, &block)
2
+ def verify_hostname(matcher=nil, &block)
4
3
  matcher ||= Proc.new
5
4
 
6
5
  before_filter do |controller|
@@ -1 +1 @@
1
- 33207.106710
1
+ 33726.106710
@@ -2,7 +2,7 @@
2
2
 
3
3
  Gem::Specification.new do |s|
4
4
  s.name = %q{vex}
5
- s.version = "0.2.6"
5
+ s.version = "0.2.7"
6
6
 
7
7
  s.required_rubygems_version = Gem::Requirement.new(">= 1.2") if s.respond_to? :required_rubygems_version=
8
8
  s.authors = ["pboy"]
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: vex
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.6
4
+ version: 0.2.7
5
5
  platform: ruby
6
6
  authors:
7
7
  - pboy