rmpd 1.1.11 → 1.1.12

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.
@@ -9,10 +9,12 @@ module Rmpd
9
9
  simple_command :listallinfo
10
10
  simple_command :lsinfo
11
11
  simple_command :search
12
+ simple_command :searchadd
12
13
 
13
14
  alias_method :list_all, :listall
14
15
  alias_method :list_all_info, :listallinfo
15
16
  alias_method :ls_info, :lsinfo
17
+ alias_method :search_add, :searchadd
16
18
 
17
19
  end
18
20
  end
@@ -1,3 +1,3 @@
1
1
  module Rmpd
2
- VERSION = "1.1.11"
2
+ VERSION = "1.1.12"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rmpd
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.1.11
4
+ version: 1.1.12
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2013-07-17 00:00:00.000000000 Z
12
+ date: 2016-08-22 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: rspec
@@ -130,18 +130,12 @@ required_ruby_version: !ruby/object:Gem::Requirement
130
130
  - - ! '>='
131
131
  - !ruby/object:Gem::Version
132
132
  version: '0'
133
- segments:
134
- - 0
135
- hash: 2970925028450146323
136
133
  required_rubygems_version: !ruby/object:Gem::Requirement
137
134
  none: false
138
135
  requirements:
139
136
  - - ! '>='
140
137
  - !ruby/object:Gem::Version
141
138
  version: '0'
142
- segments:
143
- - 0
144
- hash: 2970925028450146323
145
139
  requirements: []
146
140
  rubyforge_project:
147
141
  rubygems_version: 1.8.23
@@ -149,3 +143,4 @@ signing_key:
149
143
  specification_version: 3
150
144
  summary: Music Player Daemon client in Ruby
151
145
  test_files: []
146
+ has_rdoc: