where_to_cli 0.1.9 → 0.1.10

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
- MGViMDEwZTA0ODgzNjc4YzFmNjFiYTRlN2Q1MmIwZGViMGMyODIxNA==
4
+ ZTViMWFhOTdmYmQ3ZTNmZThlMGE5YmFjYWUzZDNlYmM2ZjY1YjYzNg==
5
5
  data.tar.gz: !binary |-
6
- NTMyOTRjMGFmNjY1NDE2OTA1MzIwOTBmN2E4MTNhMjVmOWE5NDk0Mg==
6
+ OWM3YTE4NDc4OTNmMjc2MTE3YjE0YjEyOWMyOTYwMjA2NjFiODYzNQ==
7
7
  SHA512:
8
8
  metadata.gz: !binary |-
9
- MDIzY2E0NDk2Y2FiYzc5N2VlODhlMDhkM2I5ZDc3NmI3YTA3MDg3ZTM4ZTFk
10
- OTAxOGZhM2JiN2VhNjYwM2RiZjRlZWU0ZDUxZWVmYzVmNjYyYTk1NjdlM2E5
11
- MGYyNmU2ZGZiN2I5Zjg3YTY1ODM5YTU2MjdlYWZiYzVhNjc5MGU=
9
+ YmUzMTc5NjJiYTEzMmUyZGZhYTkwM2Q0Nzg3ODVhYTcyZTkwM2QwM2I0MzEy
10
+ YTU1NzdlNmViZTVmM2I5Yzc2NmE0YTEzZjc3NDEzZjUyNzBmNTgyMzA4YWVj
11
+ M2I2MTExMmM2NmMyMjViYjM2ZmM0OThlZjg2ZWQzYWM2NjhjNzk=
12
12
  data.tar.gz: !binary |-
13
- NjA2OWUzMWRhM2IxZWQxNTkzN2VkZGRiYjM2OWFhODA4YTJkMWVmMmQwZmFi
14
- OTY2MjA3OWIzNzIzZjVlNGRjYzAyODYzYWEwYmIwMTZlNmFmYWMwZGQyMGRm
15
- OGJiYWViYzQ2MzFiMzA1MzA0N2QxNWMwYjRmMjVhNGNhMTlmZDI=
13
+ ZTM0ZmRjZjM1ZGY3YzZkZWI0MjgzNzhjYWQ3NzUxMDY2NGRmNThhMTg1MWU1
14
+ ODVhY2FmYTY5NTg0ZGI4OWJmYzM3YTJhODA1Y2E0OGQyMDI5ZTQ0MTFmZTRj
15
+ OTEwYWJkZGI2OTgyM2FjYjNhZTM5ZTU2Yjk4OTFlZjA5MmUxMTc=
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- where_to_cli (0.1.9)
4
+ where_to_cli (0.1.10)
5
5
  gli (= 2.13.1)
6
6
  where_to (~> 0.9.0, >= 0.9)
7
7
 
@@ -21,18 +21,18 @@ GEM
21
21
  rspec-core (~> 3.3.0)
22
22
  rspec-expectations (~> 3.3.0)
23
23
  rspec-mocks (~> 3.3.0)
24
- rspec-core (3.3.0)
24
+ rspec-core (3.3.1)
25
25
  rspec-support (~> 3.3.0)
26
26
  rspec-expectations (3.3.0)
27
27
  diff-lcs (>= 1.2.0, < 2.0)
28
28
  rspec-support (~> 3.3.0)
29
- rspec-mocks (3.3.0)
29
+ rspec-mocks (3.3.1)
30
30
  diff-lcs (>= 1.2.0, < 2.0)
31
31
  rspec-support (~> 3.3.0)
32
32
  rspec-support (3.3.0)
33
33
  tvdb_party (0.8.1)
34
34
  httparty (>= 0.6.1)
35
- where_to (0.9.5)
35
+ where_to (0.9.6)
36
36
  tvdb_party (~> 0.8.0)
37
37
 
38
38
  PLATFORMS
@@ -1,3 +1,3 @@
1
1
  module WhereToCli
2
- VERSION = '0.1.9'
2
+ VERSION = '0.1.10'
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: where_to_cli
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.9
4
+ version: 0.1.10
5
5
  platform: ruby
6
6
  authors:
7
7
  - Justin Toniazzo