ShapesRB 1.0.6 → 1.0.6.1

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 +1 -5
  3. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 669e7abc378dd4187d8b12d17d30553f62b656c73fe3e88c95f63c10b3691b4b
4
- data.tar.gz: f2ae29305e4bd33a6608d2bc436d7b41cbc8d382795470511cd7bbdd133bb1c9
3
+ metadata.gz: b266bba47990346aa30fdccc56d6012238321e83a121af86063dc5b45127b03e
4
+ data.tar.gz: 16b0f8950a5cf45bbbadcb7cca70bb046ce1fc9a3c276bbaea20179b53367722
5
5
  SHA512:
6
- metadata.gz: a1a3c2e261fb64d1b94cb0d7a90e89c63e86710c1059c55fc15e77ea48094389e490a9edb30343b643e28b13d94e25ce95d77bea788729ca9ecc8aa37b0db89a
7
- data.tar.gz: 911a28301e0c3c157bd7e42f34cc0ddda49e1429918131b7d896a51e0105e67823584534ed06b9f06edde3bab8d1467909611c6d2221f9df36dbaac62220f310
6
+ metadata.gz: 8879119b11d7d9ef4154d180da7931d72f2f7ddaacab8633281458626c456d167f7c46b185427ed37d31dddab2d9a85b05cbb6cc7d7168c0a411d6d15828d37a
7
+ data.tar.gz: 0a7696737bc9e74c3e0eeb2a611808aa85762b94b60dbce8822c5ac775af31f6a404bdb4199c5ed75672d5b961a98d3c32700ca9f7ad72402833b2be59418f2a
@@ -42,10 +42,6 @@ class Shapes
42
42
  end
43
43
 
44
44
  def self.LINE(len)
45
- x = 0
46
- while x > len
47
- puts "|"
48
- x += 1
49
- end
45
+ puts "|"
50
46
  end
51
47
  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.6
4
+ version: 1.0.6.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Okistuff
@@ -11,7 +11,7 @@ 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.6
14
+ Gems. Please star the project on github. https://github.com/OkiStuff/ShapesRB 1.0.6.1
15
15
  Updates: FIXING LINE'
16
16
  email: okistuffyt@gmail.com
17
17
  executables: []