dm-yaml-adapter 0.5 → 0.6

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.
Files changed (2) hide show
  1. data/lib/dm-yaml-adapter.rb +1 -1
  2. metadata +3 -3
@@ -156,7 +156,7 @@ module DataMapper::Adapters
156
156
  return 1
157
157
  end
158
158
  free_id = -1
159
- id = 1
159
+ id = -1
160
160
  until free_id != -1 do
161
161
  id += 1
162
162
  if ! File.exists?(File.join(directory, id.to_s + ".yaml"))
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: dm-yaml-adapter
3
3
  version: !ruby/object:Gem::Version
4
- version: "0.5"
4
+ version: "0.6"
5
5
  platform: ruby
6
6
  authors:
7
7
  - Joshua Harding
@@ -9,7 +9,7 @@ autorequire: dm-yaml-adapter
9
9
  bindir: bin
10
10
  cert_chain: []
11
11
 
12
- date: 2009-05-20 00:00:00 -04:00
12
+ date: 2009-06-21 00:00:00 -04:00
13
13
  default_executable:
14
14
  dependencies: []
15
15
 
@@ -26,7 +26,7 @@ files:
26
26
  - spec/dm-yaml-adapter_spec.rb
27
27
  - spec/spec_helper.rb
28
28
  - README
29
- has_rdoc: true
29
+ has_rdoc: false
30
30
  homepage:
31
31
  post_install_message:
32
32
  rdoc_options: []