vte 2.0.2 → 2.0.3

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 (2) hide show
  1. checksums.yaml +7 -0
  2. metadata +10 -14
@@ -0,0 +1,7 @@
1
+ ---
2
+ SHA1:
3
+ metadata.gz: 0974575ee5a8fbe9d5802b952d3956f7d6d50b33
4
+ data.tar.gz: bd9e935173df6b92545ae55ce9ddcb7784c25e05
5
+ SHA512:
6
+ metadata.gz: b5f94d786a6882809c78b7b9b1031c3110333e69bb9ef14c5c5bbd4695d68a3ff4e5578a805a764a54e70e0a64fb0086d77e8e9ccd1028d23b4f8570eee76820
7
+ data.tar.gz: 3babeb53926c460003d9e5cab710d0280b71b16e119e16a7b98acbfc9956a054725162c7537b24b8d6877c9d7ac4ea786d0a00c46157e39e912f544601833724
metadata CHANGED
@@ -1,32 +1,29 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: vte
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.0.2
5
- prerelease:
4
+ version: 2.0.3
6
5
  platform: ruby
7
6
  authors:
8
7
  - The Ruby-GNOME2 Project Team
9
8
  autorequire:
10
9
  bindir: bin
11
10
  cert_chain: []
12
- date: 2013-05-26 00:00:00.000000000 Z
11
+ date: 2013-12-28 00:00:00.000000000 Z
13
12
  dependencies:
14
13
  - !ruby/object:Gem::Dependency
15
14
  name: gtk2
16
15
  requirement: !ruby/object:Gem::Requirement
17
- none: false
18
16
  requirements:
19
17
  - - '='
20
18
  - !ruby/object:Gem::Version
21
- version: 2.0.2
19
+ version: 2.0.3
22
20
  type: :runtime
23
21
  prerelease: false
24
22
  version_requirements: !ruby/object:Gem::Requirement
25
- none: false
26
23
  requirements:
27
24
  - - '='
28
25
  - !ruby/object:Gem::Version
29
- version: 2.0.2
26
+ version: 2.0.3
30
27
  description: Ruby/VTE is a Ruby binding of VTE.
31
28
  email: ruby-gnome2-devel-en@lists.sourceforge.net
32
29
  executables: []
@@ -52,26 +49,25 @@ files:
52
49
  - sample/terminal.rb
53
50
  homepage: http://ruby-gnome2.sourceforge.jp/
54
51
  licenses: []
52
+ metadata: {}
55
53
  post_install_message:
56
54
  rdoc_options: []
57
55
  require_paths:
58
56
  - lib
59
57
  required_ruby_version: !ruby/object:Gem::Requirement
60
- none: false
61
58
  requirements:
62
- - - ! '>='
59
+ - - '>='
63
60
  - !ruby/object:Gem::Version
64
- version: 1.8.5
61
+ version: 1.9.3
65
62
  required_rubygems_version: !ruby/object:Gem::Requirement
66
- none: false
67
63
  requirements:
68
- - - ! '>='
64
+ - - '>='
69
65
  - !ruby/object:Gem::Version
70
66
  version: '0'
71
67
  requirements: []
72
68
  rubyforge_project:
73
- rubygems_version: 1.8.23
69
+ rubygems_version: 2.0.14
74
70
  signing_key:
75
- specification_version: 3
71
+ specification_version: 4
76
72
  summary: Ruby/VTE is a Ruby binding of VTE.
77
73
  test_files: []