stones-spec 1.0.3 → 1.0.4

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 (4) hide show
  1. checksums.yaml +4 -4
  2. data/lib/example.rb +1 -0
  3. data/lib/version.rb +1 -1
  4. metadata +1 -1
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 419391e54ed1047656c6f0f417db08074fbb3241
4
- data.tar.gz: f24b4027a7173413e189c8c30b23b1fb7ddaf743
3
+ metadata.gz: e3a38dd649ed9b1886719bf2e41979e6a51cd2de
4
+ data.tar.gz: 5cbf746329c54d483ebf4b8afd5151113e819d77
5
5
  SHA512:
6
- metadata.gz: 79a108be5be884ebd3b19776bccce710470022f98d20fc7704c641aa67838f74702c3c09d6eb4dd470c006c88349ac1f2810dd38f557290f11b5d76698ea4606
7
- data.tar.gz: 237acb241cd0534972c6e1a24abddd048169ec7be91ccea4cff5bc3114ce640c5a3f479e67ea892fcd6772a8eddafdbabfa2139d81374c05230418c222e6b6c3
6
+ metadata.gz: 6a8c595c7c8c9a8e3fcfa4048f331bddeb28cbc6bb1b6fa12ac2c1db56c89336b25eefc221a4f30f6b059bad71b8b7e2173afafca89756ce9621395251e93f35
7
+ data.tar.gz: 9c34ab36fc8e68837bfcf83ced7ce9a8ad61dd640f4f1b9eabe392abefbf821eb6ffb62abd4d16e8fa3525f5a3a9684c5ce4e4bb1044c5fef17faaf238226007
data/lib/example.rb CHANGED
@@ -21,6 +21,7 @@ module StonesSpec
21
21
  def result(files, execution, postcondition)
22
22
  if execution[:status] == :aborted
23
23
  raise Gobstones::AbortedError, execution[:result]
24
+ end
24
25
 
25
26
  if execution[:status] == :syntax_error
26
27
  raise Gobstones::SyntaxError, execution[:result]
data/lib/version.rb CHANGED
@@ -1,3 +1,3 @@
1
1
  module StonesSpec
2
- VERSION = '1.0.3'
2
+ VERSION = '1.0.4'
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: stones-spec
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.3
4
+ version: 1.0.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Mumuki