chingu 0.6.6 → 0.6.7

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.
@@ -2,11 +2,11 @@
2
2
 
3
3
  Gem::Specification.new do |s|
4
4
  s.name = %q{chingu}
5
- s.version = "0.6.6"
5
+ s.version = "0.6.7"
6
6
 
7
7
  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
8
8
  s.authors = ["ippa"]
9
- s.date = %q{2009-12-12}
9
+ s.date = %q{2009-12-13}
10
10
  s.description = %q{OpenGL accelerated 2D game framework for Ruby.
11
11
  Builds on the awesome Gosu (Ruby/C++) which provides all the core functionality.
12
12
  It adds simple yet powerful game states, prettier input handling, deployment safe asset-handling, a basic re-usable game object and automation of common task.}
@@ -33,7 +33,7 @@ require_all "#{CHINGU_ROOT}/chingu/traits"
33
33
  require_all "#{CHINGU_ROOT}/chingu"
34
34
 
35
35
  module Chingu
36
- VERSION = "0.6.6"
36
+ VERSION = "0.6.7"
37
37
 
38
38
  DEBUG_COLOR = Gosu::Color.new(0xFFFF0000)
39
39
  DEBUG_ZORDER = 9999
@@ -47,8 +47,10 @@ module Chingu
47
47
  # Executes block each update during 'time' milliseconds
48
48
  #
49
49
  def during(time, options = {}, &block)
50
- return if timer_exists?(options[:name]) && options[:replace] == false
51
- stop_timer(options[:name])
50
+ if options[:name]
51
+ return if timer_exists?(options[:name]) && options[:preserve]
52
+ stop_timer(options[:name])
53
+ end
52
54
 
53
55
  ms = Gosu::milliseconds()
54
56
  @_last_timer = [options[:name], ms, ms + time, block]
@@ -60,8 +62,10 @@ module Chingu
60
62
  # Executes block after 'time' milliseconds
61
63
  #
62
64
  def after(time, options = {}, &block)
63
- return if timer_exists?(options[:name]) && options[:replace] == false
64
- stop_timer(options[:name])
65
+ if options[:name]
66
+ return if timer_exists?(options[:name]) && options[:preserve]
67
+ stop_timer(options[:name])
68
+ end
65
69
 
66
70
  ms = Gosu::milliseconds()
67
71
  @_last_timer = [options[:name], ms + time, nil, block]
@@ -73,8 +77,10 @@ module Chingu
73
77
  # Executes block each update during 'start_time' and 'end_time'
74
78
  #
75
79
  def between(start_time, end_time, options = {}, &block)
76
- return if timer_exists?(options[:name]) && options[:replace] == false
77
- stop_timer(options[:name])
80
+ if options[:name]
81
+ return if timer_exists?(options[:name]) && options[:preserve]
82
+ stop_timer(options[:name])
83
+ end
78
84
 
79
85
  ms = Gosu::milliseconds()
80
86
  @_last_timer = [options[:name], ms + start_time, ms + end_time, block]
@@ -86,8 +92,10 @@ module Chingu
86
92
  # Executes block every 'delay' milliseconds
87
93
  #
88
94
  def every(delay, options = {}, &block)
89
- return if timer_exists?(options[:name]) && options[:replace] == false
90
- stop_timer(options[:name])
95
+ if options[:name]
96
+ return if timer_exists?(options[:name]) && options[:preserve]
97
+ stop_timer(options[:name])
98
+ end
91
99
 
92
100
  ms = Gosu::milliseconds()
93
101
  @_repeating_timers << [options[:name], ms + delay, delay, block]
metadata CHANGED
@@ -1,36 +1,15 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: chingu
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.6.6
4
+ version: 0.6.7
5
5
  platform: ruby
6
6
  authors:
7
7
  - ippa
8
8
  autorequire:
9
9
  bindir: bin
10
- cert_chain:
11
- - |
12
- -----BEGIN CERTIFICATE-----
13
- MIIDMDCCAhigAwIBAgIBADANBgkqhkiG9w0BAQUFADA+MQ0wCwYDVQQDDARpcHBh
14
- MRkwFwYKCZImiZPyLGQBGRYJcnVieWxpY2lvMRIwEAYKCZImiZPyLGQBGRYCdXMw
15
- HhcNMDkwODA2MDEwMDEyWhcNMTAwODA2MDEwMDEyWjA+MQ0wCwYDVQQDDARpcHBh
16
- MRkwFwYKCZImiZPyLGQBGRYJcnVieWxpY2lvMRIwEAYKCZImiZPyLGQBGRYCdXMw
17
- ggEiMA0GCSqGSIb3DQEBAQUAA4IBDwAwggEKAoIBAQCj7COxaVGwcfrFfJ8awBR1
18
- YFznxMWDCKNSMSai0bDppbx/C+dgAXFJ0Qb9DGL7iJaeerOzd30RD45Wiq9S2/Hv
19
- GnPt31BeIp6DBjdiHkZXeCaCVmFU4VKiwxZ4vCKloc/OgFJAF7mPSAOrVsb3SLQx
20
- opPrG/cNg1El1wVXlPbInL0WsG2+YZNJeWSH56V4USyJq6lzOJDgqb8orCqjWEPw
21
- MZWqXYwNm0L+L2LuexQ1JFYh7JekSCvuLyvgdbQ7X79XVMxXRgV/HUg1zXz/+tlf
22
- dni+2HwJnY2eJWUDmnj0zf7cT+P/hwaxmX5otgDXBzu/NrnaNUSHliihGPJEHM1F
23
- AgMBAAGjOTA3MAkGA1UdEwQCMAAwCwYDVR0PBAQDAgSwMB0GA1UdDgQWBBRGoOx8
24
- mzM3xlQpNhMDNYcOSDkMdDANBgkqhkiG9w0BAQUFAAOCAQEAHmC9y3ZR64EQrD80
25
- KvzrlFUolXg8NYNgydXUcvivC0KJ0GQI2uAPtSiGQR2nKI/CpwKScf3Cub4Ss9wV
26
- xf/loaqiuGck2qzRqcwFr09PfvkNU9wSPVQ+49GHvU/yyBTu1m0PFoYEewD20qpk
27
- eK/ZFKgEEiGz5tMOxxt2sNUiWXer3RWSyGmHMdqxfim945Hodjm9Bfzko/Cl5VtG
28
- GRx1o8H4LFU6WUQFCGRk8teZsBKhthE2nIwCzuxNQbFOF1lX/cektb4xQXzPqh63
29
- 1mH28dGkmYQuBqh+Y+Yuzj3V2UL/a840n4E/DVn0t8QhIrUFMSeQD+fDs6YvfHZs
30
- hxtMlw==
31
- -----END CERTIFICATE-----
10
+ cert_chain: []
32
11
 
33
- date: 2009-12-12 00:00:00 +01:00
12
+ date: 2009-12-13 00:00:00 +01:00
34
13
  default_executable:
35
14
  dependencies:
36
15
  - !ruby/object:Gem::Dependency
@@ -44,8 +23,8 @@ dependencies:
44
23
  version: 2.4.0
45
24
  version:
46
25
  description: |-
47
- OpenGL accelerated 2D game framework for Ruby.
48
- Builds on the awesome Gosu (Ruby/C++) which provides all the core functionality.
26
+ OpenGL accelerated 2D game framework for Ruby.
27
+ Builds on the awesome Gosu (Ruby/C++) which provides all the core functionality.
49
28
  It adds simple yet powerful game states, prettier input handling, deployment safe asset-handling, a basic re-usable game object and automation of common task.
50
29
  email:
51
30
  - ippa@rubylicio.us
@@ -161,7 +140,7 @@ files:
161
140
  - lib/chingu/traits/velocity.rb
162
141
  - lib/chingu/window.rb
163
142
  has_rdoc: true
164
- homepage: http://github.com/ippa/chingu/tree/master
143
+ homepage: http://github.com/ippa/chingu/tree/master
165
144
  licenses: []
166
145
 
167
146
  post_install_message:
data.tar.gz.sig DELETED
@@ -1,3 +0,0 @@
1
- n��un�}F<s��P�ۈ� *I�B�M>�ő�2�f�ƒ2p��DUT��e�
2
- �2A*��t�n�,��.6@T�
3
- i��3X�����ۺB:f���3��HSGE=�[BI��=��G[+�sxw( 1�S�up;�;IX4nl昣��IpS�YG�'eCo�����)�T�(*HS�>6��`��� �Hӫ��/�����:�N0Rd�����Ӄ�TJe�d3�%a�ژ��1��p� 9�S���q����e
metadata.gz.sig DELETED
Binary file