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 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
 
@@ -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.
@@ -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;
@@ -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: 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-10-12 00:00:00 Z
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: :development
35
+ type: :runtime
36
36
  requirement: *id001
37
37
  - !ruby/object:Gem::Dependency
38
38
  version_requirements: &id002 !ruby/object:Gem::Requirement