another_toy_robot 0.1.5 → 0.1.6

Sign up to get free protection for your applications and to get access to all the features.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +1 -0
  3. data/lib/toy_robot/version.rb +1 -1
  4. metadata +1 -1
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 703254bc3ea33248766b65e7bf4374df5501671d
4
- data.tar.gz: 3ec88b6ea2e8640b5eedf89f1642dc4a239c8921
3
+ metadata.gz: 0df55e5f413842d0e311ceda77fcb2a33362df2e
4
+ data.tar.gz: 844a8cd8dab9ba6f4a2df3257896f67f64d91795
5
5
  SHA512:
6
- metadata.gz: 22e6167b33a800b5372211043377351159bacc5a4befe0259c697fab103f91ad407afd89dc7e47a8b4d43b0719b17e86013aea31c839e4ff9db77724f50d2da2
7
- data.tar.gz: c58469894d5c0834a18660baf0c6bca5bb47b3c77dccd6c50a896713c5116bff44d53154b212b2e8dfe955414184f54165846dbe4a97072fa1f51695f423f248
6
+ metadata.gz: ee2b5384f9394d1ffed64856b825d3eab517536a6621b7ad22df0b3c56991c2b524da031c15c3a0696800524f19db9117dc9870fbedafbe29d0a72a7a24e30fa
7
+ data.tar.gz: e4f116f2b6284cdcc67efc88c8eb8d5955848ed600bb4f3dfe99f19b64ada61519f6371722fe26a12a340f8828c3c2bf44fcf80e9e9d77dd62da5bdd78fb9b1c
data/README.md CHANGED
@@ -118,3 +118,4 @@ toy robot.
118
118
  ## Acknowledgements
119
119
  - [RafaelChefe's Toy Robot Simulator](https://github.com/RafaelChefe/toy_robot)
120
120
  - [Wikipedia Command pattern article](https://en.wikipedia.org/wiki/Command_pattern)
121
+ - [Sandi Metz](https://www.sandimetz.com/) :heart:
@@ -1,3 +1,3 @@
1
1
  module ToyRobot
2
- VERSION = "0.1.5"
2
+ VERSION = "0.1.6"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: another_toy_robot
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.5
4
+ version: 0.1.6
5
5
  platform: ruby
6
6
  authors:
7
7
  - Sheldon J. Johnson