gir_ffi-cairo 0.0.4 → 0.0.5
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/README.md +8 -9
- data/Rakefile +3 -0
- metadata +19 -19
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: b59a8b74a1339fd342dc7c262a4708e0fcd0450e
|
4
|
+
data.tar.gz: 887045524215740ca30517ee1ccfbd8db9a9eb7c
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 9868a60f12d04bb40c51add87797721d818c3a8643489efd7c6affa0b231463c72a2e85932989f9ac0750d956ca1d994271cdf95606a64a27499128e405e252d
|
7
|
+
data.tar.gz: 6f0eab8df6ac42214f9a20dc03aa8c184672098d1996af7be21fe042c47a93a6cbfc190f92bc752c2fc01cdd345621b60ee76c819f85c04b4096e5465c7cbe20
|
data/README.md
CHANGED
@@ -4,12 +4,11 @@ GirFFI-based bindings for Cairo
|
|
4
4
|
|
5
5
|
## Features/Issues
|
6
6
|
|
7
|
-
This gem allows use of Cairo from your GirFFI-based Gtk+ application. It
|
8
|
-
|
7
|
+
This gem allows use of Cairo from your GirFFI-based Gtk+ application. It is only
|
8
|
+
a thin layer on top of the C library.
|
9
9
|
|
10
|
-
Please note that this library is in the very early stages of
|
11
|
-
|
12
|
-
implemented.
|
10
|
+
Please note that this library is in the very early stages of development. Please
|
11
|
+
file bugs for any functionality that is not yet implemented.
|
13
12
|
|
14
13
|
## Usage
|
15
14
|
|
@@ -24,8 +23,8 @@ implemented.
|
|
24
23
|
|
25
24
|
## License
|
26
25
|
|
27
|
-
Copyright © 2012–
|
26
|
+
Copyright © 2012–2015, [Matijs van Zuijlen](http://www.matijs.net/)
|
28
27
|
|
29
|
-
GirFFI-Cairo is free software, distributed under the terms of the GNU
|
30
|
-
|
31
|
-
|
28
|
+
GirFFI-Cairo is free software, distributed under the terms of the GNU Lesser
|
29
|
+
General Public License, version 2.1 or later. See the file COPYING.LIB for more
|
30
|
+
information.
|
data/Rakefile
CHANGED
metadata
CHANGED
@@ -1,55 +1,55 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: gir_ffi-cairo
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.0.
|
4
|
+
version: 0.0.5
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Matijs van Zuijlen
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date:
|
11
|
+
date: 2015-09-20 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: gir_ffi
|
15
15
|
requirement: !ruby/object:Gem::Requirement
|
16
16
|
requirements:
|
17
|
-
- - ~>
|
17
|
+
- - "~>"
|
18
18
|
- !ruby/object:Gem::Version
|
19
|
-
version: 0.
|
19
|
+
version: 0.8.0
|
20
20
|
type: :runtime
|
21
21
|
prerelease: false
|
22
22
|
version_requirements: !ruby/object:Gem::Requirement
|
23
23
|
requirements:
|
24
|
-
- - ~>
|
24
|
+
- - "~>"
|
25
25
|
- !ruby/object:Gem::Version
|
26
|
-
version: 0.
|
26
|
+
version: 0.8.0
|
27
27
|
- !ruby/object:Gem::Dependency
|
28
28
|
name: minitest
|
29
29
|
requirement: !ruby/object:Gem::Requirement
|
30
30
|
requirements:
|
31
|
-
- - ~>
|
31
|
+
- - "~>"
|
32
32
|
- !ruby/object:Gem::Version
|
33
33
|
version: '5.0'
|
34
34
|
type: :development
|
35
35
|
prerelease: false
|
36
36
|
version_requirements: !ruby/object:Gem::Requirement
|
37
37
|
requirements:
|
38
|
-
- - ~>
|
38
|
+
- - "~>"
|
39
39
|
- !ruby/object:Gem::Version
|
40
40
|
version: '5.0'
|
41
41
|
- !ruby/object:Gem::Dependency
|
42
42
|
name: rake
|
43
43
|
requirement: !ruby/object:Gem::Requirement
|
44
44
|
requirements:
|
45
|
-
- - ~>
|
45
|
+
- - "~>"
|
46
46
|
- !ruby/object:Gem::Version
|
47
47
|
version: '10.1'
|
48
48
|
type: :development
|
49
49
|
prerelease: false
|
50
50
|
version_requirements: !ruby/object:Gem::Requirement
|
51
51
|
requirements:
|
52
|
-
- - ~>
|
52
|
+
- - "~>"
|
53
53
|
- !ruby/object:Gem::Version
|
54
54
|
version: '10.1'
|
55
55
|
description: Bindings for Cairo generated by GirFFI, with overrides.
|
@@ -59,18 +59,18 @@ executables: []
|
|
59
59
|
extensions: []
|
60
60
|
extra_rdoc_files: []
|
61
61
|
files:
|
62
|
-
-
|
62
|
+
- COPYING.LIB
|
63
|
+
- README.md
|
64
|
+
- Rakefile
|
65
|
+
- lib/gir_ffi-cairo.rb
|
63
66
|
- lib/gir_ffi-cairo/context.rb
|
67
|
+
- lib/gir_ffi-cairo/format.rb
|
64
68
|
- lib/gir_ffi-cairo/image_surface.rb
|
65
69
|
- lib/gir_ffi-cairo/surface.rb
|
66
|
-
- lib/gir_ffi-cairo.rb
|
67
|
-
- test/test_helper.rb
|
68
70
|
- test/gir_ffi-cairo/context_test.rb
|
69
71
|
- test/gir_ffi-cairo/image_surface_test.rb
|
70
72
|
- test/integration/context_test.rb
|
71
|
-
-
|
72
|
-
- Rakefile
|
73
|
-
- COPYING.LIB
|
73
|
+
- test/test_helper.rb
|
74
74
|
homepage: http://www.github.com/mvz/gir_ffi-cairo
|
75
75
|
licenses:
|
76
76
|
- LGPL-2.1
|
@@ -81,17 +81,17 @@ require_paths:
|
|
81
81
|
- lib
|
82
82
|
required_ruby_version: !ruby/object:Gem::Requirement
|
83
83
|
requirements:
|
84
|
-
- -
|
84
|
+
- - ">="
|
85
85
|
- !ruby/object:Gem::Version
|
86
86
|
version: '0'
|
87
87
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
88
88
|
requirements:
|
89
|
-
- -
|
89
|
+
- - ">="
|
90
90
|
- !ruby/object:Gem::Version
|
91
91
|
version: '0'
|
92
92
|
requirements: []
|
93
93
|
rubyforge_project:
|
94
|
-
rubygems_version: 2.
|
94
|
+
rubygems_version: 2.4.5.1
|
95
95
|
signing_key:
|
96
96
|
specification_version: 4
|
97
97
|
summary: GirFFI-based bindings for Cairo
|