lazyportal 0.0.3 → 0.0.4
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.
- data/lib/lazyportal/tasks.rake +9 -3
- data/lib/lazyportal.rb +1 -1
- metadata +1 -1
data/lib/lazyportal/tasks.rake
CHANGED
|
@@ -1,4 +1,10 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
puts
|
|
1
|
+
task :lazy do
|
|
2
|
+
puts ' _ ____ ____ _ _ _____ ____ ____ '
|
|
3
|
+
puts ' / \ / _ \/_ \/ \/ \ /|/ __// ___\/ ___\ '
|
|
4
|
+
puts ' | | | / \| / /| || |\ ||| \ | \| \ '
|
|
5
|
+
puts ' | |_/\| |-||/ /_| || | \||| /_ \___ |\___ | '
|
|
6
|
+
puts ' \____/\_/ \|\____/\_/\_/ \|\____/\____/\____/ '
|
|
7
|
+
puts ''
|
|
8
|
+
puts ' "The quality that makes you go to great effort '
|
|
9
|
+
puts ' to reduce overall energy expenditure."'
|
|
4
10
|
end
|
data/lib/lazyportal.rb
CHANGED