orientdb 0.0.23-jruby → 0.0.24-jruby

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/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