rack-datamapper 0.2.2 → 0.2.3

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.
data/History.txt CHANGED
@@ -1,3 +1,7 @@
1
+ === 0.2.3 / 2009-10-06
2
+
3
+ * added mapping to fix naming problem between rack_datamapper and rack-datamapper
4
+
1
5
  === 0.2.2 / 2009-10-05
2
6
 
3
7
  * various bug fixes in datamapper_store
data/Manifest.txt CHANGED
@@ -2,6 +2,7 @@ History.txt
2
2
  Manifest.txt
3
3
  README.txt
4
4
  Rakefile
5
+ lib/rack-datamapper.rb
5
6
  lib/rack_datamapper.rb
6
7
  lib/softhashmap.jar
7
8
  lib/rack_datamapper/identity_maps.rb
@@ -0,0 +1 @@
1
+ require 'rack_datamapper'
@@ -1,5 +1,5 @@
1
1
  module Rack
2
2
  module DataMapper
3
- VERSION = '0.2.2'.freeze
3
+ VERSION = '0.2.3'.freeze
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rack-datamapper
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.2
4
+ version: 0.2.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - mkristian
@@ -9,7 +9,7 @@ autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
11
 
12
- date: 2009-10-05 00:00:00 +05:30
12
+ date: 2009-10-08 00:00:00 +05:30
13
13
  default_executable:
14
14
  dependencies:
15
15
  - !ruby/object:Gem::Dependency
@@ -48,6 +48,7 @@ files:
48
48
  - Manifest.txt
49
49
  - README.txt
50
50
  - Rakefile
51
+ - lib/rack-datamapper.rb
51
52
  - lib/rack_datamapper.rb
52
53
  - lib/softhashmap.jar
53
54
  - lib/rack_datamapper/identity_maps.rb