cmus 2.0.4.2 → 2.0.4.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.
@@ -49,12 +49,12 @@ class Controller
49
49
 
50
50
  # returns the toggle facilities
51
51
  def toggle
52
- Toggle.new(self)
52
+ @toggle ||= Toggle.new(self)
53
53
  end
54
54
 
55
55
  # returns the player facilities
56
56
  def player
57
- Player.new(self)
57
+ @player ||= Player.new(self)
58
58
  end
59
59
 
60
60
  # returns the status
@@ -10,6 +10,6 @@
10
10
 
11
11
  module Cmus
12
12
  def self.version
13
- '2.0.4.2'
13
+ '2.0.4.3'
14
14
  end
15
15
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: cmus
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.0.4.2
4
+ version: 2.0.4.3
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: