durran-validatable 1.8.3 → 1.8.4

Sign up to get free protection for your applications and to get access to all the features.
Files changed (3) hide show
  1. data/VERSION.yml +2 -2
  2. data/lib/validatable.rb +1 -1
  3. metadata +2 -2
@@ -1,5 +1,5 @@
1
1
  ---
2
- :minor: 8
3
- :patch: 3
4
2
  :major: 1
3
+ :minor: 8
4
+ :patch: 4
5
5
  :build:
@@ -1,6 +1,6 @@
1
1
  require 'forwardable'
2
2
  require 'rubygems'
3
- require 'activesupport'
3
+ require 'active_support'
4
4
 
5
5
  dir = File.expand_path(File.dirname(__FILE__))
6
6
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: durran-validatable
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.8.3
4
+ version: 1.8.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Jay Fields
@@ -11,7 +11,7 @@ autorequire:
11
11
  bindir: bin
12
12
  cert_chain: []
13
13
 
14
- date: 2009-11-28 00:00:00 -05:00
14
+ date: 2009-12-26 00:00:00 -05:00
15
15
  default_executable:
16
16
  dependencies: []
17
17