robotoy 0.1.0 → 0.1.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.
- checksums.yaml +4 -4
- data/README.md +1 -0
- data/lib/robotoy/table.rb +1 -1
- data/lib/robotoy/version.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: e015d7a1849e976032c2453442cf3a2fb7327e39
|
4
|
+
data.tar.gz: e1b6006195be27a9df41cc675a4e7b9d4d6ce6dd
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 4d173d6760d33fe53360232e7a1ad0f7a830f7cd7885edf5f7cc5fbf18bb55a31add87fcb86e89bb4eafce004f9d7b6e64813136cb36132a85706c68fc680ba7
|
7
|
+
data.tar.gz: 6118bc48896fb978a83a245d7b7c3f3cd82481d55e4124f39a238ad2350d13e24d03618277757045ccfdff1d8da7568bdcfd3debecaaf069ed67323dfb2e8ef5
|
data/README.md
CHANGED
@@ -1,4 +1,5 @@
|
|
1
1
|
[](https://travis-ci.org/hosseintoussi/robotoy)
|
2
|
+
[](https://badge.fury.io/rb/robotoy)
|
2
3
|
# Robotoy
|
3
4
|
- The application is a simulation of a toy robot moving on a square tabletop, of dimensions 5 units x 5 units.
|
4
5
|
- There are no other obstructions on the table surface.
|
data/lib/robotoy/table.rb
CHANGED
data/lib/robotoy/version.rb
CHANGED