cairo-gobject 3.5.1 → 4.0.0

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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 5fe625f3bfdcaecaf261b540c1cae43eaadb6762e65c411928166b44a6d39d61
4
- data.tar.gz: 05cabd0e385a6319efdf3ba310d067556d131e9b43ee18d45b97b332ca25e751
3
+ metadata.gz: a8f77e4b05c12a35a58a418c3cb6bde5e6509189d9cf13a63d7a7f6ebced79c3
4
+ data.tar.gz: 6db6dbc5516f261be7f841a05f8fdf46c604aba41fc87124eea2ca72d0b62cce
5
5
  SHA512:
6
- metadata.gz: f33a25dbf8a9314e83c666fc30b979978c0ff1e75a7a9635a25388b94a6c81dfece317f4682d8d2fd64a7fad5e642413668f25cd75711ff6b7273ceb23118664
7
- data.tar.gz: 340a2400d70fea349626d6379b88b4ac8d7b752909f2c5b16fcbc3700823c380438db661ffd178e24d5db6857baf135249e48d12b3e5bd605a1f1ba74e2223f2
6
+ metadata.gz: 56858c0d84468250f795f1f780df1379a2a4d2a7d37b683a1b5d18e7909600aae7f820f3af056d92c45963e67d5b818b527c07ac67752a791410170ab16a911b
7
+ data.tar.gz: ee65d567ac9ae258429907f90001f77ea85e68e0d05aada47cf63371c19e25150babf480783d86175b9d887f660712907fddc2826645466271fb343711b35ede
@@ -136,21 +136,6 @@ DEFINE_CONVERSION(region,
136
136
  RVAL2CRREGION,
137
137
  CRREGION2RVAL)
138
138
 
139
- #ifdef _WIN32
140
- /* Workaround: See glib2/ext/glib2/rbglib.c for details. */
141
- BOOL WINAPI
142
- DllMain(G_GNUC_UNUSED HINSTANCE hinstDLL,
143
- G_GNUC_UNUSED DWORD fdwReason,
144
- G_GNUC_UNUSED LPVOID lpvReserved);
145
- BOOL WINAPI
146
- DllMain(G_GNUC_UNUSED HINSTANCE hinstDLL,
147
- G_GNUC_UNUSED DWORD fdwReason,
148
- G_GNUC_UNUSED LPVOID lpvReserved)
149
- {
150
- return TRUE;
151
- }
152
- #endif
153
-
154
139
  void
155
140
  Init_cairo_gobject(void)
156
141
  {
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: cairo-gobject
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.5.1
4
+ version: 4.0.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - The Ruby-GNOME Project Team
8
- autorequire:
8
+ autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2022-01-17 00:00:00.000000000 Z
11
+ date: 2022-09-01 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: cairo
@@ -30,14 +30,14 @@ dependencies:
30
30
  requirements:
31
31
  - - '='
32
32
  - !ruby/object:Gem::Version
33
- version: 3.5.1
33
+ version: 4.0.0
34
34
  type: :runtime
35
35
  prerelease: false
36
36
  version_requirements: !ruby/object:Gem::Requirement
37
37
  requirements:
38
38
  - - '='
39
39
  - !ruby/object:Gem::Version
40
- version: 3.5.1
40
+ version: 4.0.0
41
41
  description: Ruby/CairoGObject is a Ruby binding of cairo-gobject.
42
42
  email: ruby-gnome2-devel-en@lists.sourceforge.net
43
43
  executables: []
@@ -86,7 +86,7 @@ homepage: https://ruby-gnome2.osdn.jp/
86
86
  licenses:
87
87
  - LGPL-2.1+
88
88
  metadata: {}
89
- post_install_message:
89
+ post_install_message:
90
90
  rdoc_options: []
91
91
  require_paths:
92
92
  - lib
@@ -102,7 +102,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
102
102
  version: '0'
103
103
  requirements: []
104
104
  rubygems_version: 3.4.0.dev
105
- signing_key:
105
+ signing_key:
106
106
  specification_version: 4
107
107
  summary: Ruby/CairoGObject is a Ruby binding of cairo-gobject.
108
108
  test_files: []