Commit 0400187
Fix RES Browser being unusable
Two problems contributed to the issue:
* two–digit number appeared in the version number (2.11.0)
* version number itself contained only two sections instead of three
(2.10)
Testing with current RubyEvenStore::VERSION contributes to preventing
such issues in the future.
#1647
Co-authored-by: Paweł Pacana <[email protected]>1 parent 10ce88e commit 0400187
File tree
2 files changed
+10
-2
lines changed- ruby_event_store-browser
- lib/ruby_event_store/browser
- spec
2 files changed
+10
-2
lines changedLines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
12 | | - | |
| 12 | + | |
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
| |||
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
24 | | - | |
| 24 | + | |
25 | 25 | | |
26 | 26 | | |
27 | 27 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
37 | 37 | | |
38 | 38 | | |
39 | 39 | | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
40 | 48 | | |
41 | 49 | | |
42 | 50 | | |
| |||
0 commit comments