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.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +2 -2
  3. data/mars-rover.gemspec +1 -1
  4. metadata +1 -1
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 96d6165aa0b1da45ba955465e73becc7b70fd3b6
4
- data.tar.gz: a48b675d925266076a0c47bf401245884ba3aa61
3
+ metadata.gz: 51a8f456b005d4b9941750115e43230277619a74
4
+ data.tar.gz: 51e48c3f86ff4ef7e878616ab3bb20da48281e50
5
5
  SHA512:
6
- metadata.gz: 60311fd263f49e269fb403dc8d0e356a164215d26a2b041a50fa4cd241cbdea98054b373b53094bffa484ef7ea3890036a1c329c31cbfa52245da7e91b05e5a1
7
- data.tar.gz: b3f24135fdc172f83b6155eec5f4df75c3d7dd18838f81642c3669046b01327ccaab025ae4a4351083ddcac34d410c6798c98d67381a71569fb2456925730719
6
+ metadata.gz: c7a67b6852b7a4f83e066d3c8865206d3ebde84b76c5b36362f087988651bab2fe48348150835e588c0d42ff12d41f1d43fad1032677d088520a3dc84ee74a75
7
+ data.tar.gz: fde2b425ec7bd911f99885918b4d844ac543e1c41b9d62294f2f7edc618e20e686da26a5ac680d9a4007e060532ff2d04cdf2bf81493ddd4c02b375f9f9f078c
data/README.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # Mars::Rover
2
2
 
3
- TODO: Write a gem description
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/[my-github-username]/mars-rover/fork )
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`)
@@ -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.1"
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}
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: mars-rover
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.1
4
+ version: 0.0.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - dwanjuhi1