data_objects 0.9.3 → 0.9.4

Sign up to get free protection for your applications and to get access to all the features.
data/Rakefile CHANGED
@@ -9,7 +9,7 @@ AUTHOR = "Yehuda Katz"
9
9
  EMAIL = "wycats@gmail.com"
10
10
  GEM_NAME = "data_objects"
11
11
  GEM_VERSION = DataObjects::VERSION
12
- GEM_DEPENDENCIES = ["addressable", ">=1.0.3"], ["extlib", GEM_VERSION]
12
+ GEM_DEPENDENCIES = ["addressable", ">=1.0.3"], ["extlib", "=0.9.4"]
13
13
  GEM_CLEAN = "{coverage,doc,log}/", "profile_results.*", "**/.*.sw?", "*.gem", ".config", "**/.DS_Store"
14
14
  GEM_EXTRAS = {}
15
15
 
data/lib/data_objects.rb CHANGED
@@ -1,5 +1,6 @@
1
1
  require 'rubygems'
2
- gem 'extlib', '>= 0.9'
2
+
3
+ gem 'extlib', '=0.9.4'
3
4
  require 'extlib'
4
5
 
5
6
  require File.expand_path(File.join(File.dirname(__FILE__), 'data_objects', 'support', 'pooling'))
@@ -1,3 +1,3 @@
1
1
  module DataObjects
2
- VERSION = "0.9.3" unless defined?(DataObjects::VERSION)
2
+ VERSION = "0.9.4" unless defined?(DataObjects::VERSION)
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: data_objects
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.9.3
4
+ version: 0.9.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Yehuda Katz
@@ -9,7 +9,7 @@ autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
11
 
12
- date: 2008-07-24 00:00:00 -05:00
12
+ date: 2008-08-21 00:00:00 -05:00
13
13
  default_executable:
14
14
  dependencies:
15
15
  - !ruby/object:Gem::Dependency
@@ -30,7 +30,7 @@ dependencies:
30
30
  requirements:
31
31
  - - "="
32
32
  - !ruby/object:Gem::Version
33
- version: 0.9.3
33
+ version: 0.9.4
34
34
  version:
35
35
  - !ruby/object:Gem::Dependency
36
36
  name: hoe