orientdb 0.0.23-jruby → 0.0.24-jruby

Sign up to get free protection for your applications and to get access to all the features.
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.0.23
1
+ 0.0.24
@@ -71,7 +71,8 @@ module OrientDB
71
71
  def migrate_class(klass_name, fields = {})
72
72
  klass = get_or_create_class klass_name
73
73
  fields.each do |name, options|
74
- klass.add name, options
74
+ type = options.delete :type
75
+ klass.add name, type, options
75
76
  end
76
77
  end
77
78
 
data/orientdb.gemspec CHANGED
@@ -5,7 +5,7 @@
5
5
 
6
6
  Gem::Specification.new do |s|
7
7
  s.name = %q{orientdb}
8
- s.version = "0.0.23"
8
+ s.version = "0.0.24"
9
9
  s.platform = %q{jruby}
10
10
 
11
11
  s.required_rubygems_version = Gem::Requirement.new(">= 1.3.6") if s.respond_to? :required_rubygems_version=
metadata CHANGED
@@ -2,7 +2,7 @@
2
2
  name: orientdb
3
3
  version: !ruby/object:Gem::Version
4
4
  prerelease:
5
- version: 0.0.23
5
+ version: 0.0.24
6
6
  platform: jruby
7
7
  authors:
8
8
  - Adrian Madrid