mars_rover_will_gem 0.1.0 → 0.2.0

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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 5496fa4d41e2947fad303345bc993abbf56941d3
4
- data.tar.gz: a02e1b214905375a62b9ed7316813252ff8094c5
3
+ metadata.gz: 6de553b59fb7882e8edcbee958eb4e79921436d0
4
+ data.tar.gz: b3c531ed0063600a4d388526035e4143a0dbd5da
5
5
  SHA512:
6
- metadata.gz: f4b98d6aee56fc0cb65e95a2f01e2089ea3b456e14745614a38f6911b2431ad24275294cbf09e59265fa8378f5e5f0a1f06d87b5c13b3b889987b393de9e222e
7
- data.tar.gz: 556ec0823b7a21413e4d06dfb3595f87c9a6d93ac30e222d6fd0709b6315da6d8a6a8c4c67b349685e5efda5c4f7cc026de01ad69fb015c2e3d8e1d610c795fb
6
+ metadata.gz: 8120c6612a450fca0317f36ef92df88f7b5c1be704d964377eece47f4e3edcfe4616f1c6b24f56e5137d6a902ed4558d3f0c0967cc90fb4fdaeda19474511321
7
+ data.tar.gz: 7928c3906792e88b3e2140ff4ce257ccdcc9d405622b1ef9ff392f8fee2b7600ef1772d5d96ee1e2dc1f4c16108dc317aeb8e2b383184ef55a602bcda1194dff
data/README.md CHANGED
@@ -1,39 +1,10 @@
1
1
  # MarsRoverWillGem
2
2
 
3
- Welcome to your new gem! In this directory, you'll find the files you need to be able to package up your Ruby library into a gem. Put your Ruby code in the file `lib/mars_rover_will_gem`. To experiment with that code, run `bin/console` for an interactive prompt.
4
-
5
- TODO: Delete this and the text above, and describe your gem
3
+ Comprehensive readme will follow. But yeah... this is just an effin rover...
6
4
 
7
5
  ## Installation
8
6
 
9
- Add this line to your application's Gemfile:
10
-
11
- ```ruby
12
- gem 'mars_rover_will_gem'
13
- ```
14
-
15
- And then execute:
16
-
17
- $ bundle
18
-
19
- Or install it yourself as:
20
-
21
- $ gem install mars_rover_will_gem
22
-
23
- ## Usage
24
-
25
- TODO: Write usage instructions here
26
-
27
7
  ## Development
28
8
 
29
- After checking out the repo, run `bin/setup` to install dependencies. Then, run `bin/console` for an interactive prompt that will allow you to experiment.
30
-
31
- To install this gem onto your local machine, run `bundle exec rake install`. To release a new version, update the version number in `version.rb`, and then run `bundle exec rake release` to create a git tag for the version, push git commits and tags, and push the `.gem` file to [rubygems.org](https://rubygems.org).
32
-
33
9
  ## Contributing
34
10
 
35
- 1. Fork it ( https://github.com/[my-github-username]/mars_rover_will_gem/fork )
36
- 2. Create your feature branch (`git checkout -b my-new-feature`)
37
- 3. Commit your changes (`git commit -am 'Add some feature'`)
38
- 4. Push to the branch (`git push origin my-new-feature`)
39
- 5. Create a new Pull Request
@@ -1,3 +1,3 @@
1
1
  module MarsRoverWillGem
2
- VERSION = "0.1.0"
2
+ VERSION = "0.2.0"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: mars_rover_will_gem
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
4
+ version: 0.2.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Wilhelm Uschtrin