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.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/Mars_Rover_keval.gemspec +1 -1
  3. data/README.md +2 -2
  4. metadata +1 -1
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: f9cb41cf43b60bdf67223e62fed413e2e82f8dba
4
- data.tar.gz: c170cbcd8f86389c7d9a20b223d374d3e6904774
3
+ metadata.gz: b463518ba90e17b699fc449c42f5c92fd6c29325
4
+ data.tar.gz: c1072c6e3d30b630118c8c4abd2d62da5832abdf
5
5
  SHA512:
6
- metadata.gz: 4949fbdd93011920e82cde397bb8d2711b62f530f64c789e3dae16a4556e9a6f47685970b946e71fb8a661cd5f994fb985c7cc4aa14e5e913dc88fbd607da4f4
7
- data.tar.gz: c576166932553dcc3d5a93cc3b2727b3cef53ad262aa89c88599522b2e1b0b9fd5f7c848655bb34a709c710eadc988c03b6878c8fd1a31b4353d07fda7f4fbad
6
+ metadata.gz: d40e20515bd965ec78fadb625497693c7369688b2aae97c41185dbb62e3a6294b283313bfb9bdc111696e46ff5749fd10efb46dfce2173cced08e3f519ced2c6
7
+ data.tar.gz: 88c4615af123e35ce41249b2817bd97692efa841eb4173b3b6db532e44f98d03ee55d6c25a99e0678f7067f896740e136e6f7e3cb1b1d4201d7d0b41edd90ae8
@@ -5,7 +5,7 @@ require 'Mars_Rover_keval/version'
5
5
 
6
6
  Gem::Specification.new do |spec|
7
7
  spec.name = "Mars_Rover_keval"
8
- spec.version = '0.0.1'
8
+ spec.version = '0.0.2'
9
9
  spec.authors = ["kevalsha"]
10
10
  spec.email = ["kevalsha@gmail.com"]
11
11
  spec.summary = %q{A mars rover gem}
data/README.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # MarsRoverKeval
2
2
 
3
- TODO: Write a gem description
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: Write usage instructions here
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
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: Mars_Rover_keval
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
  - kevalsha