descartes 0.6 → 0.6.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: 2e04a1ec3c104c6178834d8bad31f6ec3541c597
4
- data.tar.gz: 9bdddb1230425c304deccef0b14d110da7668242
3
+ metadata.gz: ff8db64699a6676ce3982d54a9e60e31f6f54a98
4
+ data.tar.gz: 351c0bb848c158f0eabfd92c29e3cbbbc48f83f4
5
5
  SHA512:
6
- metadata.gz: 0a295fdbfba13164bb72c8293af021768bba17fbd141b78209077d8f05d29b06429edea339e5aed711fef3301263c298e051dc9bc9baf7bdfcf5cea394c6053b
7
- data.tar.gz: 0e91e0ec5413b90a72b5abafb30b256e0795656d6f2c6d99b5dfc8139654307637e5392661704d254b2c88e5cc0d9d80d8cb1088c4c8a8497ad59782fa15cc20
6
+ metadata.gz: c92a0c26639ef84f5960c15d39f8c15b85444c03631176c4aefdcc5ff2b9dac4ec15b4e967a4f6047ae5c2152cdea8401a4b4a715f6660f8d9097dcef936a84a
7
+ data.tar.gz: 3617a568cf75e78755835c5cbed9f58068d84f60b97c2a851935a7f330e267af22cd25e960caa4ba86ac5bf9a745e1b23cdc65b392960c424195f9246bdf3762
@@ -39,7 +39,7 @@ class Descartes
39
39
  show = shows.get!(s.name).first
40
40
 
41
41
  if n_ep.nil?
42
- m.reply "#{show.name.colorize} (#{show.status} series of #{show.tot_episodes} episodes airing #{show.airing})"
42
+ m.reply "[#{show.fansub}] #{show.name.colorize} (#{show.status} series of #{show.tot_episodes} episodes airing #{show.airing})"
43
43
  m.reply ''.tap { |staff|
44
44
  {
45
45
  :Translator => show.translator,
@@ -14,6 +14,6 @@
14
14
 
15
15
  class Descartes
16
16
  def self.version
17
- '0.6'
17
+ '0.6.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.6'
4
+ version: 0.6.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Giovanni Capuano