my_toy_robot 0.1.1 → 0.1.2

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 89f03bf767c58d69de55268bb59f07c7f4fd5f6468a1ce7e8116b471c7cab045
4
- data.tar.gz: 201d7bb8ea6a7d08a8224fd77f109e0b264a6fcf0d0774153f894768a831f9be
3
+ metadata.gz: 0e77e52470611d8a3b2cd7f264f6560bf3fb8903355c929bcf245d18ae0d3418
4
+ data.tar.gz: 37833ff50ceabf530403fd9be29764fb6a6494b585ca4b0a979e2e7d08bcbc0d
5
5
  SHA512:
6
- metadata.gz: 7a0ff8d0232e481a64089433acecaffbc5a1c3261267db6d9d2eb41abf8092e69f44803aae0cde7fb2bdc9c0fcbaa24b3c37f67462402743f7317812fcdbe87b
7
- data.tar.gz: 88805558a43abeaceaeeb599040f284e2e42af523065f76396a3a2948772e638d0d643ad6f10cb1af6301b501662c933252d554a23bb4188afff2a1d5d6f817f
6
+ metadata.gz: 4a95405c90290e896a46d655d1b5cf22e021ca9dfdc4a8a73dd0ba842d7b99116f2b5583d513bc2b760f0c3c11a3ea92dbef424419219c30136c4a8df4ce6db1
7
+ data.tar.gz: 2fc708ad8dfb2c7c044b7806f4fc6650efce6c1c2d5e495f15ed56835090325274cbafbbf5a47ff79719da072e32077050cac9353cb5423493dd2d4a3c7ab56a
@@ -1,3 +1,3 @@
1
1
  module MyToyRobot
2
- VERSION = "0.1.1"
2
+ VERSION = "0.1.2"
3
3
  end
data/my_toy_robot.gemspec CHANGED
@@ -8,6 +8,9 @@ Gem::Specification.new do |spec|
8
8
  spec.summary = "Finally finished reading Toy Robot!"
9
9
  spec.description = "Followed this book https://leanpub.com/toyrobot/ step by step and reproduced the functionality"
10
10
  spec.homepage = "https://github.com/harrisonmalone/my_toy_robot"
11
+ spec.metadata = {
12
+ "documentation_uri" => "https://github.com/harrisonmalone/my_toy_robot"
13
+ }
11
14
  spec.license = "MIT"
12
15
  spec.required_ruby_version = Gem::Requirement.new(">= 2.3.0")
13
16
  spec.files = Dir.chdir(File.expand_path('..', __FILE__)) do
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: my_toy_robot
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.1
4
+ version: 0.1.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Harrison Malone
@@ -42,7 +42,8 @@ files:
42
42
  homepage: https://github.com/harrisonmalone/my_toy_robot
43
43
  licenses:
44
44
  - MIT
45
- metadata: {}
45
+ metadata:
46
+ documentation_uri: https://github.com/harrisonmalone/my_toy_robot
46
47
  post_install_message:
47
48
  rdoc_options: []
48
49
  require_paths: