data_objects 0.9.8 → 0.9.9

Sign up to get free protection for your applications and to get access to all the features.
data/History.txt CHANGED
@@ -1 +1,2 @@
1
-
1
+ == 0.9.9 2008-11-27
2
+ * No Changes since 0.9.8
data/Rakefile CHANGED
@@ -19,7 +19,9 @@ PROJECT_DESCRIPTION = PROJECT_SUMMARY = "The Core DataObjects class"
19
19
 
20
20
  DRIVER = false
21
21
 
22
- require ROOT.parent + 'tasks/hoe'
22
+ if (tasks_dir = ROOT.parent + 'tasks').directory?
23
+ require tasks_dir + 'hoe'
24
+ end
23
25
 
24
26
  # Installation
25
27
 
@@ -1,3 +1,3 @@
1
1
  module DataObjects
2
- VERSION = "0.9.8" unless defined?(DataObjects::VERSION)
2
+ VERSION = "0.9.9" 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.8
4
+ version: 0.9.9
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-11-24 00:00:00 -08:00
12
+ date: 2008-11-27 00:00:00 -08:00
13
13
  default_executable:
14
14
  dependencies:
15
15
  - !ruby/object:Gem::Dependency