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 CHANGED
@@ -2,8 +2,9 @@
2
2
 
3
3
  source "http://rubygems.org/"
4
4
 
5
+ gem 'pkg-config'
6
+
5
7
  group :development, :test do
6
- gem 'pkg-config'
7
8
  gem "test-unit"
8
9
  gem "test-unit-notify"
9
10
  gem "rake"
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
@@ -113,3 +113,4 @@ http://cairographics.org/cgi-bin/mailman/listinfo/cairo
113
113
  * Stefan Salewski: reports a bug.
114
114
  * Mamoru Tasaka: reports a bug.
115
115
  * Nikolai Weibull: reports problems.
116
+ * Will Bryant: reports a bug.
data/ext/cairo/rb_cairo.h CHANGED
@@ -73,7 +73,7 @@ RB_CAIRO_BEGIN_DECLS
73
73
 
74
74
  #define RB_CAIRO_VERSION_MAJOR 1
75
75
  #define RB_CAIRO_VERSION_MINOR 10
76
- #define RB_CAIRO_VERSION_MICRO 1
76
+ #define RB_CAIRO_VERSION_MICRO 2
77
77
 
78
78
  RB_CAIRO_VAR VALUE rb_mCairo;
79
79
  RB_CAIRO_VAR VALUE rb_cCairo_Context;
data/test/run-test.rb CHANGED
@@ -12,7 +12,7 @@ if system("which make >/dev/null 2>&1")
12
12
  end
13
13
 
14
14
  require 'rubygems'
15
- gem 'test-unit'
15
+ require 'bundler/setup'
16
16
  require 'test/unit'
17
17
 
18
18
  $LOAD_PATH.unshift(base_dir)
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: 61
4
+ hash: 59
5
5
  prerelease:
6
6
  segments:
7
7
  - 1
8
8
  - 10
9
- - 1
10
- version: 1.10.1
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-10-12 00:00:00 Z
21
+ date: 2011-11-20 00:00:00 Z
22
22
  dependencies: []
23
23
 
24
24
  description: Ruby bindings for cairo