orientdb 0.0.9-jruby → 0.0.10-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.
Files changed (4) hide show
  1. data/VERSION +1 -1
  2. data/lib/orientdb/sql.rb +0 -5
  3. data/orientdb.gemspec +1 -1
  4. metadata +2 -2
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.0.9
1
+ 0.0.10
data/lib/orientdb/sql.rb CHANGED
@@ -10,7 +10,6 @@ module OrientDB
10
10
  def initialize(type)
11
11
  @type = type
12
12
  @conditions = []
13
- add(conds) if conds
14
13
  end
15
14
 
16
15
  def type
@@ -219,10 +218,6 @@ module OrientDB
219
218
  "'#{str}'"
220
219
  end
221
220
 
222
- def quote(value)
223
- self.class.quote value
224
- end
225
-
226
221
  private
227
222
 
228
223
  def select_sql
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.9"
8
+ s.version = "0.0.10"
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
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
5
5
  segments:
6
6
  - 0
7
7
  - 0
8
- - 9
9
- version: 0.0.9
8
+ - 10
9
+ version: 0.0.10
10
10
  platform: jruby
11
11
  authors:
12
12
  - Adrian Madrid