ConsoleGL 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.
Files changed (3) hide show
  1. checksums.yaml +4 -4
  2. data/lib/consolegl.rb +1 -1
  3. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 1e21346a99d89d4bec6eaa92b63cc8d39f33574a811779d328ab82c90ebc2ace
4
- data.tar.gz: 0b067b96c6da60aef36684a6a23e6031ae8204bd4b841c28be8bbee5c60c3dda
3
+ metadata.gz: c3f77745356bb2ae76c2b987d6672f356d93df2dd0bb44db87489ecd06c2b1c0
4
+ data.tar.gz: 116cd1f2b00074f03750041a484c8d98322856e5fca416d9844d4de35cd2b63c
5
5
  SHA512:
6
- metadata.gz: 817a0db2a0bde2b144da91314d2aaaac3e1dd4369e81df31886c427ada5465a887e28a8bb92059ee0094742fa199fa185abf9b96765bd5843fcd901433c2afb7
7
- data.tar.gz: abcea8d1fd5d18b41f2599a629bcefcdd21c6cf54bdc474fd5b8f4bef0ffcf309b58dee1345db030e40001708d824d4c4dfb220857043630255a8db7af22f9f4
6
+ metadata.gz: bf1e1b64abbbdd64b5ba7762d60dbaa07613901d6147daf0181eb7688bc83345bfaaf8680c931ea39e50f5d761535d72297a852d90b0491cb9f1278b03b25441
7
+ data.tar.gz: 23164d59d5add7a195340914f1970c3e2fa1565aa0511817f87498caacd296e865e14cb645d56c00a1f5a22bd57ace046fac6618567d100f6418b213e7338b63
@@ -26,7 +26,7 @@
26
26
  require 'io/console'
27
27
 
28
28
  class Input
29
- def KeyPressed(key)
29
+ def self.KeyPressed(key)
30
30
  ch = STDIN.getch
31
31
  if ch.to_s == key
32
32
  return true
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: ConsoleGL
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.1.0
4
+ version: 1.1.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Okistuff
@@ -11,7 +11,7 @@ cert_chain: []
11
11
  date: 2020-07-18 00:00:00.000000000 Z
12
12
  dependencies: []
13
13
  description: 'Rendering Engine for Ruby kind of similar to OpenGL. It runs in the
14
- console: 1.1.0 Updates: Added Keyboard Input. Please see the wiki on the github
14
+ console: 1.1.1 Updates: Fixed Keyboard Input. Please see the wiki on the github
15
15
  repo to learn how to use it'
16
16
  email: okistuffyt@gmail.com
17
17
  executables: []