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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: f1cc92301a8266f4a6e65e03775d482ff66952bb
4
- data.tar.gz: 064aba3d986c3ad5d9e85200d1b4599677754f11
3
+ metadata.gz: 5b32ccb34db51d624be9e88475bddd73de2b2828
4
+ data.tar.gz: eeccdb9b9ec4f00192687af0f23113cd838d543a
5
5
  SHA512:
6
- metadata.gz: 37dd431a8202a1e9ddee37e2d295f20d6a1cd0c4decba36bf151d77d5c5b75e7de09837ba2b6d688be9fe3be7f52b231098368218bae41fdb7fe3a9d2f0af375
7
- data.tar.gz: 19286fcdb0ab4a5ab0bf57a62b81a88760e748de6b904be623a7ce21e5d487a954f40c0a0069877ab459a451f496af563bf55a9876b6f3ecab7849710d275356
6
+ metadata.gz: cc4648e297f4b1debbd3e31f6cf8c9c140cb67c562d2c4e8ecedd56242adbe76e11c4879a8e68df5aee5b5183c888477de3906e7b9ce949550f4398da0003799
7
+ data.tar.gz: f0f61b1b383c5afc8bb4721de53cb49f95d230489d718d0d4b19b0bdcdaaa62bce852f30a0830f4b3a2a7174c9c9aaedc7dfcecabff719565fde40aabc837574
@@ -1,3 +1,3 @@
1
1
  module SpotifyOsxController
2
- VERSION = "0.1.0"
2
+ VERSION = "0.1.1"
3
3
  end
@@ -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.0
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: []