caulfield 0.0.6 → 0.0.7

Sign up to get free protection for your applications and to get access to all the features.
data/lib/caulfield.rb CHANGED
@@ -9,7 +9,7 @@ module Caulfield
9
9
  end
10
10
  end
11
11
 
12
- if defined?(Rails) && Rails.version >= '3.0.0.beta4'
12
+ if defined?(Rails) && Rails.version >= '3.0.0'
13
13
  ActiveSupport.on_load :before_initialize do
14
14
  Rails.configuration.middleware.use Caulfield::Middleware
15
15
  end
@@ -1,3 +1,3 @@
1
1
  module Caulfield
2
- VERSION = '0.0.6'
2
+ VERSION = '0.0.7'
3
3
  end
metadata CHANGED
@@ -1,13 +1,12 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: caulfield
3
3
  version: !ruby/object:Gem::Version
4
- hash: 19
5
4
  prerelease: false
6
5
  segments:
7
6
  - 0
8
7
  - 0
9
- - 6
10
- version: 0.0.6
8
+ - 7
9
+ version: 0.0.7
11
10
  platform: ruby
12
11
  authors:
13
12
  - Chris Hanks
@@ -15,7 +14,7 @@ autorequire:
15
14
  bindir: bin
16
15
  cert_chain: []
17
16
 
18
- date: 2010-07-21 00:00:00 -07:00
17
+ date: 2010-08-31 00:00:00 -07:00
19
18
  default_executable:
20
19
  dependencies: []
21
20
 
@@ -50,7 +49,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
50
49
  requirements:
51
50
  - - ">="
52
51
  - !ruby/object:Gem::Version
53
- hash: 3
52
+ hash: 713047681
54
53
  segments:
55
54
  - 0
56
55
  version: "0"
@@ -59,7 +58,6 @@ required_rubygems_version: !ruby/object:Gem::Requirement
59
58
  requirements:
60
59
  - - ">="
61
60
  - !ruby/object:Gem::Version
62
- hash: 23
63
61
  segments:
64
62
  - 1
65
63
  - 3