x11_client 0.0.2 → 0.0.3

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.
@@ -9,4 +9,8 @@ typedef struct {
9
9
  int loop;
10
10
  } X11Client;
11
11
 
12
+ VALUE eX11ClientError;
13
+
14
+ VALUE cX11Client;
15
+
12
16
  #endif
@@ -4,8 +4,6 @@
4
4
 
5
5
  #include "x11_client_utils.h"
6
6
 
7
- static VALUE eX11ClientError = Qnil;
8
-
9
7
  VALUE X11Client_open_display(VALUE self) {
10
8
  X11Client *client;
11
9
  Data_Get_Struct(self, X11Client, client);
@@ -6,10 +6,6 @@
6
6
  #include "x11_client_mouse.h"
7
7
  #include "x11_client_window.h"
8
8
 
9
- static VALUE eX11ClientError = Qnil;
10
-
11
- static VALUE cX11Client = Qnil;
12
-
13
9
  void Init_x11_client_ext() {
14
10
  eX11ClientError = rb_define_class("X11ClientError", rb_eStandardError);
15
11
 
data/x11_client.gemspec CHANGED
@@ -3,7 +3,7 @@ $:.push File.expand_path("../lib", __FILE__)
3
3
 
4
4
  Gem::Specification.new do |s|
5
5
  s.name = "x11_client"
6
- s.version = "0.0.2"
6
+ s.version = "0.0.3"
7
7
  s.authors = ["Andriy Yanko"]
8
8
  s.email = ["andriy.yanko@gmail.com"]
9
9
  s.homepage = "https://github.com/ayanko/x11_client"
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: x11_client
3
3
  version: !ruby/object:Gem::Version
4
- hash: 27
4
+ hash: 25
5
5
  prerelease:
6
6
  segments:
7
7
  - 0
8
8
  - 0
9
- - 2
10
- version: 0.0.2
9
+ - 3
10
+ version: 0.0.3
11
11
  platform: ruby
12
12
  authors:
13
13
  - Andriy Yanko
@@ -15,7 +15,7 @@ autorequire:
15
15
  bindir: bin
16
16
  cert_chain: []
17
17
 
18
- date: 2011-11-09 00:00:00 Z
18
+ date: 2011-11-10 00:00:00 Z
19
19
  dependencies: []
20
20
 
21
21
  description: X11 client