SysVIPC 0.9.8 → 0.9.9
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/ext/SysVIPC.c +4 -5
- metadata +39 -23
data/ext/SysVIPC.c
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/* ----------------------------------------------------------------------------
|
|
2
2
|
* This file was automatically generated by SWIG (http://www.swig.org).
|
|
3
|
-
* Version 2.0.
|
|
3
|
+
* Version 2.0.8
|
|
4
4
|
*
|
|
5
5
|
* This file is not intended to be easily readable and contains a number of
|
|
6
6
|
* coding conventions designed to improve portability and efficiency. Do not make
|
|
@@ -1814,7 +1814,7 @@ static VALUE mSysVIPC;
|
|
|
1814
1814
|
#define SWIG_RUBY_THREAD_END_BLOCK
|
|
1815
1815
|
|
|
1816
1816
|
|
|
1817
|
-
#define SWIGVERSION
|
|
1817
|
+
#define SWIGVERSION 0x020008
|
|
1818
1818
|
#define SWIG_VERSION SWIGVERSION
|
|
1819
1819
|
|
|
1820
1820
|
|
|
@@ -4788,8 +4788,7 @@ SWIG_InitializeModule(void *clientdata) {
|
|
|
4788
4788
|
size_t i;
|
|
4789
4789
|
swig_module_info *module_head, *iter;
|
|
4790
4790
|
int found, init;
|
|
4791
|
-
|
|
4792
|
-
clientdata = clientdata;
|
|
4791
|
+
(void *)clientdata;
|
|
4793
4792
|
|
|
4794
4793
|
/* check to see if the circular list has been setup, if not, set it up */
|
|
4795
4794
|
if (swig_module.next==0) {
|
|
@@ -4985,7 +4984,7 @@ SWIGEXPORT void Init_SysVIPC(void) {
|
|
|
4985
4984
|
}
|
|
4986
4985
|
|
|
4987
4986
|
SWIG_RubyInitializeTrackings();
|
|
4988
|
-
rb_define_const(mSysVIPC, "RELEASE", SWIG_FromCharPtr("0.9.
|
|
4987
|
+
rb_define_const(mSysVIPC, "RELEASE", SWIG_FromCharPtr("0.9.9"));
|
|
4989
4988
|
rb_define_singleton_method(mSysVIPC, "errno", _wrap_errno_get, 0);
|
|
4990
4989
|
rb_define_const(mSysVIPC, "IPC_CREAT", SWIG_From_int((int)(IPC_CREAT)));
|
|
4991
4990
|
rb_define_const(mSysVIPC, "IPC_EXCL", SWIG_From_int((int)(IPC_EXCL)));
|
metadata
CHANGED
|
@@ -1,52 +1,68 @@
|
|
|
1
|
-
--- !ruby/object:Gem::Specification
|
|
1
|
+
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: SysVIPC
|
|
3
|
-
version: !ruby/object:Gem::Version
|
|
4
|
-
|
|
5
|
-
MC45Ljg=
|
|
3
|
+
version: !ruby/object:Gem::Version
|
|
4
|
+
hash: 41
|
|
6
5
|
prerelease:
|
|
6
|
+
segments:
|
|
7
|
+
- 0
|
|
8
|
+
- 9
|
|
9
|
+
- 9
|
|
10
|
+
version: 0.9.9
|
|
7
11
|
platform: ruby
|
|
8
|
-
authors:
|
|
12
|
+
authors:
|
|
9
13
|
- Steven Jenkins
|
|
10
14
|
autorequire:
|
|
11
15
|
bindir: bin
|
|
12
16
|
cert_chain: []
|
|
13
|
-
|
|
17
|
+
|
|
18
|
+
date: 2013-08-12 00:00:00 Z
|
|
14
19
|
dependencies: []
|
|
15
|
-
|
|
16
|
-
|
|
20
|
+
|
|
21
|
+
description: "System V Inter-Process Communication: message queues, semaphores, and shared memory."
|
|
17
22
|
email: sjenkins@rubyforge.org
|
|
18
23
|
executables: []
|
|
19
|
-
|
|
24
|
+
|
|
25
|
+
extensions:
|
|
20
26
|
- ./ext/extconf.rb
|
|
21
27
|
extra_rdoc_files: []
|
|
22
|
-
|
|
28
|
+
|
|
29
|
+
files:
|
|
23
30
|
- lib/SysVIPC.rb
|
|
24
31
|
- ext/SysVIPC.c
|
|
25
32
|
- ./ext/extconf.rb
|
|
26
33
|
homepage: http://rubyforge.org/projects/sysvipc/
|
|
27
34
|
licenses: []
|
|
35
|
+
|
|
28
36
|
post_install_message:
|
|
29
|
-
rdoc_options:
|
|
37
|
+
rdoc_options:
|
|
30
38
|
- --title
|
|
31
39
|
- SysVIPC
|
|
32
|
-
require_paths:
|
|
40
|
+
require_paths:
|
|
33
41
|
- lib
|
|
34
|
-
required_ruby_version: !ruby/object:Gem::Requirement
|
|
42
|
+
required_ruby_version: !ruby/object:Gem::Requirement
|
|
35
43
|
none: false
|
|
36
|
-
requirements:
|
|
37
|
-
- -
|
|
38
|
-
- !ruby/object:Gem::Version
|
|
39
|
-
|
|
40
|
-
|
|
44
|
+
requirements:
|
|
45
|
+
- - ">="
|
|
46
|
+
- !ruby/object:Gem::Version
|
|
47
|
+
hash: 3
|
|
48
|
+
segments:
|
|
49
|
+
- 0
|
|
50
|
+
version: "0"
|
|
51
|
+
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
41
52
|
none: false
|
|
42
|
-
requirements:
|
|
43
|
-
- -
|
|
44
|
-
- !ruby/object:Gem::Version
|
|
45
|
-
|
|
53
|
+
requirements:
|
|
54
|
+
- - ">="
|
|
55
|
+
- !ruby/object:Gem::Version
|
|
56
|
+
hash: 3
|
|
57
|
+
segments:
|
|
58
|
+
- 0
|
|
59
|
+
version: "0"
|
|
46
60
|
requirements: []
|
|
61
|
+
|
|
47
62
|
rubyforge_project: sysvipc
|
|
48
|
-
rubygems_version: 1.8.
|
|
63
|
+
rubygems_version: 1.8.25
|
|
49
64
|
signing_key:
|
|
50
65
|
specification_version: 3
|
|
51
66
|
summary: System V Inter-Process Communication.
|
|
52
67
|
test_files: []
|
|
68
|
+
|