Squirreler 1.0.1 → 1.0.2
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/README.md +4 -2
- data/lib/Squirreler.rb +1 -3
- data/lib/Squirreler/version.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 41c7de1ab29d0f0da2087dd6e8c99e2b233718bc
|
4
|
+
data.tar.gz: 43e5115738a6845b5c41d60b39c545fc45fe8e24
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: c199c3be2f4d77ce509072c68a83cc91bb013096cbf42c93e575369bf8b3df05228e82128aa4b445d8c6c298984a6eebb11c9f20c038b10599195f231325854b
|
7
|
+
data.tar.gz: b0403553866ca0627afd36f20f8ab064bd865d573948778783d25ddc628f58ecb1ee02570312ed17a0df844c28f3a01f22ac7c036482c9193de486847c464281
|
data/README.md
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
# Squirreler
|
2
2
|
|
3
|
-
A Very Simple Ruby gem that prints an ASCII Squirrel to the console.
|
3
|
+
A Very Simple Ruby gem that prints an ASCII Squirrel to the console. It's wonderful.
|
4
4
|
|
5
5
|
## Installation
|
6
6
|
|
@@ -20,7 +20,9 @@ Or install it yourself as:
|
|
20
20
|
|
21
21
|
## Usage
|
22
22
|
|
23
|
-
|
23
|
+
First you need to require 'Squirreler' at the top of your ruby file
|
24
|
+
|
25
|
+
There are two methods in this gem: print_squirrel (prints the squirrel once) and spam_squirrels(num) which takes an argument and prints the squirrel that many times to your console.
|
24
26
|
|
25
27
|
## Contributing
|
26
28
|
|
data/lib/Squirreler.rb
CHANGED
data/lib/Squirreler/version.rb
CHANGED