Mars_Rover_keval 0.0.1 → 0.0.2
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/Mars_Rover_keval.gemspec +1 -1
- data/README.md +2 -2
- 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: b463518ba90e17b699fc449c42f5c92fd6c29325
|
|
4
|
+
data.tar.gz: c1072c6e3d30b630118c8c4abd2d62da5832abdf
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: d40e20515bd965ec78fadb625497693c7369688b2aae97c41185dbb62e3a6294b283313bfb9bdc111696e46ff5749fd10efb46dfce2173cced08e3f519ced2c6
|
|
7
|
+
data.tar.gz: 88c4615af123e35ce41249b2817bd97692efa841eb4173b3b6db532e44f98d03ee55d6c25a99e0678f7067f896740e136e6f7e3cb1b1d4201d7d0b41edd90ae8
|
data/Mars_Rover_keval.gemspec
CHANGED
data/README.md
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
# MarsRoverKeval
|
|
2
2
|
|
|
3
|
-
TODO:
|
|
3
|
+
TODO: Mars Rover - Create rovers using this gem and solve the mars-rover challenge
|
|
4
4
|
|
|
5
5
|
## Installation
|
|
6
6
|
|
|
@@ -20,7 +20,7 @@ Or install it yourself as:
|
|
|
20
20
|
|
|
21
21
|
## Usage
|
|
22
22
|
|
|
23
|
-
TODO:
|
|
23
|
+
TODO: Enter the values of the x-coordinate, y-coordinate and the direction facing. Also insert the process by selecting L,R and M
|
|
24
24
|
|
|
25
25
|
## Contributing
|
|
26
26
|
|