cairo 1.10.1 → 1.10.2
Sign up to get free protection for your applications and to get access to all the features.
Potentially problematic release.
This version of cairo might be problematic. Click here for more details.
- data/Gemfile +2 -1
- data/NEWS +13 -0
- data/README.rdoc +1 -0
- data/ext/cairo/rb_cairo.h +1 -1
- data/test/run-test.rb +1 -1
- metadata +5 -5
data/Gemfile
CHANGED
data/NEWS
CHANGED
@@ -1,3 +1,16 @@
|
|
1
|
+
Release 1.10.2 (2011-11-20) Kouhei Sutou <kou@cozmixng.org>)
|
2
|
+
============================================================
|
3
|
+
|
4
|
+
Fixes
|
5
|
+
-----
|
6
|
+
|
7
|
+
* Added missing pkg-config dependency. #8 [Will Bryant]
|
8
|
+
|
9
|
+
Thanks
|
10
|
+
------
|
11
|
+
|
12
|
+
* Will Bryant
|
13
|
+
|
1
14
|
Release 1.10.1 (2011-10-12) Kouhei Sutou <kou@cozmixng.org>)
|
2
15
|
============================================================
|
3
16
|
|
data/README.rdoc
CHANGED
data/ext/cairo/rb_cairo.h
CHANGED
data/test/run-test.rb
CHANGED
metadata
CHANGED
@@ -1,13 +1,13 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: cairo
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
hash:
|
4
|
+
hash: 59
|
5
5
|
prerelease:
|
6
6
|
segments:
|
7
7
|
- 1
|
8
8
|
- 10
|
9
|
-
-
|
10
|
-
version: 1.10.
|
9
|
+
- 2
|
10
|
+
version: 1.10.2
|
11
11
|
platform: ruby
|
12
12
|
authors:
|
13
13
|
- Evan Marin
|
@@ -18,7 +18,7 @@ autorequire:
|
|
18
18
|
bindir: bin
|
19
19
|
cert_chain: []
|
20
20
|
|
21
|
-
date: 2011-
|
21
|
+
date: 2011-11-20 00:00:00 Z
|
22
22
|
dependencies:
|
23
23
|
- !ruby/object:Gem::Dependency
|
24
24
|
version_requirements: &id001 !ruby/object:Gem::Requirement
|
@@ -32,7 +32,7 @@ dependencies:
|
|
32
32
|
version: "0"
|
33
33
|
name: pkg-config
|
34
34
|
prerelease: false
|
35
|
-
type: :
|
35
|
+
type: :runtime
|
36
36
|
requirement: *id001
|
37
37
|
- !ruby/object:Gem::Dependency
|
38
38
|
version_requirements: &id002 !ruby/object:Gem::Requirement
|