awkward_turtle 0.0.1 → 0.0.2
Sign up to get free protection for your applications and to get access to all the features.
- data/lib/awkward_turtle.rb +1 -2
- metadata +3 -3
data/lib/awkward_turtle.rb
CHANGED
@@ -20,8 +20,7 @@ class AwkwardTurtle
|
|
20
20
|
"" ""
|
21
21
|
}
|
22
22
|
|
23
|
-
#
|
24
|
-
# with your shell, especially on Windows.
|
23
|
+
# Animates the turtle in the shell
|
25
24
|
def self.animate
|
26
25
|
interrupted = false
|
27
26
|
trap("INT") {interrupted = true}
|
metadata
CHANGED
@@ -1,13 +1,13 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: awkward_turtle
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
hash:
|
4
|
+
hash: 27
|
5
5
|
prerelease:
|
6
6
|
segments:
|
7
7
|
- 0
|
8
8
|
- 0
|
9
|
-
-
|
10
|
-
version: 0.0.
|
9
|
+
- 2
|
10
|
+
version: 0.0.2
|
11
11
|
platform: ruby
|
12
12
|
authors:
|
13
13
|
- Matthew Swain
|