mars-rover 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/README.md +2 -2
- data/mars-rover.gemspec +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: 51a8f456b005d4b9941750115e43230277619a74
|
|
4
|
+
data.tar.gz: 51e48c3f86ff4ef7e878616ab3bb20da48281e50
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: c7a67b6852b7a4f83e066d3c8865206d3ebde84b76c5b36362f087988651bab2fe48348150835e588c0d42ff12d41f1d43fad1032677d088520a3dc84ee74a75
|
|
7
|
+
data.tar.gz: fde2b425ec7bd911f99885918b4d844ac543e1c41b9d62294f2f7edc618e20e686da26a5ac680d9a4007e060532ff2d04cdf2bf81493ddd4c02b375f9f9f078c
|
data/README.md
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
# Mars::Rover
|
|
2
2
|
|
|
3
|
-
|
|
3
|
+
This Gem is one solution to the Mars Rover Challenge
|
|
4
4
|
|
|
5
5
|
## Installation
|
|
6
6
|
|
|
@@ -24,7 +24,7 @@ TODO: Write usage instructions here
|
|
|
24
24
|
|
|
25
25
|
## Contributing
|
|
26
26
|
|
|
27
|
-
1. Fork it ( https://github.com/
|
|
27
|
+
1. Fork it ( https://github.com/dwanjuhi1/mars-rover/fork )
|
|
28
28
|
2. Create your feature branch (`git checkout -b my-new-feature`)
|
|
29
29
|
3. Commit your changes (`git commit -am 'Add some feature'`)
|
|
30
30
|
4. Push to the branch (`git push origin my-new-feature`)
|
data/mars-rover.gemspec
CHANGED
|
@@ -5,7 +5,7 @@ require 'mars/rover/version'
|
|
|
5
5
|
|
|
6
6
|
Gem::Specification.new do |spec|
|
|
7
7
|
spec.name = "mars-rover"
|
|
8
|
-
spec.version = "0.0.
|
|
8
|
+
spec.version = "0.0.2"
|
|
9
9
|
spec.authors = ["dwanjuhi1"]
|
|
10
10
|
spec.email = ["dwanjuhi@alueducation.com"]
|
|
11
11
|
spec.summary = %q{This addresses the Mars Rover Problem}
|