hybridgroup-ruby-sdl-ffi 0.4.1 → 0.4.2
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.
- checksums.yaml +4 -4
- data/ChangeLog.txt +100 -0
- data/README.rdoc +2 -2
- data/lib/ruby-sdl-ffi/sdl/mac.rb +1 -1
- metadata +28 -28
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 89cd114752482ff73f8bf74f18ae37a90a6f883d
|
4
|
+
data.tar.gz: b54bbdbae82c8da9f48465a4537ff36306883146
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: fb63f058cc26b99b4b2ab43ad28698e0ebc308bf112bcc7f905bb5fc30cd2839b069d60feefb76df714139d40d67f708102c67e0860ae5cb6104e33c2055e9b5
|
7
|
+
data.tar.gz: 71328069cc81d320a92aaee53980f407f6de47579acbee2bbe27fb7b14273164af1eaa1fb75c177cf70cc49fb23b389db77a6645c6a95047a3b1876dbd855aae
|
data/ChangeLog.txt
CHANGED
@@ -1,3 +1,103 @@
|
|
1
|
+
------------------------------------------------------------
|
2
|
+
Author: deadprogram <ron@hybridgroup.com>
|
3
|
+
Date: Thu Feb 6 12:19:43 2014 -0800
|
4
|
+
|
5
|
+
Fix README
|
6
|
+
|
7
|
+
M README.rdoc
|
8
|
+
|
9
|
+
------------------------------------------------------------
|
10
|
+
Author: deadprogram <ron@hybridgroup.com>
|
11
|
+
Date: Thu Feb 6 12:16:12 2014 -0800
|
12
|
+
|
13
|
+
Update to 0.4.2
|
14
|
+
|
15
|
+
M Gemfile.lock
|
16
|
+
M README.rdoc
|
17
|
+
M ruby-sdl-ffi.gemspec
|
18
|
+
|
19
|
+
------------------------------------------------------------
|
20
|
+
Merge: 4a4fc02 16c4ce5
|
21
|
+
Author: Ron Evans <ron@hybridgroup.com>
|
22
|
+
Date: Mon Nov 25 19:28:59 2013 -0800
|
23
|
+
|
24
|
+
Merge pull request #2 from hybridgroup/bug-variadic-params
|
25
|
+
|
26
|
+
Bug variadic params
|
27
|
+
|
28
|
+
------------------------------------------------------------
|
29
|
+
Author: Edgar O Silva <oswaldo.silva@gmail.com>
|
30
|
+
Date: Mon Nov 25 19:13:17 2013 -0600
|
31
|
+
|
32
|
+
Point gemfile git repos to master branch.
|
33
|
+
|
34
|
+
M Gemfile
|
35
|
+
|
36
|
+
------------------------------------------------------------
|
37
|
+
Author: Edgar O Silva <oswaldo.silva@gmail.com>
|
38
|
+
Date: Mon Nov 25 18:59:39 2013 -0600
|
39
|
+
|
40
|
+
Updated Gemfile.
|
41
|
+
|
42
|
+
M Gemfile
|
43
|
+
|
44
|
+
------------------------------------------------------------
|
45
|
+
Author: Edgar O Silva <oswaldo.silva@gmail.com>
|
46
|
+
Date: Mon Nov 25 18:58:18 2013 -0600
|
47
|
+
|
48
|
+
Updated Gemfile.
|
49
|
+
|
50
|
+
M Gemfile
|
51
|
+
|
52
|
+
------------------------------------------------------------
|
53
|
+
Author: Edgar O Silva <oswaldo.silva@gmail.com>
|
54
|
+
Date: Mon Nov 25 18:51:24 2013 -0600
|
55
|
+
|
56
|
+
Added git dependencies to gemfile.
|
57
|
+
|
58
|
+
M Gemfile
|
59
|
+
M ruby-sdl-ffi.gemspec
|
60
|
+
|
61
|
+
------------------------------------------------------------
|
62
|
+
Author: Edgar O Silva <oswaldo.silva@gmail.com>
|
63
|
+
Date: Mon Nov 25 17:59:44 2013 -0600
|
64
|
+
|
65
|
+
Change git protocol.
|
66
|
+
|
67
|
+
M ruby-sdl-ffi.gemspec
|
68
|
+
|
69
|
+
------------------------------------------------------------
|
70
|
+
Author: Edgar O Silva <oswaldo.silva@gmail.com>
|
71
|
+
Date: Mon Nov 25 17:49:51 2013 -0600
|
72
|
+
|
73
|
+
use our fork of nice-ffi
|
74
|
+
|
75
|
+
M ruby-sdl-ffi.gemspec
|
76
|
+
|
77
|
+
------------------------------------------------------------
|
78
|
+
Merge: 6817336 96159e4
|
79
|
+
Author: Ron Evans <ron@hybridgroup.com>
|
80
|
+
Date: Sun Nov 3 17:06:21 2013 -0800
|
81
|
+
|
82
|
+
Merge pull request #1 from mikejford/master
|
83
|
+
|
84
|
+
Fix "callbacks cannot have variadic parameters"
|
85
|
+
|
86
|
+
------------------------------------------------------------
|
87
|
+
Author: Mike Ford <mikejford@gmail.com>
|
88
|
+
Date: Sun Nov 3 11:25:35 2013 -0600
|
89
|
+
|
90
|
+
Fix "callbacks cannot have variadic parameters"
|
91
|
+
|
92
|
+
Fixes an error per
|
93
|
+
https://github.com/xrs1133/ruby-sdl-ffi/commit/0b721ac4659b4c08cda5aa2f4
|
94
|
+
18561a8a311e85b
|
95
|
+
|
96
|
+
Add .rvmrc to ignore
|
97
|
+
|
98
|
+
M .gitignore
|
99
|
+
M lib/ruby-sdl-ffi/sdl/mac.rb
|
100
|
+
|
1
101
|
------------------------------------------------------------
|
2
102
|
Author: Adrian Zankich <adrian@hybridgroup.com>
|
3
103
|
Date: Thu Oct 3 15:46:30 2013 -0700
|
data/README.rdoc
CHANGED
data/lib/ruby-sdl-ffi/sdl/mac.rb
CHANGED
@@ -158,7 +158,7 @@ if FFI::Platform.mac? and ($0 != "rsdl") and \
|
|
158
158
|
typedef :pointer, :sel
|
159
159
|
typedef :pointer, :ivar
|
160
160
|
typedef :pointer, :nsclass
|
161
|
-
callback :imp, [:id, :sel, :
|
161
|
+
callback :imp, [:id, :sel, :ivar], :id
|
162
162
|
|
163
163
|
|
164
164
|
class NSObject < NiceFFI::OpaqueStruct
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: hybridgroup-ruby-sdl-ffi
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.4.
|
4
|
+
version: 0.4.2
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- John Croisant
|
@@ -9,22 +9,22 @@ authors:
|
|
9
9
|
autorequire:
|
10
10
|
bindir: bin
|
11
11
|
cert_chain: []
|
12
|
-
date:
|
12
|
+
date: 2014-02-06 00:00:00.000000000 Z
|
13
13
|
dependencies:
|
14
14
|
- !ruby/object:Gem::Dependency
|
15
15
|
name: nice-ffi
|
16
16
|
requirement: !ruby/object:Gem::Requirement
|
17
17
|
requirements:
|
18
|
-
- -
|
18
|
+
- - ">="
|
19
19
|
- !ruby/object:Gem::Version
|
20
|
-
version: '0
|
20
|
+
version: '0'
|
21
21
|
type: :runtime
|
22
22
|
prerelease: false
|
23
23
|
version_requirements: !ruby/object:Gem::Requirement
|
24
24
|
requirements:
|
25
|
-
- -
|
25
|
+
- - ">="
|
26
26
|
- !ruby/object:Gem::Version
|
27
|
-
version: '0
|
27
|
+
version: '0'
|
28
28
|
description: |
|
29
29
|
Ruby-SDL-FFI is a low-level binding to SDL and related libraries
|
30
30
|
using Ruby-FFI. It provides very basic access to SDL from
|
@@ -37,33 +37,33 @@ executables: []
|
|
37
37
|
extensions: []
|
38
38
|
extra_rdoc_files: []
|
39
39
|
files:
|
40
|
-
-
|
40
|
+
- ChangeLog.txt
|
41
41
|
- NEWS.rdoc
|
42
|
-
-
|
43
|
-
- lib/ruby-sdl-ffi
|
42
|
+
- README.rdoc
|
43
|
+
- lib/ruby-sdl-ffi.rb
|
44
|
+
- lib/ruby-sdl-ffi/gfx.rb
|
45
|
+
- lib/ruby-sdl-ffi/gfx/blitfunc.rb
|
46
|
+
- lib/ruby-sdl-ffi/gfx/framerate.rb
|
47
|
+
- lib/ruby-sdl-ffi/gfx/imagefilter.rb
|
48
|
+
- lib/ruby-sdl-ffi/gfx/primitives.rb
|
49
|
+
- lib/ruby-sdl-ffi/gfx/rotozoom.rb
|
50
|
+
- lib/ruby-sdl-ffi/image.rb
|
51
|
+
- lib/ruby-sdl-ffi/mixer.rb
|
52
|
+
- lib/ruby-sdl-ffi/sdl.rb
|
44
53
|
- lib/ruby-sdl-ffi/sdl/audio.rb
|
45
54
|
- lib/ruby-sdl-ffi/sdl/cdrom.rb
|
46
|
-
- lib/ruby-sdl-ffi/sdl/keyboard.rb
|
47
|
-
- lib/ruby-sdl-ffi/sdl/keysyms.rb
|
48
|
-
- lib/ruby-sdl-ffi/sdl/video.rb
|
49
55
|
- lib/ruby-sdl-ffi/sdl/core.rb
|
50
56
|
- lib/ruby-sdl-ffi/sdl/event.rb
|
51
|
-
- lib/ruby-sdl-ffi/sdl/
|
57
|
+
- lib/ruby-sdl-ffi/sdl/joystick.rb
|
58
|
+
- lib/ruby-sdl-ffi/sdl/keyboard.rb
|
59
|
+
- lib/ruby-sdl-ffi/sdl/keysyms.rb
|
52
60
|
- lib/ruby-sdl-ffi/sdl/mac.rb
|
53
61
|
- lib/ruby-sdl-ffi/sdl/mouse.rb
|
54
|
-
- lib/ruby-sdl-ffi/sdl/
|
62
|
+
- lib/ruby-sdl-ffi/sdl/mutex.rb
|
63
|
+
- lib/ruby-sdl-ffi/sdl/rwops.rb
|
55
64
|
- lib/ruby-sdl-ffi/sdl/timer.rb
|
56
|
-
- lib/ruby-sdl-ffi/
|
57
|
-
- lib/ruby-sdl-ffi/
|
58
|
-
- lib/ruby-sdl-ffi/sdl.rb
|
59
|
-
- lib/ruby-sdl-ffi/gfx.rb
|
60
|
-
- lib/ruby-sdl-ffi/gfx/rotozoom.rb
|
61
|
-
- lib/ruby-sdl-ffi/gfx/imagefilter.rb
|
62
|
-
- lib/ruby-sdl-ffi/gfx/primitives.rb
|
63
|
-
- lib/ruby-sdl-ffi/gfx/blitfunc.rb
|
64
|
-
- lib/ruby-sdl-ffi/gfx/framerate.rb
|
65
|
-
- lib/ruby-sdl-ffi.rb
|
66
|
-
- ChangeLog.txt
|
65
|
+
- lib/ruby-sdl-ffi/sdl/video.rb
|
66
|
+
- lib/ruby-sdl-ffi/ttf.rb
|
67
67
|
homepage: http://github.com/hybridgroup/ruby-sdl-ffi
|
68
68
|
licenses: []
|
69
69
|
metadata: {}
|
@@ -73,12 +73,12 @@ require_paths:
|
|
73
73
|
- lib
|
74
74
|
required_ruby_version: !ruby/object:Gem::Requirement
|
75
75
|
requirements:
|
76
|
-
- -
|
76
|
+
- - ">="
|
77
77
|
- !ruby/object:Gem::Version
|
78
78
|
version: '1.8'
|
79
79
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
80
80
|
requirements:
|
81
|
-
- -
|
81
|
+
- - ">="
|
82
82
|
- !ruby/object:Gem::Version
|
83
83
|
version: '0'
|
84
84
|
requirements:
|
@@ -88,7 +88,7 @@ requirements:
|
|
88
88
|
- SDL_mixer >= 1.2.8 (optional)
|
89
89
|
- SDL_ttf >= 2.0.9 (optional)
|
90
90
|
rubyforge_project: hybridgroup-ruby-sdl-ffi
|
91
|
-
rubygems_version: 2.1
|
91
|
+
rubygems_version: 2.2.1
|
92
92
|
signing_key:
|
93
93
|
specification_version: 4
|
94
94
|
summary: Ruby-FFI bindings to SDL
|