story-gen 0.1.0 → 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. data/NEWS +1 -1
  2. data/lib/story/compile.rb +1 -1
  3. metadata +1 -1
data/NEWS CHANGED
@@ -1,4 +1,4 @@
1
- 0.1.0:
1
+ 0.1.1:
2
2
  "-m" or "--allow-comma-in-facts" is removed
3
3
  Comma (",") in Facts is always allowed
4
4
  $DEBUG variable is considered in Parse
data/lib/story/compile.rb CHANGED
@@ -656,7 +656,7 @@ class Story
656
656
  (_{dash} or _{ word and rparen }) and c = fact_expr and opt{comma} and _then_ and s = statement and opt{semicolon} and [c, s]
657
657
  } and
658
658
  otherwise_s = opt {
659
- otherwise and s = statement and opt{semicolon} and s
659
+ (_{dash} or _{ word and rparen }) and otherwise and s = statement and opt{semicolon} and s
660
660
  } and
661
661
  _(Statement::If[c_and_sn, otherwise_s.first])
662
662
  }
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: story-gen
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
4
+ version: 0.1.1
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: