pkg-config 1.3.3 → 1.3.4

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: 545130170c5ed4451661fca3b64b320a59e4a2beedfea34369abb055766c4639
4
- data.tar.gz: 84502f98720b6dc2244e4a780d19a83e5e0406d4b9f0f4ba2c8f73fcf8e92fbc
3
+ metadata.gz: 7b5f3195aaf3256d321cff0a2173dca2be59ccad2aad4540911cabdb7eddc25f
4
+ data.tar.gz: c8aa9959e02716ad500c43991f4d1de68529af222ec17ef32f4eaba37cdfc9f9
5
5
  SHA512:
6
- metadata.gz: d866c95e7acab6dcfcc4c73e54899763539927d2e39720a12fc2a4535cd9aa93359108cf1f74a6d983c2d8edc228e820d419200fb8ef051ff84e9fb00cec6fe0
7
- data.tar.gz: 575a4f74b42ef55f050b16380996a8fd023c56de94ef20186fd661942c177d1c5f5e48b2b9822013865519ee8508da29cf216447598acbc87f09ecaf26b66fcd
6
+ metadata.gz: fd72aed899f6ca7b03284663d5c8b70cbe702f9efe901829ad19faf6ee27afe16ee627ffbf879ee2fd7e44d4dadc7b165fe08eae29a56bef583610981628d568
7
+ data.tar.gz: e2725c187a7f9fc13868b128f85b34c8f16adbe397fb5b64b446870e82919aa3be5886d533c8b499fdfc1daceb3b906eca4a8794122aa1714705f6f03dd8c0dc
data/NEWS CHANGED
@@ -1,5 +1,16 @@
1
1
  = NEWS
2
2
 
3
+ == 1.3.4 - 2019-02-19
4
+
5
+ === Fixes
6
+
7
+ * Fixed 32bit MinGW Ruby detection.
8
+ [GitHub:ruby-gnome2/ruby-gnome2#1274][Reported by noanoa07]
9
+
10
+ === Thanks
11
+
12
+ * noanoa07
13
+
3
14
  == 1.3.3 - 2019-02-10
4
15
 
5
16
  === Improvements
@@ -236,7 +236,7 @@ class PackageConfig
236
236
  path = path_flag.sub(flag_option, "")
237
237
  prefix = ""
238
238
  case RUBY_PLATFORM
239
- when "x86-mingw32"
239
+ when "i386-mingw32"
240
240
  ruby_prefix = RbConfig::CONFIG["prefix"]
241
241
  candidates = Dir.glob("#{ruby_prefix}/msys{32,64,*}")
242
242
  candidates.concat(Dir.glob("c:/msys{32,64,*}"))
@@ -1,4 +1,4 @@
1
- # Copyright 2012-2018 Kouhei Sutou <kou@cozmixng.org>
1
+ # Copyright 2012-2019 Kouhei Sutou <kou@cozmixng.org>
2
2
  #
3
3
  # This library is free software; you can redistribute it and/or
4
4
  # modify it under the terms of the GNU Lesser General Public
@@ -15,5 +15,5 @@
15
15
  # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
16
16
 
17
17
  module PKGConfig
18
- VERSION = "1.3.3"
18
+ VERSION = "1.3.4"
19
19
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: pkg-config
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.3.3
4
+ version: 1.3.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Kouhei Sutou
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2019-02-09 00:00:00.000000000 Z
11
+ date: 2019-02-18 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: test-unit
@@ -89,7 +89,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
89
89
  - !ruby/object:Gem::Version
90
90
  version: '0'
91
91
  requirements: []
92
- rubyforge_project: cairo
92
+ rubyforge_project:
93
93
  rubygems_version: 2.7.6
94
94
  signing_key:
95
95
  specification_version: 4