ffi-mysql 1.1.0 → 1.1.1
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/.hgtags +1 -0
- data/History.markdown +5 -0
- data/lib/ffi-mysql/mysql.rb +1 -1
- data/lib/ffi-mysql/version.rb +1 -1
- metadata +53 -58
- data/announcement.txt +0 -13
- data/lib/ffi-mysql/mysql.rb.rej +0 -10
data/.hgtags
CHANGED
data/History.markdown
CHANGED
data/lib/ffi-mysql/mysql.rb
CHANGED
data/lib/ffi-mysql/version.rb
CHANGED
metadata
CHANGED
@@ -2,94 +2,89 @@
|
|
2
2
|
name: ffi-mysql
|
3
3
|
version: !ruby/object:Gem::Version
|
4
4
|
prerelease:
|
5
|
-
version: 1.1.
|
5
|
+
version: 1.1.1
|
6
6
|
platform: ruby
|
7
7
|
authors:
|
8
|
-
- Frank Fischer
|
8
|
+
- Frank Fischer
|
9
9
|
autorequire:
|
10
10
|
bindir: bin
|
11
11
|
cert_chain: []
|
12
12
|
|
13
|
-
date: 2012-01
|
14
|
-
default_executable:
|
13
|
+
date: 2012-02-01 00:00:00 Z
|
15
14
|
dependencies:
|
16
|
-
- !ruby/object:Gem::Dependency
|
17
|
-
|
18
|
-
|
19
|
-
|
20
|
-
|
21
|
-
|
22
|
-
|
23
|
-
|
24
|
-
|
25
|
-
|
26
|
-
|
27
|
-
- !ruby/object:Gem::Dependency
|
28
|
-
|
29
|
-
|
30
|
-
|
31
|
-
|
32
|
-
|
33
|
-
|
34
|
-
|
35
|
-
|
36
|
-
|
37
|
-
|
15
|
+
- !ruby/object:Gem::Dependency
|
16
|
+
name: ffi
|
17
|
+
prerelease: false
|
18
|
+
requirement: &id001 !ruby/object:Gem::Requirement
|
19
|
+
none: false
|
20
|
+
requirements:
|
21
|
+
- - ~>
|
22
|
+
- !ruby/object:Gem::Version
|
23
|
+
version: "1.0"
|
24
|
+
type: :runtime
|
25
|
+
version_requirements: *id001
|
26
|
+
- !ruby/object:Gem::Dependency
|
27
|
+
name: bones
|
28
|
+
prerelease: false
|
29
|
+
requirement: &id002 !ruby/object:Gem::Requirement
|
30
|
+
none: false
|
31
|
+
requirements:
|
32
|
+
- - ">="
|
33
|
+
- !ruby/object:Gem::Version
|
34
|
+
version: 3.7.3
|
35
|
+
type: :development
|
36
|
+
version_requirements: *id002
|
38
37
|
description: Pure Ruby FFI interface to MySQL.
|
39
38
|
email: frank.fischer@mathematik.tu-chemnitz.de
|
40
39
|
executables: []
|
41
40
|
|
42
41
|
extensions: []
|
43
42
|
|
44
|
-
extra_rdoc_files:
|
45
|
-
|
46
|
-
- lib/ffi-mysql/mysql.rb.rej
|
43
|
+
extra_rdoc_files: []
|
44
|
+
|
47
45
|
files:
|
48
|
-
- .hgignore
|
49
|
-
- .hgtags
|
50
|
-
- History.markdown
|
51
|
-
- README.markdown
|
52
|
-
- Rakefile
|
53
|
-
-
|
54
|
-
- lib/ffi-mysql.rb
|
55
|
-
- lib/ffi-mysql/
|
56
|
-
- lib/ffi-mysql/
|
57
|
-
- lib/ffi-mysql/
|
58
|
-
- lib/ffi-mysql/
|
59
|
-
- lib/ffi-mysql/
|
60
|
-
- lib/ffi-mysql/
|
61
|
-
- lib/ffi-mysql/
|
62
|
-
-
|
63
|
-
- lib/ffi-mysql/version.rb
|
64
|
-
- test/test_mysql.rb
|
65
|
-
has_rdoc: true
|
46
|
+
- .hgignore
|
47
|
+
- .hgtags
|
48
|
+
- History.markdown
|
49
|
+
- README.markdown
|
50
|
+
- Rakefile
|
51
|
+
- lib/ffi-mysql.rb
|
52
|
+
- lib/ffi-mysql/constants.rb
|
53
|
+
- lib/ffi-mysql/error.rb
|
54
|
+
- lib/ffi-mysql/field.rb
|
55
|
+
- lib/ffi-mysql/mysql.rb
|
56
|
+
- lib/ffi-mysql/result.rb
|
57
|
+
- lib/ffi-mysql/stmt.rb
|
58
|
+
- lib/ffi-mysql/time.rb
|
59
|
+
- lib/ffi-mysql/version.rb
|
60
|
+
- test/test_mysql.rb
|
66
61
|
homepage: http://bitbucket.org/lyro/ffi-mysql
|
67
62
|
licenses: []
|
68
63
|
|
69
64
|
post_install_message:
|
70
65
|
rdoc_options:
|
71
|
-
- --main
|
72
|
-
- README.markdown
|
66
|
+
- --main
|
67
|
+
- README.markdown
|
73
68
|
require_paths:
|
74
|
-
- lib
|
69
|
+
- lib
|
75
70
|
required_ruby_version: !ruby/object:Gem::Requirement
|
76
71
|
none: false
|
77
72
|
requirements:
|
78
|
-
|
79
|
-
|
80
|
-
|
73
|
+
- - ">="
|
74
|
+
- !ruby/object:Gem::Version
|
75
|
+
version: "0"
|
81
76
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
82
77
|
none: false
|
83
78
|
requirements:
|
84
|
-
|
85
|
-
|
86
|
-
|
79
|
+
- - ">="
|
80
|
+
- !ruby/object:Gem::Version
|
81
|
+
version: "0"
|
87
82
|
requirements: []
|
88
83
|
|
89
84
|
rubyforge_project: ffi-mysql
|
90
|
-
rubygems_version: 1.
|
85
|
+
rubygems_version: 1.8.15
|
91
86
|
signing_key:
|
92
87
|
specification_version: 3
|
93
88
|
summary: Pure Ruby FFI interface to MySQL.
|
94
89
|
test_files:
|
95
|
-
- test/test_mysql.rb
|
90
|
+
- test/test_mysql.rb
|
data/announcement.txt
DELETED
data/lib/ffi-mysql/mysql.rb.rej
DELETED
@@ -1,10 +0,0 @@
|
|
1
|
-
--- mysql.rb
|
2
|
-
+++ mysql.rb
|
3
|
-
@@ -74,6 +74,7 @@
|
4
|
-
attach_function :mysql_ping, [:pointer], :int
|
5
|
-
attach_function :mysql_refresh, [:pointer, :uint ], :int
|
6
|
-
attach_function :mysql_reload, [:pointer], :int
|
7
|
-
+ attach_function :mysql_shutdown, [:pointer], :int
|
8
|
-
attach_function :mysql_change_user, [:pointer, :string, :string, :string], :char
|
9
|
-
attach_function :mysql_select_db, [:pointer, :string], :int
|
10
|
-
attach_function :mysql_thread_id, [:pointer], :ulong
|