globalhotkeys 0.3.0 → 0.3.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.tar.gz.sig CHANGED
@@ -1,3 +1 @@
1
- -8?��h0��jAॺ���a�.�]_v��Tgfv���̽��w�;��o�Ow���pm��X�x-�c ���zL+�� 5Y
2
- J��*��p;F��x*j"E#�S�J�������U?�C٪8�pO�ڡ�C��t�'j��
3
- �3S����E��O�#%�6'xa�?��,?so��ȱ�q��#ahx�����ݩ���|9&t��ay����m(��5�Ȥ��ۂ-1��~w/�R:�$���V@CJ�iO�
1
+ `M�������vz���Gm)������AW��aG��;���I\V82)O�m�����4+���!�����QS�����?o �o�k^�=��N% �47 �CU�&P��g����U�ԕ!��I���o\٥��U�؉Q瀭uH�4����urA_=Up*���᷏����N#��FY��&�+)�)���įF$gJAݳ���NACh���� z�쁃��x0v���n�}���̖�3Oy��w&
data/ChangeLog CHANGED
@@ -1,3 +1,6 @@
1
+ ## rghk 0.3.1
2
+ Fix a bug in KeyVal constants name.
3
+
1
4
  ## rghk 0.3.0
2
5
  Define exception classes.
3
6
  Define GlobalHokeys::KeyVal constants.
data/extconf.rb CHANGED
@@ -51,7 +51,7 @@ File.open(keysyms_file, 'w'){|file|
51
51
  f.each_line{|line|
52
52
  if line =~ /^#define\s+(GDK_\w+)\s+\d+/
53
53
  gdk_name=$1
54
- name= gdk_name =~/GDK_KEY_/ ? gdk_name[4..-1] : "KEY"+gdk_name[4..-1]
54
+ name= gdk_name =~/GDK_KEY_/ ? gdk_name[4..-1] : "KEY_"+gdk_name[4..-1]
55
55
  file.puts "rb_define_const(mKeyVal, \"#{name}\", INT2FIX(#{gdk_name}));"
56
56
  end
57
57
  }
data/lib/globalhotkeys.rb CHANGED
@@ -24,7 +24,7 @@ require 'globalhotkeys.so'
24
24
 
25
25
  #:main: GlobalHotKeys
26
26
  module GlobalHotKeys
27
- VERSION=[0, 3, 0]
27
+ VERSION=[0, 3, 1]
28
28
  end
29
29
 
30
30
  GlobalHotKeys.init
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: globalhotkeys
3
3
  version: !ruby/object:Gem::Version
4
- hash: 19
4
+ hash: 17
5
5
  prerelease: false
6
6
  segments:
7
7
  - 0
8
8
  - 3
9
- - 0
10
- version: 0.3.0
9
+ - 1
10
+ version: 0.3.1
11
11
  platform: ruby
12
12
  authors:
13
13
  - Vincent Carmona
@@ -36,7 +36,7 @@ cert_chain:
36
36
  oxzIRXlS
37
37
  -----END CERTIFICATE-----
38
38
 
39
- date: 2011-03-06 00:00:00 +01:00
39
+ date: 2011-03-10 00:00:00 +01:00
40
40
  default_executable:
41
41
  dependencies: []
42
42
 
metadata.gz.sig CHANGED
Binary file