gtk2mp3 0.5.0 → 0.5.1

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/bin/gtk2mp3 +1 -1
  2. data/lib/gtk2mp3.rb +2 -0
  3. metadata +5 -7
@@ -15,7 +15,7 @@ program = Gtk2AppLib::Program.new( {
15
15
  'website' => 'https://sites.google.com/site/gtk2applib/home/gtk2applib-applications/gtk2mp3',
16
16
  'website-label' => 'Ruby-Gnome MP3',
17
17
  'license' => 'GPL',
18
- 'copyright' => '2011-05-02 09:09:57',
18
+ 'copyright' => '2011-07-15 10:04:11',
19
19
  } )
20
20
 
21
21
  begin
@@ -23,6 +23,8 @@ module Gtk2MP3 # Gtk2MP3 defined
23
23
  $stderr.puts line if $trace
24
24
  if line =~ /^\@I\s+(\S.*)$/ then
25
25
  # :-??
26
+ elsif line =~ /^@E/ then
27
+ @gui.load_song
26
28
  elsif line == '@P 0' then
27
29
  _read if @gui.continue
28
30
  end
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: gtk2mp3
3
3
  version: !ruby/object:Gem::Version
4
- hash: 11
4
+ hash: 9
5
5
  prerelease:
6
6
  segments:
7
7
  - 0
8
8
  - 5
9
- - 0
10
- version: 0.5.0
9
+ - 1
10
+ version: 0.5.1
11
11
  platform: ruby
12
12
  authors:
13
13
  - carlosjhr64@gmail.com
@@ -15,8 +15,7 @@ autorequire:
15
15
  bindir: bin
16
16
  cert_chain: []
17
17
 
18
- date: 2011-05-02 00:00:00 -07:00
19
- default_executable: gtk2mp3
18
+ date: 2011-07-15 00:00:00 Z
20
19
  dependencies:
21
20
  - !ruby/object:Gem::Dependency
22
21
  name: gtk2applib
@@ -51,7 +50,6 @@ files:
51
50
  - ./README.txt
52
51
  - README.txt
53
52
  - bin/gtk2mp3
54
- has_rdoc: true
55
53
  homepage: https://sites.google.com/site/gtk2applib/home/gtk2applib-applications/gtk2mp3
56
54
  licenses: []
57
55
 
@@ -82,7 +80,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
82
80
  requirements:
83
81
  - mpg123
84
82
  rubyforge_project:
85
- rubygems_version: 1.5.2
83
+ rubygems_version: 1.8.4
86
84
  signing_key:
87
85
  specification_version: 3
88
86
  summary: Gtk2MP3