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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: ad05f66b107ff865594720d815abd414455cda01
4
- data.tar.gz: d5f6ada53179892c572163881ba1058fbc2834a9
3
+ metadata.gz: 41c7de1ab29d0f0da2087dd6e8c99e2b233718bc
4
+ data.tar.gz: 43e5115738a6845b5c41d60b39c545fc45fe8e24
5
5
  SHA512:
6
- metadata.gz: 2cd266bbda4f353213d5b55988350eddf1a2273712447ea102df935e85499a38627946b4e03145275fefac05e24986bfd1c350255fda8b7bdaa81d9ab956ed15
7
- data.tar.gz: 5e391aa63f19f0ba353d17e8953b4602365e6a13d6227c077232a2057c36b85ab986e7ecde9ecca92452caeebb38263947745b4a52e6e976453d19a20dab5ff1
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
- TODO: Write usage instructions here
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
 
@@ -46,10 +46,8 @@ module Squirreler
46
46
  end
47
47
  end
48
48
 
49
- private
50
-
51
49
  def clear_screen
52
50
  print "\e[2J"
53
- print "\e[H"
51
+ print "\e[H"
54
52
  end
55
53
  end
@@ -1,3 +1,3 @@
1
1
  module Squirreler
2
- VERSION = "1.0.1"
2
+ VERSION = "1.0.2"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: Squirreler
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.1
4
+ version: 1.0.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Elliott Young