gd2-ffij 0.0.7 → 0.0.8
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/COPYRIGHT +1 -1
- data/README.rdoc +1 -1
- data/lib/gd2/version.rb +1 -1
- data/lib/gd2-ffij.rb +2 -2
- metadata +10 -7
data/COPYRIGHT
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
|
|
2
2
|
Ruby/GD2 - Ruby binding for gd 2.x graphics library
|
|
3
3
|
Copyright (C) 2005-2006 Robert Leslie
|
|
4
|
-
Copyright (C) 2010-
|
|
4
|
+
Copyright (C) 2010-2013 J Smith <dark.panda@gmail.com>
|
|
5
5
|
|
|
6
6
|
This program is free software; you can redistribute it and/or modify
|
|
7
7
|
it under the terms of the GNU General Public License as published by
|
data/README.rdoc
CHANGED
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
|
|
4
4
|
Original dl-based code copyright (C) 2005-2006 Robert Leslie <rob@mars.org>
|
|
5
5
|
|
|
6
|
-
FFI modifications copyright (C) 2010-
|
|
6
|
+
FFI modifications copyright (C) 2010-2013 J Smith <dark.panda@gmail.com>
|
|
7
7
|
|
|
8
8
|
The gd2-ffij project page can be found at
|
|
9
9
|
http://github.com/dark-panda/gd2-ffij .
|
data/lib/gd2/version.rb
CHANGED
data/lib/gd2-ffij.rb
CHANGED
metadata
CHANGED
|
@@ -3,31 +3,31 @@ name: gd2-ffij
|
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
4
|
prerelease:
|
|
5
5
|
version: !binary |-
|
|
6
|
-
|
|
6
|
+
MC4wLjg=
|
|
7
7
|
platform: ruby
|
|
8
8
|
authors:
|
|
9
9
|
- J Smith
|
|
10
10
|
autorequire:
|
|
11
11
|
bindir: bin
|
|
12
12
|
cert_chain: []
|
|
13
|
-
date: 2013-
|
|
13
|
+
date: 2013-09-23 00:00:00.000000000 Z
|
|
14
14
|
dependencies:
|
|
15
15
|
- !ruby/object:Gem::Dependency
|
|
16
16
|
name: ffi
|
|
17
17
|
type: :runtime
|
|
18
18
|
requirement: !ruby/object:Gem::Requirement
|
|
19
|
-
none: false
|
|
20
19
|
requirements:
|
|
21
20
|
- - ! '>='
|
|
22
21
|
- !ruby/object:Gem::Version
|
|
23
22
|
version: 1.0.0
|
|
24
|
-
prerelease: false
|
|
25
|
-
version_requirements: !ruby/object:Gem::Requirement
|
|
26
23
|
none: false
|
|
24
|
+
version_requirements: !ruby/object:Gem::Requirement
|
|
27
25
|
requirements:
|
|
28
26
|
- - ! '>='
|
|
29
27
|
- !ruby/object:Gem::Version
|
|
30
28
|
version: 1.0.0
|
|
29
|
+
none: false
|
|
30
|
+
prerelease: false
|
|
31
31
|
description: gd2-ffij is a refactoring of the Ruby/GD2 library implemented with FFI
|
|
32
32
|
email: dark.panda@gmail.com
|
|
33
33
|
executables: []
|
|
@@ -100,17 +100,20 @@ rdoc_options: []
|
|
|
100
100
|
require_paths:
|
|
101
101
|
- lib
|
|
102
102
|
required_ruby_version: !ruby/object:Gem::Requirement
|
|
103
|
-
none: false
|
|
104
103
|
requirements:
|
|
105
104
|
- - ! '>='
|
|
106
105
|
- !ruby/object:Gem::Version
|
|
106
|
+
segments:
|
|
107
|
+
- 0
|
|
108
|
+
hash: 1675047627659370246
|
|
107
109
|
version: '0'
|
|
108
|
-
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
109
110
|
none: false
|
|
111
|
+
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
110
112
|
requirements:
|
|
111
113
|
- - ! '>='
|
|
112
114
|
- !ruby/object:Gem::Version
|
|
113
115
|
version: '0'
|
|
116
|
+
none: false
|
|
114
117
|
requirements: []
|
|
115
118
|
rubyforge_project:
|
|
116
119
|
rubygems_version: 1.8.23
|