vte 0.90.8 → 0.90.9

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 (3) hide show
  1. data/ChangeLog +5 -0
  2. data/ext/vte/depend +1 -1
  3. metadata +9 -11
data/ChangeLog CHANGED
@@ -1,3 +1,8 @@
1
+ 2011-03-04 Kouhei Sutou <kou@clear-code.com>
2
+
3
+ * ext/vte/depend: fix .pc path. #3199587
4
+ Reported by OBATA Akio. Thanks!!!
5
+
1
6
  2011-01-22 Masaaki Aoyagi
2
7
 
3
8
  * src/lib/: -> lib/.
@@ -1,5 +1,5 @@
1
1
  install:
2
2
  if test -n "$(pkgconfigdir)"; then \
3
3
  $(MAKEDIRS) $(pkgconfigdir); \
4
- $(INSTALL_DATA) ../ruby-vte.pc $(pkgconfigdir); \
4
+ $(INSTALL_DATA) ruby-vte.pc $(pkgconfigdir); \
5
5
  fi
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: vte
3
3
  version: !ruby/object:Gem::Version
4
- hash: 359
5
- prerelease: false
4
+ hash: 357
5
+ prerelease:
6
6
  segments:
7
7
  - 0
8
8
  - 90
9
- - 8
10
- version: 0.90.8
9
+ - 9
10
+ version: 0.90.9
11
11
  platform: ruby
12
12
  authors:
13
13
  - The Ruby-GNOME2 Proejct Team
@@ -15,8 +15,7 @@ autorequire:
15
15
  bindir: bin
16
16
  cert_chain: []
17
17
 
18
- date: 2011-03-04 00:00:00 +09:00
19
- default_executable:
18
+ date: 2011-06-11 00:00:00 Z
20
19
  dependencies:
21
20
  - !ruby/object:Gem::Dependency
22
21
  name: gtk2
@@ -26,12 +25,12 @@ dependencies:
26
25
  requirements:
27
26
  - - ">="
28
27
  - !ruby/object:Gem::Version
29
- hash: 359
28
+ hash: 357
30
29
  segments:
31
30
  - 0
32
31
  - 90
33
- - 8
34
- version: 0.90.8
32
+ - 9
33
+ version: 0.90.9
35
34
  type: :runtime
36
35
  version_requirements: *id001
37
36
  description: Ruby/VTE is a Ruby binding of VTE.
@@ -57,7 +56,6 @@ files:
57
56
  - ext/vte/depend
58
57
  - sample/multiterm.rb
59
58
  - sample/terminal.rb
60
- has_rdoc: true
61
59
  homepage: http://ruby-gnome2.sourceforge.jp/
62
60
  licenses: []
63
61
 
@@ -89,7 +87,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
89
87
  requirements: []
90
88
 
91
89
  rubyforge_project:
92
- rubygems_version: 1.3.7
90
+ rubygems_version: 1.7.2
93
91
  signing_key:
94
92
  specification_version: 3
95
93
  summary: Ruby/VTE is a Ruby binding of VTE.