Big News: Socket raises $60M Series C at a $1B valuation to secure software supply chains for AI-driven development.Announcement
Sign In

plex-ruby

Package Overview
Dependencies
Maintainers
1
Versions
15
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

plex-ruby - rubygems Package Compare versions

Comparing version
1.5.2
to
1.5.3
+2
-1
.travis.yml
rvm:
- 1.9.2
- 1.9.3
- 2.0.0
- 2.1.1

@@ -0,1 +1,4 @@

## 1.5.3
* The player name is now escaped correctly in the URI (@jodyalbritton)
## 1.5.2

@@ -2,0 +5,0 @@ * Added support for authentication token via `Plex.configure`

@@ -136,3 +136,3 @@ module Plex

def player_url
url+"/system/players/#{name}"
URI.escape(url+"/system/players/#{name}")
end

@@ -139,0 +139,0 @@

module Plex
VERSION = "1.5.2"
VERSION = "1.5.3"
end