dm-predefined 0.0.1 → 0.1.0

Sign up to get free protection for your applications and to get access to all the features.
data/History.txt CHANGED
@@ -1,4 +1,4 @@
1
- === 0.0.1 / 2008-12-21
1
+ === 0.1.0 / 2008-12-21
2
2
 
3
3
  * Initial release.
4
4
 
data/README.txt CHANGED
@@ -1,7 +1,7 @@
1
1
  = dm-predefined
2
2
 
3
3
  * http://dm-predefined.rubyforge.org/
4
- * https://github.com/postmodern/dm-predefined
4
+ * http://github.com/postmodern/dm-predefined
5
5
  * Postmodern (postmodern.mod3 at gmail.com)
6
6
 
7
7
  == DESCRIPTION:
@@ -1,5 +1,5 @@
1
1
  module DataMapper
2
2
  module Predefined
3
- VERSION = '0.0.1'
3
+ VERSION = '0.1.0'
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: dm-predefined
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.1
4
+ version: 0.1.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Postmodern