where_to 0.9.2 → 0.9.3

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,15 +1,15 @@
1
1
  ---
2
2
  !binary "U0hBMQ==":
3
3
  metadata.gz: !binary |-
4
- MDc2MDg4YmU3ZmVjMDY5ZTRkMzYwZDhiNTYzNzI3ZDU0YTA4YmFjZQ==
4
+ NGU1YWFkNTIxNTJiYTkwMWZlNzVjMGZlMDBhODA1ZjVkOTIxMTU5Zg==
5
5
  data.tar.gz: !binary |-
6
- YzkzODBiYTRmODBmZTkyM2NhMjM2MDEyYzAzM2UzNjY5MTdjYzBhNA==
6
+ ZTY2YTkzMTQ2YjhmYWYyNmE0MWIyYjg2OTkxZjkxNzBhODYyNDhlZA==
7
7
  SHA512:
8
8
  metadata.gz: !binary |-
9
- YjE1NjUyNzA3YzRkNjBhYWE1MTg1NjRlMjM4NzU2NjJjMThmMmQyODA3MzFh
10
- NGYxZGUyODY4MGY2Nzc1ZjRkMjI5MDFkM2NiMWZkNjQ1ZDQ2ODg0ZWNjNjI3
11
- NGI1Njc2MmU2YTZiMTE1YzRkY2U3NTgyMzRmOWI0NjE0ZGVjZDc=
9
+ MzZkYTc2Y2U4ZDI1ZjI0NTQ2MTNlZGI2MTZlZjJmNmVhOTdhZWU2ZTlmOWI2
10
+ ZGI1YjJjMGQxNGJlODYwN2Q1NWY1ZjlmOWEzMGFhZjIyZDJmNTAwNDJlOGQ1
11
+ ZDM0NmE4NGRjMTA2MmE1YTBhOGI0OWM5ZGYyMTA5OTMxOTliZmQ=
12
12
  data.tar.gz: !binary |-
13
- ZmRiZjkyNmVjMmZmNDhiZTRlYTMzYjEzNTEzOGJmNWE4ODk2MzY5MzdjOTI4
14
- ZWNlMDkyOWE4Yjc2NzhjNDNhNGIyNGU0ZWZiNzc5Njk4MmVhNjk5ZjMyMDQ1
15
- ZmE5Y2I5MzBiZTIzYmMyYzUxYTY2MGIzODdmYzdiYTczNmJkZmQ=
13
+ NmYxN2IyOWYwNDJkYTY4ZjRlMTVmZjM3NjRiYTE4ZWFlYjUxZDA3ODNhZjBm
14
+ YzkxYzM2ZDIxODYxOWNhNzU4YjNlNjg1ZGVjMzMwNTVmZmE4NjQ4OTM3ZTQw
15
+ ZTA3OGJiYzdiYTExMmJmYmZjZDI2MWMxMWZkYTgxZDc0MjRjNzE=
@@ -1,3 +1,3 @@
1
1
  module WhereTo
2
- VERSION = "0.9.2"
2
+ VERSION = "0.9.3"
3
3
  end
data/lib/where_to.rb CHANGED
@@ -2,6 +2,7 @@ require 'where_to/version'
2
2
  require 'where_to/locator'
3
3
  require 'where_to/location'
4
4
  require 'where_to/configuration'
5
+ require 'where_to/episode_formatter'
5
6
  require 'where_to/tvdb'
6
7
 
7
8
  module WhereTo
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: where_to
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.9.2
4
+ version: 0.9.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Justin Toniazzo