pkg-config 1.0.9 → 1.1.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.
Files changed (4) hide show
  1. data/NEWS +2 -2
  2. data/README.rdoc +1 -1
  3. data/lib/pkg-config.rb +1 -1
  4. metadata +3 -3
data/NEWS CHANGED
@@ -1,9 +1,9 @@
1
1
  = NEWS
2
2
 
3
- == 1.0.9 - 2011/04/03
3
+ == 1.1.0 - 2011/04/03
4
4
 
5
5
  * [#3270846] add /usr/lib/x86_64-linux-gnu/pkgconfig to default paths.
6
- (Reported by Funky Bibimba)
6
+ (Reported by Funky Bibimbap)
7
7
 
8
8
  === Thanks
9
9
 
data/README.rdoc CHANGED
@@ -42,4 +42,4 @@ TODO
42
42
 
43
43
  == Thanks
44
44
 
45
- * Funky Bibimba
45
+ * Funky Bibimbap
data/lib/pkg-config.rb CHANGED
@@ -297,7 +297,7 @@ class PackageConfig
297
297
  end
298
298
 
299
299
  module PKGConfig
300
- VERSION = "1.0.9"
300
+ VERSION = "1.1.0"
301
301
 
302
302
  @@paths = []
303
303
  @@override_variables = {}
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: pkg-config
3
3
  version: !ruby/object:Gem::Version
4
- hash: 5
4
+ hash: 19
5
5
  prerelease:
6
6
  segments:
7
7
  - 1
8
+ - 1
8
9
  - 0
9
- - 9
10
- version: 1.0.9
10
+ version: 1.1.0
11
11
  platform: ruby
12
12
  authors:
13
13
  - Kouhei Sutou