cairo 1.15.11-x86-mingw32 → 1.15.12-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.
- checksums.yaml +4 -4
- data/NEWS +19 -0
- data/ext/cairo/rb_cairo.h +1 -1
- data/lib/2.2/cairo.so +0 -0
- data/lib/2.3/cairo.so +0 -0
- data/lib/2.4/cairo.so +0 -0
- data/lib/2.5/cairo.so +0 -0
- data/test/cairo-test-utils.rb +1 -1
- data/test/test_context.rb +0 -4
- data/test/test_pdf_surface.rb +4 -2
- data/vendor/local/bin/fc-cache.exe +0 -0
- data/vendor/local/bin/fc-cat.exe +0 -0
- data/vendor/local/bin/fc-list.exe +0 -0
- data/vendor/local/bin/fc-match.exe +0 -0
- data/vendor/local/bin/fc-pattern.exe +0 -0
- data/vendor/local/bin/fc-query.exe +0 -0
- data/vendor/local/bin/fc-scan.exe +0 -0
- data/vendor/local/bin/fc-validate.exe +0 -0
- data/vendor/local/bin/libcairo-2.dll +0 -0
- data/vendor/local/bin/libcairo-gobject-2.dll +0 -0
- data/vendor/local/bin/libcairo-script-interpreter-2.dll +0 -0
- data/vendor/local/bin/libfontconfig-1.dll +0 -0
- data/vendor/local/bin/libfreetype-6.dll +0 -0
- data/vendor/local/bin/libpixman-1-0.dll +0 -0
- data/vendor/local/bin/libpng16-16.dll +0 -0
- data/vendor/local/bin/libxml2-2.dll +0 -0
- data/vendor/local/bin/png-fix-itxt.exe +0 -0
- data/vendor/local/bin/pngfix.exe +0 -0
- data/vendor/local/bin/xmlcatalog.exe +0 -0
- data/vendor/local/bin/xmllint.exe +0 -0
- data/vendor/local/bin/zlib1211.dll +0 -0
- data/vendor/local/lib/libcairo-gobject.dll.a +0 -0
- data/vendor/local/lib/libcairo-script-interpreter.dll.a +0 -0
- data/vendor/local/lib/libcairo.dll.a +0 -0
- data/vendor/local/lib/libfontconfig.dll.a +0 -0
- data/vendor/local/lib/libfreetype.dll.a +0 -0
- data/vendor/local/lib/libpixman-1.dll.a +0 -0
- data/vendor/local/lib/libpng.dll.a +0 -0
- data/vendor/local/lib/libpng16.dll.a +0 -0
- data/vendor/local/lib/libxml2.dll.a +0 -0
- data/vendor/local/lib/libz.dll.a +0 -0
- metadata +38 -23
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: db8b125e6ac8b39b5ab834f9939b10d19fdbf6d7
|
4
|
+
data.tar.gz: e2c0901abaf6a57dbec377d862d91f36cf054631
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 55925628e1dd13fe9476744664d8fcbd5ad6207957ffd900a57273d5f188c955b9f0a55fc9ff766908763a552e29e3a80208315d1ed5e5bd282d361da4ef7d44
|
7
|
+
data.tar.gz: 10b94eda01a66ba3c5ee3aa75a1a3e3aa0f500398cc5b622075198835956887b43c0ae96826590d76a8671c5bc8d4f5dce1b0ce07741342f649eed8d7ee08c7a
|
data/NEWS
CHANGED
@@ -1,3 +1,22 @@
|
|
1
|
+
Release 1.15.12 (2018-03-14) Kouhei Sutou <kou@cozmixng.org>
|
2
|
+
============================================================
|
3
|
+
|
4
|
+
Improvements
|
5
|
+
------------
|
6
|
+
|
7
|
+
* Re-enabled tests that need Poppler.
|
8
|
+
[GitHub#51][Patch by Mamoru TASAKA]
|
9
|
+
|
10
|
+
* Windows: Added Ruby 2.5 support.
|
11
|
+
[GitHub#52][Reported by Andy Meneely]
|
12
|
+
|
13
|
+
Thanks
|
14
|
+
------
|
15
|
+
|
16
|
+
* Mamoru TASAKA
|
17
|
+
|
18
|
+
* Andy Meneely
|
19
|
+
|
1
20
|
Release 1.15.11 (2017-12-14) Kouhei Sutou <kou@cozmixng.org>
|
2
21
|
============================================================
|
3
22
|
|
data/ext/cairo/rb_cairo.h
CHANGED
data/lib/2.2/cairo.so
CHANGED
Binary file
|
data/lib/2.3/cairo.so
CHANGED
Binary file
|
data/lib/2.4/cairo.so
CHANGED
Binary file
|
data/lib/2.5/cairo.so
ADDED
Binary file
|
data/test/cairo-test-utils.rb
CHANGED
data/test/test_context.rb
CHANGED
@@ -1,6 +1,3 @@
|
|
1
|
-
require 'cairo'
|
2
|
-
require 'stringio'
|
3
|
-
|
4
1
|
class ContextTest < Test::Unit::TestCase
|
5
2
|
include CairoTestUtils
|
6
3
|
|
@@ -106,7 +103,6 @@ class ContextTest < Test::Unit::TestCase
|
|
106
103
|
sub_test_case("#tag") do
|
107
104
|
setup do
|
108
105
|
only_cairo_version(1, 15, 4)
|
109
|
-
omit("poppler 3.1.1 is required")
|
110
106
|
end
|
111
107
|
|
112
108
|
test("LINK") do
|
data/test/test_pdf_surface.rb
CHANGED
@@ -2,7 +2,6 @@ class PDFSurfaceTest < Test::Unit::TestCase
|
|
2
2
|
include CairoTestUtils
|
3
3
|
|
4
4
|
def create_pdf
|
5
|
-
omit("poppler 3.1.1 is required")
|
6
5
|
pdf = StringIO.new
|
7
6
|
surface = Cairo::PDFSurface.new(pdf, 10, 20)
|
8
7
|
yield(surface)
|
@@ -134,6 +133,9 @@ class PDFSurfaceTest < Test::Unit::TestCase
|
|
134
133
|
pdf = create_pdf do |surface|
|
135
134
|
surface.set_thumbnail_size(5, 10)
|
136
135
|
end
|
137
|
-
|
136
|
+
thumbnail_size = pdf[0].thumbnail_size
|
137
|
+
# TODO: Workaround for poppler gem 3.2.1
|
138
|
+
thumbnail_size.shift if thumbnail_size.size == 3
|
139
|
+
assert_equal([5, 10], thumbnail_size)
|
138
140
|
end
|
139
141
|
end
|
Binary file
|
data/vendor/local/bin/fc-cat.exe
CHANGED
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
data/vendor/local/bin/pngfix.exe
CHANGED
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
data/vendor/local/lib/libz.dll.a
CHANGED
Binary file
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: cairo
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.15.
|
4
|
+
version: 1.15.12
|
5
5
|
platform: x86-mingw32
|
6
6
|
authors:
|
7
7
|
- Kouhei Sutou
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date:
|
11
|
+
date: 2018-03-15 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: pkg-config
|
@@ -94,6 +94,20 @@ dependencies:
|
|
94
94
|
- - ">="
|
95
95
|
- !ruby/object:Gem::Version
|
96
96
|
version: '0'
|
97
|
+
- !ruby/object:Gem::Dependency
|
98
|
+
name: poppler
|
99
|
+
requirement: !ruby/object:Gem::Requirement
|
100
|
+
requirements:
|
101
|
+
- - ">="
|
102
|
+
- !ruby/object:Gem::Version
|
103
|
+
version: 3.1.1
|
104
|
+
type: :development
|
105
|
+
prerelease: false
|
106
|
+
version_requirements: !ruby/object:Gem::Requirement
|
107
|
+
requirements:
|
108
|
+
- - ">="
|
109
|
+
- !ruby/object:Gem::Version
|
110
|
+
version: 3.1.1
|
97
111
|
description: Ruby bindings for cairo
|
98
112
|
email:
|
99
113
|
- kou@cozmixng.org
|
@@ -139,6 +153,7 @@ files:
|
|
139
153
|
- lib/2.2/cairo.so
|
140
154
|
- lib/2.3/cairo.so
|
141
155
|
- lib/2.4/cairo.so
|
156
|
+
- lib/2.5/cairo.so
|
142
157
|
- lib/cairo.rb
|
143
158
|
- lib/cairo/color.rb
|
144
159
|
- lib/cairo/colors.rb
|
@@ -767,7 +782,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
767
782
|
version: '2.1'
|
768
783
|
- - "<"
|
769
784
|
- !ruby/object:Gem::Version
|
770
|
-
version: '2.
|
785
|
+
version: '2.6'
|
771
786
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
772
787
|
requirements:
|
773
788
|
- - ">="
|
@@ -775,35 +790,35 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
775
790
|
version: '0'
|
776
791
|
requirements: []
|
777
792
|
rubyforge_project:
|
778
|
-
rubygems_version: 2.5.1
|
793
|
+
rubygems_version: 2.5.2.1
|
779
794
|
signing_key:
|
780
795
|
specification_version: 4
|
781
796
|
summary: Ruby bindings for cairo
|
782
797
|
test_files:
|
783
|
-
- test/
|
798
|
+
- test/test_xml_device.rb
|
799
|
+
- test/test_script_surface.rb
|
800
|
+
- test/test_constants.rb
|
801
|
+
- test/run-test.rb
|
784
802
|
- test/test_quartz_image_surface.rb
|
785
|
-
- test/test_xml_surface.rb
|
786
803
|
- test/test_recording_surface.rb
|
787
|
-
- test/test_text_to_glyphs_data.rb
|
788
804
|
- test/test_exception.rb
|
789
|
-
- test/test_surface.rb
|
790
|
-
- test/test_image_surface.rb
|
791
|
-
- test/test_script_device.rb
|
792
|
-
- test/test_constants.rb
|
793
|
-
- test/test_svg_surface.rb
|
794
|
-
- test/test_paper.rb
|
795
|
-
- test/test_raster_source_pattern.rb
|
796
805
|
- test/test_font_options.rb
|
797
806
|
- test/cairo-test-utils.rb
|
798
|
-
- test/test_pdf_surface.rb
|
799
|
-
- test/test_context.rb
|
800
|
-
- test/test_tee_surface.rb
|
801
807
|
- test/test_color.rb
|
802
|
-
- test/
|
803
|
-
- test/
|
804
|
-
- test/test_text_extents.rb
|
805
|
-
- test/test_script_surface.rb
|
808
|
+
- test/test_font_extents.rb
|
809
|
+
- test/test_tee_surface.rb
|
806
810
|
- test/test_region.rb
|
807
|
-
- test/test_text_cluster.rb
|
808
|
-
- test/test_xml_device.rb
|
809
811
|
- test/test_scaled_font.rb
|
812
|
+
- test/test_raster_source_pattern.rb
|
813
|
+
- test/test_script_device.rb
|
814
|
+
- test/test_context.rb
|
815
|
+
- test/test_font_face.rb
|
816
|
+
- test/test_xml_surface.rb
|
817
|
+
- test/test_paper.rb
|
818
|
+
- test/test_pdf_surface.rb
|
819
|
+
- test/test_svg_surface.rb
|
820
|
+
- test/test_text_to_glyphs_data.rb
|
821
|
+
- test/test_text_cluster.rb
|
822
|
+
- test/test_image_surface.rb
|
823
|
+
- test/test_text_extents.rb
|
824
|
+
- test/test_surface.rb
|