the_tv_db 0.0.8 → 0.0.9

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.
@@ -1,14 +1,16 @@
1
1
  module TheTvDB
2
2
  class Series::Collection
3
3
  include Model
4
-
4
+
5
5
  ATTRS_MAP = {
6
6
  :id => "seriesid",
7
7
  :api_id => "id",
8
+ :alias => "AliasNames",
8
9
  :banner => "banner",
9
10
  :first_aired => "FirstAired",
10
11
  :imdb_id => "IMDB_ID",
11
12
  :name => "SeriesName",
13
+ :network => "Network",
12
14
  :language => "language",
13
15
  :overview => "Overview",
14
16
  :zap2it_id => "zap2it_id"
@@ -17,4 +19,4 @@ module TheTvDB
17
19
  attr_accessor *ATTRS_MAP.keys
18
20
 
19
21
  end # Series::Collection
20
- end # TheTvDB
22
+ end # TheTvDB
@@ -26,7 +26,6 @@ module TheTvDB
26
26
  :poster => "poster",
27
27
  :series_id => "SeriesID",
28
28
  :series_name => "SeriesName",
29
- :alias_names => "AliasNames",
30
29
  :status => "Status",
31
30
  :zap2it_id => "zap2it_id"
32
31
  }.freeze
@@ -1,3 +1,3 @@
1
1
  module TheTvDB
2
- VERSION = "0.0.8"
2
+ VERSION = "0.0.9"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: the_tv_db
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.8
4
+ version: 0.0.9
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: