cairo 1.15.8-x86-mingw32 → 1.15.9-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.
Files changed (39) hide show
  1. checksums.yaml +4 -4
  2. data/NEWS +14 -0
  3. data/ext/cairo/rb_cairo.h +1 -1
  4. data/lib/2.2/cairo.so +0 -0
  5. data/lib/2.3/cairo.so +0 -0
  6. data/lib/2.4/cairo.so +0 -0
  7. data/lib/cairo.rb +9 -3
  8. data/vendor/local/bin/fc-cache.exe +0 -0
  9. data/vendor/local/bin/fc-cat.exe +0 -0
  10. data/vendor/local/bin/fc-list.exe +0 -0
  11. data/vendor/local/bin/fc-match.exe +0 -0
  12. data/vendor/local/bin/fc-pattern.exe +0 -0
  13. data/vendor/local/bin/fc-query.exe +0 -0
  14. data/vendor/local/bin/fc-scan.exe +0 -0
  15. data/vendor/local/bin/fc-validate.exe +0 -0
  16. data/vendor/local/bin/libcairo-2.dll +0 -0
  17. data/vendor/local/bin/libcairo-gobject-2.dll +0 -0
  18. data/vendor/local/bin/libcairo-script-interpreter-2.dll +0 -0
  19. data/vendor/local/bin/libfontconfig-1.dll +0 -0
  20. data/vendor/local/bin/libfreetype-6.dll +0 -0
  21. data/vendor/local/bin/libpixman-1-0.dll +0 -0
  22. data/vendor/local/bin/libpng16-16.dll +0 -0
  23. data/vendor/local/bin/libxml2-2.dll +0 -0
  24. data/vendor/local/bin/png-fix-itxt.exe +0 -0
  25. data/vendor/local/bin/pngfix.exe +0 -0
  26. data/vendor/local/bin/xmlcatalog.exe +0 -0
  27. data/vendor/local/bin/xmllint.exe +0 -0
  28. data/vendor/local/bin/zlib1211.dll +0 -0
  29. data/vendor/local/lib/libcairo-gobject.dll.a +0 -0
  30. data/vendor/local/lib/libcairo-script-interpreter.dll.a +0 -0
  31. data/vendor/local/lib/libcairo.dll.a +0 -0
  32. data/vendor/local/lib/libfontconfig.dll.a +0 -0
  33. data/vendor/local/lib/libfreetype.dll.a +0 -0
  34. data/vendor/local/lib/libpixman-1.dll.a +0 -0
  35. data/vendor/local/lib/libpng.dll.a +0 -0
  36. data/vendor/local/lib/libpng16.dll.a +0 -0
  37. data/vendor/local/lib/libxml2.dll.a +0 -0
  38. data/vendor/local/lib/libz.dll.a +0 -0
  39. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: f10c27fb9dbe05914f50f6e7c2edd21295a71851
4
- data.tar.gz: 780d853d9379e8bd62163e9f4a0602b5ee89e74d
3
+ metadata.gz: 731a01bac9d2b694085248ca2dee59fd96a42158
4
+ data.tar.gz: ac2e9f2130162625aa91d08f62030b03446feb3d
5
5
  SHA512:
6
- metadata.gz: b03973bc0acf52a7c52002cd66dad28c3c528d6f97c3ad96ded9a46e76826ea640767928e2fb2ee726024a3dca654163b63b24049634c29d811fd564c3443ca3
7
- data.tar.gz: 059161759143b53ffb558428f033f3640c73a863017dbb26910140df0ec085db07ac415772584ecd54b2703635a265dd4a81de4ad2b0e69155bd2a7cbc7af4de
6
+ metadata.gz: 040618ef48081ff0e25368fa90c2ea92835131e053acf00ab9c5c6796aa044d6641d0a79efc88fe522b7d386b6729f3a73e3b673ae46e647fd684bc48eda9d23
7
+ data.tar.gz: 1ddf21904d530e4b11723273af69af4aba99c115db8376f49009e15e37ced0a15f559e9f5cba190a3603cf3a3eaa002c0f31c43b3424d3253e0cc48f72ecf26e
data/NEWS CHANGED
@@ -1,3 +1,17 @@
1
+ Release 1.15.9 (2017-06-03) Kouhei Sutou <kou@cozmixng.org>
2
+ ===========================================================
3
+
4
+ Improvements
5
+ ------------
6
+
7
+ * Supported RubyInstaller2.
8
+ [GitHub#47][Reported by PLURIX]
9
+
10
+ Thanks
11
+ ------
12
+
13
+ * PLURIX
14
+
1
15
  Release 1.15.8 (2017-05-29) Kouhei Sutou <kou@cozmixng.org>
2
16
  ===========================================================
3
17
 
@@ -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 15
76
- #define RB_CAIRO_VERSION_MICRO 8
76
+ #define RB_CAIRO_VERSION_MICRO 9
77
77
 
78
78
  RB_CAIRO_VAR VALUE rb_mCairo;
79
79
  RB_CAIRO_VAR VALUE rb_cCairo_Context;
Binary file
Binary file
Binary file
@@ -6,9 +6,15 @@ if /mingw|mswin|mswin32/ =~ RUBY_PLATFORM
6
6
  base_dir = base_dir.parent + "vendor" + "local"
7
7
  if base_dir.exist?
8
8
  base_dir = base_dir.to_s.gsub(/\//, "\\")
9
- ENV["PATH"] = %w(bin lib).collect do |dir|
10
- "#{base_dir}\\#{dir};"
11
- end.join("") + ENV["PATH"]
9
+ begin
10
+ require "ruby_installer/runtime"
11
+ rescue LoadError
12
+ ENV["PATH"] = %w(bin lib).collect do |dir|
13
+ "#{base_dir}\\#{dir};"
14
+ end.join("") + ENV["PATH"]
15
+ else
16
+ RubyInstaller::Runtime.add_dll_directory("#{base_dir}\\bin")
17
+ end
12
18
  else
13
19
  require "rbconfig"
14
20
  ENV["PATH"] = %w(bin lib).collect do |dir|
Binary file
Binary file
Binary file
Binary file
Binary file
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.8
4
+ version: 1.15.9
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: 2017-05-30 00:00:00.000000000 Z
11
+ date: 2017-06-03 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: pkg-config