spotify_osx_controller 0.1.0 → 0.1.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.
- checksums.yaml +4 -4
- data/lib/spotify_osx_controller/version.rb +1 -1
- data/spotify_osx_controller-0.1.0.gem +0 -0
- data/spotify_osx_controller.gemspec +1 -0
- metadata +4 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 5b32ccb34db51d624be9e88475bddd73de2b2828
|
|
4
|
+
data.tar.gz: eeccdb9b9ec4f00192687af0f23113cd838d543a
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: cc4648e297f4b1debbd3e31f6cf8c9c140cb67c562d2c4e8ecedd56242adbe76e11c4879a8e68df5aee5b5183c888477de3906e7b9ce949550f4398da0003799
|
|
7
|
+
data.tar.gz: f0f61b1b383c5afc8bb4721de53cb49f95d230489d718d0d4b19b0bdcdaaa62bce852f30a0830f4b3a2a7174c9c9aaedc7dfcecabff719565fde40aabc837574
|
|
Binary file
|
|
@@ -8,6 +8,7 @@ Gem::Specification.new do |spec|
|
|
|
8
8
|
spec.version = SpotifyOsxController::VERSION
|
|
9
9
|
spec.authors = ["Daniel Swensson"]
|
|
10
10
|
spec.email = ["danielswensson@hotmail.com"]
|
|
11
|
+
spec.licenses = ['MIT']
|
|
11
12
|
|
|
12
13
|
spec.summary = %q{Ruby wrapper for Spotify applescript API}
|
|
13
14
|
spec.description = %q{Control Spotify running on a Mac}
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: spotify_osx_controller
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.1.
|
|
4
|
+
version: 0.1.1
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Daniel Swensson
|
|
@@ -60,9 +60,11 @@ files:
|
|
|
60
60
|
- bin/spotify_osx_controller
|
|
61
61
|
- lib/spotify_osx_controller.rb
|
|
62
62
|
- lib/spotify_osx_controller/version.rb
|
|
63
|
+
- spotify_osx_controller-0.1.0.gem
|
|
63
64
|
- spotify_osx_controller.gemspec
|
|
64
65
|
homepage: https://github.com/DanielSwensson/SpotifyControl
|
|
65
|
-
licenses:
|
|
66
|
+
licenses:
|
|
67
|
+
- MIT
|
|
66
68
|
metadata: {}
|
|
67
69
|
post_install_message:
|
|
68
70
|
rdoc_options: []
|