ShapesRB 1.0.5 → 1.0.6

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.
Files changed (3) hide show
  1. checksums.yaml +4 -4
  2. data/lib/shapesrb.rb +4 -4
  3. metadata +3 -3
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: bd92603d2c1392d626ae93e972a0355ad1d943edfb6411424316361330ad7f9f
4
- data.tar.gz: 9b07284462d6b7a92a47e7d22ef3818672be21f1a376eb638dffe6ef1f67aeb8
3
+ metadata.gz: 669e7abc378dd4187d8b12d17d30553f62b656c73fe3e88c95f63c10b3691b4b
4
+ data.tar.gz: f2ae29305e4bd33a6608d2bc436d7b41cbc8d382795470511cd7bbdd133bb1c9
5
5
  SHA512:
6
- metadata.gz: 6c207b9d6811fa83e66e255aaca54c0d8078abab15a69561d2662e1a3c7dbcad86cbe0c1508760c6f1766c693c00f6b68897c7a770696fc0278b6716b34f8753
7
- data.tar.gz: a9e0d9d1e7dc7dcd867b7958fce086a9c21e9e20dece2e5a1973ba7081c0c7e59904464a26eea2f4ebfdbee66bf6c4e2a7de4904d20a691cb255115932a872f6
6
+ metadata.gz: a1a3c2e261fb64d1b94cb0d7a90e89c63e86710c1059c55fc15e77ea48094389e490a9edb30343b643e28b13d94e25ce95d77bea788729ca9ecc8aa37b0db89a
7
+ data.tar.gz: 911a28301e0c3c157bd7e42f34cc0ddda49e1429918131b7d896a51e0105e67823584534ed06b9f06edde3bab8d1467909611c6d2221f9df36dbaac62220f310
@@ -42,10 +42,10 @@ class Shapes
42
42
  end
43
43
 
44
44
  def self.LINE(len)
45
- for x in len do
45
+ x = 0
46
+ while x > len
46
47
  puts "|"
47
- x++
48
+ x += 1
48
49
  end
49
50
  end
50
-
51
- end
51
+ end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: ShapesRB
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.5
4
+ version: 1.0.6
5
5
  platform: ruby
6
6
  authors:
7
7
  - Okistuff
@@ -11,8 +11,8 @@ cert_chain: []
11
11
  date: 2020-07-06 00:00:00.000000000 Z
12
12
  dependencies: []
13
13
  description: 'A gem for adding Shapes to your project. ShapesRB is a easy-to-use Ruby
14
- Gems. Please star the project on github. https://github.com/OkiStuff/ShapesRB 1.0.5
15
- Updates: Added LINE'
14
+ Gems. Please star the project on github. https://github.com/OkiStuff/ShapesRB 1.0.6
15
+ Updates: FIXING LINE'
16
16
  email: okistuffyt@gmail.com
17
17
  executables: []
18
18
  extensions: []