rubytext 0.0.56 → 0.0.57
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.
- checksums.yaml +4 -4
- data/README.md +3 -0
- data/examples/showme.rb +1 -1
- data/lib/version.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 1888d387b543f386818ca4fd75323894e5fd1af7f12396d6ef3875a8d6fccabf
|
4
|
+
data.tar.gz: 8af625e8c83e8c63d7f11b37ae3d06af413e7ee7e4a021a848fa21e0a60fa6ac
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: a668d934883bb8586b3eeb44af7cfe092ec2a90b668910413992dab4e27f32c84a3e3302cf517f3a6b59ab6287ba113446d1e448de8c76acd1ca683b620df8c7
|
7
|
+
data.tar.gz: 7d6fd2b457677a5f6618412c58b020dfbfeafbabcda27a6d26cbdf2b9a88364efbec5b1074081462e12a4dfc92a9a14b1b3c365963b6a19b648cc6fc190bce0d
|
data/README.md
CHANGED
data/examples/showme.rb
CHANGED
@@ -30,7 +30,7 @@ end
|
|
30
30
|
def check_window
|
31
31
|
if @rmax < 25 || @cmax < 80
|
32
32
|
puts "\n Your window should be 25x80 or larger,"
|
33
|
-
puts " but this one is only #{rmax}x#{cmax}."
|
33
|
+
puts " but this one is only #{@rmax}x#{@cmax}."
|
34
34
|
puts " Please resize and run again!"
|
35
35
|
getch
|
36
36
|
exit 1
|
data/lib/version.rb
CHANGED