codebracker_simb 0.9.5 → 0.9.6

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
  SHA256:
3
- metadata.gz: 64f94b476fc88d8a0c927de3fa6f979dfd92869d9859b7f714f1431127a7b4f7
4
- data.tar.gz: 1214602a28fedd2ea7c741f917f5f4b13fd0780eb357eca57b77ce29e0888e7a
3
+ metadata.gz: 5cf8975833b66217f77621b98befd1b960c4797d5d033741d92df6f1b2b2a0f1
4
+ data.tar.gz: c91dd64da35c3cd6215aa56e7c43e9ccd367947714c06805f3574253aeb1a313
5
5
  SHA512:
6
- metadata.gz: a599bc7ae932096174fb7fc9231e96208a450334974fe270a084fb8c0449037c304c66fd46b4a3dffe9f1a9b524c55140da6e4fc1865de0989ab70f7390bc846
7
- data.tar.gz: 4f0901570d10b53d620ed2abbd98dbcdd2d3b6b44432681378a11164f7ddcc7f37c61f97bad2ffc4a45c94f2b963231ea78651dd148c4be7a22652244a11637e
6
+ metadata.gz: 2d60ea9a1f07f98e486ea81fb371f008129f47a48dd818a94747d3342a4e454101ea11732ff882b33ca0724be549aa6a9d8e9c551694ea34c789754e4aedf697
7
+ data.tar.gz: 3d4d091c2020797ec8cb7f950920f227d95ff712887e1bb326d19dd68756bd4262a6fb5e7cdfa446d6e36165a3fb05873e7d508812a990e36c1c88bc765423ae
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module CodebrackerSimb
4
- VERSION = '0.9.5'
4
+ VERSION = '0.9.6'
5
5
  end
@@ -1,7 +1,7 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  class CodeError < StandardError
4
- def initialize(msg = "\nCode must include only four digits from 1 to 6\n\n")
4
+ def initialize(msg = "Code must include only four digits from 1 to 6")
5
5
  super
6
6
  end
7
7
  end
@@ -1,7 +1,7 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  class IntroError < StandardError
4
- def initialize(msg = "\nIt could be start, rules, stats or exit!\n\n")
4
+ def initialize(msg = "It could be start, rules, stats or exit!")
5
5
  super
6
6
  end
7
7
  end
@@ -1,7 +1,7 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  class NameError < StandardError
4
- def initialize(msg = "\nName should be longer than 3 chars and shorter than 20 chars!\n\n")
4
+ def initialize(msg = "Name should be longer than 3 chars and shorter than 20 chars!")
5
5
  super
6
6
  end
7
7
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: codebracker_simb
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.9.5
4
+ version: 0.9.6
5
5
  platform: ruby
6
6
  authors:
7
7
  - max