script/pug.rb in boty-0.0.12 vs script/pug.rb in boty-0.0.13
- old
+ new
@@ -1,5 +1,5 @@
-desc I18n.t "scripts.pug_me"
+desc "pug me", I18n.t("scripts.pug_me")
respond(/pug me/i) do
response = JSON.parse Net::HTTP.get(URI "http://pugme.herokuapp.com/random")
say "<#{response["pug"]}>"
end