manqod 1.1510.0 → 1.1512.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (3) hide show
  1. data/lib/Gtk.rb +1 -1
  2. data/lib/Kernel.rb +1 -1
  3. metadata +3 -3
data/lib/Gtk.rb CHANGED
@@ -93,7 +93,7 @@ module Gdk
93
93
  GDK_KEY_F5
94
94
  rescue NameError
95
95
  constants.each{|key|
96
- const_set("GDK_KEY_"+key[4..-1],eval(key))
96
+ const_set("GDK_KEY_"+key[4..-1],eval(key.to_s))
97
97
  }
98
98
  end
99
99
  end
@@ -4,7 +4,7 @@
4
4
 
5
5
  module Kernel
6
6
  include Eprint
7
- def erequire(filename,msg="Please update your manqod installation\nFollow install instructions on https://manqod.sourceforge.net",optional=false)
7
+ def erequire(filename,msg="Please update your manqod installation\nFollow install instructions on http://manqod.sourceforge.net",optional=false)
8
8
  handled=false
9
9
  begin
10
10
  require(filename)
metadata CHANGED
@@ -4,9 +4,9 @@ version: !ruby/object:Gem::Version
4
4
  prerelease: false
5
5
  segments:
6
6
  - 1
7
- - 1510
7
+ - 1512
8
8
  - 0
9
- version: 1.1510.0
9
+ version: 1.1512.0
10
10
  platform: ruby
11
11
  authors:
12
12
  - Dobai-Pataky Balint
@@ -14,7 +14,7 @@ autorequire:
14
14
  bindir: bin
15
15
  cert_chain: []
16
16
 
17
- date: 2011-02-23 00:00:00 +02:00
17
+ date: 2011-02-24 00:00:00 +02:00
18
18
  default_executable:
19
19
  dependencies:
20
20
  - !ruby/object:Gem::Dependency