lib/geordi/commands/eurest.rb in geordi-2.12.3 vs lib/geordi/commands/eurest.rb in geordi-3.0.0
- old
+ new
@@ -1,4 +1,4 @@
-desc 'eurest', 'Open the current Eurest cantina menu', :hide => true
+desc 'eurest', 'Open the current Eurest cantina menu', hide: true
def eurest
- Util.system! %{file="Speiseplan_KW`date +%V`.pdf" && wget -O/tmp/$file http://www.eurest-extranet.de/eurest/export/sites/default/sigma-technopark/de/downloads/$file && xdg-open /tmp/$file}
+ Util.system! %(file="Speiseplan_KW`date +%V`.pdf" && wget -O/tmp/$file http://www.eurest-extranet.de/eurest/export/sites/default/sigma-technopark/de/downloads/$file && xdg-open /tmp/$file)
end