plex-ruby 1.1.0 → 1.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.
@@ -65,10 +65,10 @@ module Plex
65
65
  CATEGORIES.each { |method|
66
66
  class_eval %(
67
67
  def #{Plex.snake_case(method)}s
68
- @#{Plex.snake_case(method)}s ||= grab_keys('#{method})'
68
+ @#{Plex.snake_case(method)}s ||= grab_keys('#{method}')
69
69
  end
70
70
  def #{Plex.snake_case(method)}s!
71
- @#{Plex.snake_case(method)}s = grab_keys('#{method})'
71
+ @#{Plex.snake_case(method)}s = grab_keys('#{method}')
72
72
  end
73
73
  def by_#{Plex.snake_case(method)}(val)
74
74
  Plex::Parser.new( self, Nokogiri::XML(open(url+key+"/#{method}/\#{val}")) ).parse
@@ -1,3 +1,3 @@
1
1
  module Plex
2
- VERSION = "1.1.0"
2
+ VERSION = "1.1.1"
3
3
  end
metadata CHANGED
@@ -2,7 +2,7 @@
2
2
  name: plex-ruby
3
3
  version: !ruby/object:Gem::Version
4
4
  prerelease:
5
- version: 1.1.0
5
+ version: 1.1.1
6
6
  platform: ruby
7
7
  authors:
8
8
  - Eric Koslow