descartes 0.5 → 0.5.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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 8007c7670b73ac62de69d1046a7d2cf93649cbca
4
- data.tar.gz: cd33eec7db80da9f90ff4298ed9ae347c228ce7b
3
+ metadata.gz: 70d53614c92aa0c985b2c8514d8359beaf5a7570
4
+ data.tar.gz: 220a70fb3ddbec37db16359468e811e157b5a0ef
5
5
  SHA512:
6
- metadata.gz: 2d0ca5fb226de0c31e5be57dc44af409c7394ef44fc4aeba74b52564331194770575e323917784feb87a3e055cae8e2ec71f7f82cb80c8f1377e724793dc1220
7
- data.tar.gz: fbb40197d86f6cbf87d7ade09c736df4ee4c72cf9cb2bb6f9e87afe02aa6064e3c68a5215d514b7668a23be6367c4ebdc7b6258f01cdb87d4b6f1ec107cbfb76
6
+ metadata.gz: c224bd942027a29b915a3b4717514ab51cbd609163a14c3e3240aab7db3e50fff04af43189c02d330d35c88c5cb19975d3339addb4736f5999c5d19d550f229e
7
+ data.tar.gz: c9ddbc0adc6a755d5a68a7dd38ed30bd096f410658c4df4121b63cd9653c90ffa182c5287e93c602d5b605f461cdbb560d763e9bb52d7246abd792135b621dd6
@@ -21,8 +21,8 @@ class Descartes
21
21
 
22
22
  def execute(m, keyword, n_ep)
23
23
  host = get_host 'pigro.txt'
24
- series = Assonnato::Show.new(host, :json).search! keyword
25
- episodes = Assonnato::Episode.new host, :json
24
+ series = Assonnato::Show.new(host).search! keyword
25
+ episodes = Assonnato::Episode.new host
26
26
 
27
27
  if series.empty?
28
28
  m.reply 'Series not found'
@@ -14,6 +14,6 @@
14
14
 
15
15
  class Descartes
16
16
  def self.version
17
- '0.5'
17
+ '0.5.1'
18
18
  end
19
19
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: descartes
3
3
  version: !ruby/object:Gem::Version
4
- version: '0.5'
4
+ version: 0.5.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Giovanni Capuano