anyplayer 1.1.1 → 1.1.2

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.
data/.envrc ADDED
@@ -0,0 +1 @@
1
+ export PATH=bin:$PATH
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- anyplayer (1.1.1)
4
+ anyplayer (1.1.2)
5
5
  ruby-mpd (~> 0.3.0)
6
6
 
7
7
  GEM
data/MIT-LICENSE ADDED
@@ -0,0 +1,20 @@
1
+ Copyright 2013 Sunny Ripert
2
+
3
+ Permission is hereby granted, free of charge, to any person obtaining
4
+ a copy of this software and associated documentation files (the
5
+ "Software"), to deal in the Software without restriction, including
6
+ without limitation the rights to use, copy, modify, merge, publish,
7
+ distribute, sublicense, and/or sell copies of the Software, and to
8
+ permit persons to whom the Software is furnished to do so, subject to
9
+ the following conditions:
10
+
11
+ The above copyright notice and this permission notice shall be
12
+ included in all copies or substantial portions of the Software.
13
+
14
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
15
+ EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
16
+ MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
17
+ NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
18
+ LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
19
+ OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
20
+ WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
data/README.md CHANGED
@@ -65,22 +65,27 @@ With the [So Nice](https://github.com/sunny/so-nice/) Web interface:
65
65
  Development
66
66
  -----------
67
67
 
68
- Depending on your configuration you may need to add `bundle exec` to the following commands.
69
-
70
- Terminal binary from source:
68
+ Use the `anyplayer` binary from source:
71
69
 
72
70
  ```sh
73
71
  $ ruby -Ilib bin/anyplayer
74
72
  ```
75
73
 
76
- Tests:
74
+ Launch tests:
77
75
 
78
76
  ```sh
79
- $ rake test
77
+ $ bundle exec rake test
80
78
  ```
81
79
 
82
80
  Install from source:
83
81
 
84
82
  ```sh
85
- $ rake install
83
+ $ bundle exec rake install
86
84
  ```
85
+
86
+ All contributions are welcome! Head to the [Github issues](https://github.com/sunny/anyplayer/issues) to report bugs, questions or code.
87
+
88
+ License
89
+ -------
90
+
91
+ MIT
data/anyplayer.gemspec CHANGED
@@ -11,6 +11,7 @@ Gem::Specification.new do |s|
11
11
  s.homepage = "http://github.com/sunny/anyplayer"
12
12
  s.summary = %q{Interact with the running music player}
13
13
  s.description = %q{Play/pause/skip songs in iTunes Mac, iTunes Windows, Spotify Mac, Rdio Mac, MPD, Rhythmbox, Amarok and XMMS2}
14
+ s.license = 'MIT'
14
15
 
15
16
  s.files = `git ls-files`.split("\n")
16
17
  s.test_files = `git ls-files -- {test,spec,features}/*`.split("\n")
@@ -1,3 +1,3 @@
1
1
  module Anyplayer
2
- VERSION = "1.1.1"
2
+ VERSION = "1.1.2"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: anyplayer
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.1.1
4
+ version: 1.1.2
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -70,10 +70,12 @@ executables:
70
70
  extensions: []
71
71
  extra_rdoc_files: []
72
72
  files:
73
+ - .envrc
73
74
  - .gitignore
74
75
  - .travis.yml
75
76
  - Gemfile
76
77
  - Gemfile.lock
78
+ - MIT-LICENSE
77
79
  - README.md
78
80
  - Rakefile
79
81
  - anyplayer.gemspec
@@ -98,7 +100,8 @@ files:
98
100
  - test/selector_test.rb
99
101
  - test/test_helper.rb
100
102
  homepage: http://github.com/sunny/anyplayer
101
- licenses: []
103
+ licenses:
104
+ - MIT
102
105
  post_install_message:
103
106
  rdoc_options: []
104
107
  require_paths:
@@ -109,12 +112,18 @@ required_ruby_version: !ruby/object:Gem::Requirement
109
112
  - - ! '>='
110
113
  - !ruby/object:Gem::Version
111
114
  version: '0'
115
+ segments:
116
+ - 0
117
+ hash: -4308262987889258544
112
118
  required_rubygems_version: !ruby/object:Gem::Requirement
113
119
  none: false
114
120
  requirements:
115
121
  - - ! '>='
116
122
  - !ruby/object:Gem::Version
117
123
  version: '0'
124
+ segments:
125
+ - 0
126
+ hash: -4308262987889258544
118
127
  requirements: []
119
128
  rubyforge_project:
120
129
  rubygems_version: 1.8.23