cairo 1.10.1-x86-mingw32 → 1.10.2-x86-mingw32
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.
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 +4 -4
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: x86-mingw32
|
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
|
|
24
24
|
description: Ruby bindings for cairo
|