odba 1.0.4 → 1.0.5

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.
@@ -1,3 +1,7 @@
1
+ === 1.0.5 / 20.12.2011
2
+
3
+ * Added attr_accessor :odba_persistent so we can update doctor addresses on ch.oddb.org
4
+
1
5
  === 1.0.4 / 12.12.2011
2
6
 
3
7
  * Fixed file lock process by using @file_lock flag variable to control it in application side
@@ -11,5 +11,5 @@ require 'odba/index'
11
11
  require 'odba/odba'
12
12
 
13
13
  class Odba
14
- VERSION = '1.0.4'
14
+ VERSION = '1.0.5'
15
15
  end
@@ -1,6 +1,6 @@
1
1
  #!/usr/bin/env ruby
2
2
  # encoding: utf-8
3
- # ODBA::Persistable -- odba -- 09.12.2011 -- mhatakeyama@ywesee.com
3
+ # ODBA::Persistable -- odba -- 20.12.2011 -- mhatakeyama@ywesee.com
4
4
  # ODBA::Persistable -- odba -- 29.04.2004 -- hwyss@ywesee.com rwaltert@ywesee.com mwalder@ywesee.com
5
5
 
6
6
  class Object # :nodoc: all
@@ -28,6 +28,7 @@ module ODBA
28
28
  Find = Exact.dup
29
29
  Find.limit = 1
30
30
  # Classes which include Persistable have a class-method 'odba_index'
31
+ attr_accessor :odba_persistent
31
32
  def Persistable.append_features(mod)
32
33
  super
33
34
  mod.module_eval {
metadata CHANGED
@@ -1,12 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: odba
3
3
  version: !ruby/object:Gem::Version
4
- prerelease: false
4
+ hash: 29
5
+ prerelease:
5
6
  segments:
6
7
  - 1
7
8
  - 0
8
- - 4
9
- version: 1.0.4
9
+ - 5
10
+ version: 1.0.5
10
11
  platform: ruby
11
12
  authors:
12
13
  - Masaomi Hatakeyama, Zeno R.R. Davatz
@@ -14,16 +15,18 @@ autorequire:
14
15
  bindir: bin
15
16
  cert_chain: []
16
17
 
17
- date: 2011-12-12 00:00:00 +01:00
18
+ date: 2011-12-20 00:00:00 +01:00
18
19
  default_executable:
19
20
  dependencies:
20
21
  - !ruby/object:Gem::Dependency
21
22
  name: hoe
22
23
  prerelease: false
23
24
  requirement: &id001 !ruby/object:Gem::Requirement
25
+ none: false
24
26
  requirements:
25
27
  - - ">="
26
28
  - !ruby/object:Gem::Version
29
+ hash: 41
27
30
  segments:
28
31
  - 2
29
32
  - 9
@@ -94,23 +97,27 @@ rdoc_options:
94
97
  require_paths:
95
98
  - lib
96
99
  required_ruby_version: !ruby/object:Gem::Requirement
100
+ none: false
97
101
  requirements:
98
102
  - - ">="
99
103
  - !ruby/object:Gem::Version
104
+ hash: 3
100
105
  segments:
101
106
  - 0
102
107
  version: "0"
103
108
  required_rubygems_version: !ruby/object:Gem::Requirement
109
+ none: false
104
110
  requirements:
105
111
  - - ">="
106
112
  - !ruby/object:Gem::Version
113
+ hash: 3
107
114
  segments:
108
115
  - 0
109
116
  version: "0"
110
117
  requirements: []
111
118
 
112
119
  rubyforge_project: odba
113
- rubygems_version: 1.3.6
120
+ rubygems_version: 1.4.2
114
121
  signing_key:
115
122
  specification_version: 3
116
123
  summary: Object Database Access - Ruby Software for ODDB.org Memory Management