yakischloba-drizzle-ffi 0.0.2 → 0.0.3

Sign up to get free protection for your applications and to get access to all the features.
Files changed (3) hide show
  1. data/drizzle.gemspec +2 -2
  2. data/lib/drizzle/drizzle.rb +0 -4
  3. metadata +2 -2
data/drizzle.gemspec CHANGED
@@ -1,7 +1,7 @@
1
1
  Gem::Specification.new do |s|
2
2
  s.name = "drizzle-ffi"
3
- s.version = "0.0.2"
4
- s.date = "2009-08-07"
3
+ s.version = "0.0.3"
4
+ s.date = "2009-08-11"
5
5
  s.authors = ["Jake Douglas"]
6
6
  s.email = "jakecdouglas@gmail.com"
7
7
  s.has_rdoc = false
@@ -68,9 +68,6 @@ module Drizzle
68
68
  attach_function :free, :drizzle_free, [:pointer], :void
69
69
  attach_function :error, :drizzle_error, [:pointer], :string
70
70
  attach_function :add_options, :drizzle_add_options, [:pointer, :drizzle_options_t], :void
71
- callback :event_watch_callback, [:pointer, :short, :pointer], :drizzle_return_t
72
-
73
- attach_function :set_event_watch, :drizzle_set_event_watch, [:pointer, :event_watch_callback, :pointer], :void
74
71
 
75
72
  # Connection objects
76
73
  attach_function :con_create, :drizzle_con_create, [:pointer, :pointer], :pointer
@@ -81,7 +78,6 @@ module Drizzle
81
78
  attach_function :con_status, :drizzle_con_status, [:pointer], :int
82
79
  attach_function :con_fd, :drizzle_con_fd, [:pointer], :int
83
80
  attach_function :con_clone, :drizzle_con_clone, [:pointer, :pointer, :pointer], :pointer
84
- attach_function :con_set_revents, :drizzle_con_set_revents, [:pointer, :short], :void
85
81
 
86
82
  # Querying
87
83
  attach_function :query_str, :drizzle_query_str, [:pointer, :pointer, :string, :pointer], :pointer
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: yakischloba-drizzle-ffi
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.2
4
+ version: 0.0.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Jake Douglas
@@ -9,7 +9,7 @@ autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
11
 
12
- date: 2009-08-07 00:00:00 -07:00
12
+ date: 2009-08-11 00:00:00 -07:00
13
13
  default_executable:
14
14
  dependencies:
15
15
  - !ruby/object:Gem::Dependency