summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorschneems <[email protected]>2023-03-17 16:07:27 -0500
committerHiroshi SHIBATA <[email protected]>2023-04-06 15:49:26 +0900
commit7ab640d9dd27eefdec138a0cf611072a76cc6cba ()
treef32a33455b9dc354d390a8554d3bf3b740593b44
parent8d72d6159c75f2ed40510d7721c6e5fbdb1976af (diff)
v1.0.4
-rw-r--r--lib/syntax_suggest/version.rb2
-rw-r--r--spec/syntax_suggest/unit/core_ext_spec.rb34
2 files changed, 35 insertions, 1 deletions
@@ -1,5 +1,5 @@
# frozen_string_literal: true
module SyntaxSuggest
- VERSION = "1.0.3"
end
@@ -0,0 +1,34 @@