slice_pizzabot 0.0.5 → 0.1.1

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 (3) hide show
  1. checksums.yaml +4 -4
  2. data/lib/pizzabot.rb +1 -1
  3. metadata +1 -1
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: a188055999f65c12b262e415015da56fdd5c9f5fbd3947cbe003b01ae592b556
4
- data.tar.gz: fbe17fe148140f90b361d4e39cc6b40249385a98bc9837dfa2fc0c56df4ef1c3
3
+ metadata.gz: 6372fbbad64a043afa9e5a4931993877549c599183016444d538c9faa7efcf02
4
+ data.tar.gz: 4a27d733824c379daf8ce1699b6185f6b1d69b2bf9d02349758744df483f7c42
5
5
  SHA512:
6
- metadata.gz: e287fbb3b62cb685b6f101e43ae2cad750a15f9be8a17313f4667ccdb590a95d62e27be4de225c83bac820ccea70d46b3d7c1f89192cd15a32d17f565d2ad542
7
- data.tar.gz: ad95f20df27ef743836e7317532a14cac3171aa8f8ff9bb327dbf7e3556aa508bb0fdd7e6f066bb0588d99955dd193bf7ce551f06eacfd61254f60b4809cb160
6
+ metadata.gz: 7ea774e7828d2061b962375c7fac999e81604f027b3c0a7f65e8226a9c836b8369c482430ffae110e8f75d080adbf9924c2335b89217d2532e45096381e558ba
7
+ data.tar.gz: fd348e305bc7c5e2cae757cf2d76f4436add489083f991ba954b8fe6a0f66dbc8803b10100e041f300c3b4f93aaab998acf316ae7161d08356d1b0037095b610
@@ -2,7 +2,7 @@ require_relative 'pizzabot/route_service.rb'
2
2
 
3
3
  class Pizzabot
4
4
 
5
- NO_ARGUMENT_MESSAGE = 'You should provide delivery string to pizzabot, example: "pizzabot 2x2 (0,1) (0,2)"'
5
+ NO_ARGUMENT_MESSAGE = 'You should provide delivery string to pizzabot, example: pizzabot "2x2 (0,1) (0,2)"'
6
6
 
7
7
  attr_reader :route
8
8
  attr_accessor :current_position, :delivery_process
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: slice_pizzabot
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.5
4
+ version: 0.1.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Aliaksei Khalupau