gd2-ffij 0.1.1 → 0.1.2
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +7 -0
- data/lib/gd2-ffij.rb +1 -1
- data/lib/gd2/version.rb +1 -1
- metadata +12 -20
checksums.yaml
ADDED
@@ -0,0 +1,7 @@
|
|
1
|
+
---
|
2
|
+
SHA1:
|
3
|
+
metadata.gz: 383f80ad5319daf9f51c299f347a70b6079c8bae
|
4
|
+
data.tar.gz: 589fae25257e031c4223a91348dacd7bb8c5d939
|
5
|
+
SHA512:
|
6
|
+
metadata.gz: 18f27d6513e196b676cbe8b4cf55a200646e8bc1870041f0f1dc806b52314e142e2525e21f63aad4e3de2f48cb59b980874dfb18212b1fc472e67182e2617c71
|
7
|
+
data.tar.gz: d0805bf758ee510aba798c7702fd5b1eba932ba992aeeb60d414a2167b71d09078b3e1aaa49b30047122c642bc29ce3eb4694cf9e61c1ad51ccab70e7a4e0317
|
data/lib/gd2-ffij.rb
CHANGED
data/lib/gd2/version.rb
CHANGED
metadata
CHANGED
@@ -1,33 +1,29 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: gd2-ffij
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
|
5
|
-
version: !binary |-
|
6
|
-
MC4xLjE=
|
4
|
+
version: 0.1.2
|
7
5
|
platform: ruby
|
8
6
|
authors:
|
9
7
|
- J Smith
|
10
8
|
autorequire:
|
11
9
|
bindir: bin
|
12
10
|
cert_chain: []
|
13
|
-
date:
|
11
|
+
date: 2014-01-31 00:00:00.000000000 Z
|
14
12
|
dependencies:
|
15
13
|
- !ruby/object:Gem::Dependency
|
16
14
|
name: ffi
|
17
|
-
type: :runtime
|
18
15
|
requirement: !ruby/object:Gem::Requirement
|
19
16
|
requirements:
|
20
|
-
- -
|
17
|
+
- - ">="
|
21
18
|
- !ruby/object:Gem::Version
|
22
19
|
version: 1.0.0
|
23
|
-
|
20
|
+
type: :runtime
|
21
|
+
prerelease: false
|
24
22
|
version_requirements: !ruby/object:Gem::Requirement
|
25
23
|
requirements:
|
26
|
-
- -
|
24
|
+
- - ">="
|
27
25
|
- !ruby/object:Gem::Version
|
28
26
|
version: 1.0.0
|
29
|
-
none: false
|
30
|
-
prerelease: false
|
31
27
|
description: gd2-ffij is a refactoring of the Ruby/GD2 library implemented with FFI
|
32
28
|
email: dark.panda@gmail.com
|
33
29
|
executables: []
|
@@ -35,7 +31,7 @@ extensions: []
|
|
35
31
|
extra_rdoc_files:
|
36
32
|
- README.rdoc
|
37
33
|
files:
|
38
|
-
- .gitignore
|
34
|
+
- ".gitignore"
|
39
35
|
- COPYRIGHT
|
40
36
|
- Gemfile
|
41
37
|
- Guardfile
|
@@ -95,30 +91,26 @@ files:
|
|
95
91
|
homepage: http://github.com/dark-panda/gd2-ffij
|
96
92
|
licenses:
|
97
93
|
- MIT
|
94
|
+
metadata: {}
|
98
95
|
post_install_message:
|
99
96
|
rdoc_options: []
|
100
97
|
require_paths:
|
101
98
|
- lib
|
102
99
|
required_ruby_version: !ruby/object:Gem::Requirement
|
103
100
|
requirements:
|
104
|
-
- -
|
101
|
+
- - ">="
|
105
102
|
- !ruby/object:Gem::Version
|
106
|
-
segments:
|
107
|
-
- 0
|
108
|
-
hash: -1341313411938941998
|
109
103
|
version: '0'
|
110
|
-
none: false
|
111
104
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
112
105
|
requirements:
|
113
|
-
- -
|
106
|
+
- - ">="
|
114
107
|
- !ruby/object:Gem::Version
|
115
108
|
version: '0'
|
116
|
-
none: false
|
117
109
|
requirements: []
|
118
110
|
rubyforge_project:
|
119
|
-
rubygems_version:
|
111
|
+
rubygems_version: 2.2.0
|
120
112
|
signing_key:
|
121
|
-
specification_version:
|
113
|
+
specification_version: 4
|
122
114
|
summary: gd2-ffij is a refactoring of the Ruby/GD2 library implemented with FFI
|
123
115
|
test_files:
|
124
116
|
- test/canvas_tests.rb
|