sam-dm-core 0.9.9 → 0.9.10

Sign up to get free protection for your applications and to get access to all the features.
Files changed (3) hide show
  1. data/History.txt +11 -0
  2. data/lib/dm-core/version.rb +1 -1
  3. metadata +1 -1
data/History.txt CHANGED
@@ -1,3 +1,14 @@
1
+ === 0.9.9 / 2009-01-04
2
+
3
+ * 1 minor enhancement:
4
+
5
+ * Updated Resource and Collection to be serializable with Marshal
6
+
7
+ * 1 bug fix:
8
+
9
+ * Fixed Model#copy to copy properties that are the same in both
10
+ repositories.
11
+
1
12
  === 0.9.8 / 2008-12-07
2
13
 
3
14
  * 3 minor enhancements:
@@ -1,3 +1,3 @@
1
1
  module DataMapper
2
- VERSION = '0.9.9' unless defined?(DataMapper::VERSION)
2
+ VERSION = '0.9.10' unless defined?(DataMapper::VERSION)
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: sam-dm-core
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.9.9
4
+ version: 0.9.10
5
5
  platform: ruby
6
6
  authors:
7
7
  - Dan Kubb