summaryrefslogtreecommitdiff
path: root/ext/strscan
diff options
context:
space:
mode:
authorSutou Kouhei <kou@clear-code.com>2019-10-14 08:11:45 +0900
committerNobuyoshi Nakada <nobu@ruby-lang.org>2020-08-31 21:57:35 +0900
commitc23c880f56b3884c08a13c7e8c11ec4c89708a59 (patch)
treedda9045c5d184de25707558f3d5529da4612676f /ext/strscan
parentc76508b88c083c29aaafaec7d67072b45f7e40aa (diff)
[ruby/strscan] Bump version
https://github.com/ruby/strscan/commit/df90d541fa
Diffstat (limited to 'ext/strscan')
-rw-r--r--ext/strscan/strscan.c2
-rw-r--r--ext/strscan/strscan.gemspec2
2 files changed, 2 insertions, 2 deletions
diff --git a/ext/strscan/strscan.c b/ext/strscan/strscan.c
index 2294d922b2..7edd1bf0c2 100644
--- a/ext/strscan/strscan.c
+++ b/ext/strscan/strscan.c
@@ -22,7 +22,7 @@ extern size_t onig_region_memsize(const struct re_registers *regs);
#include <stdbool.h>
-#define STRSCAN_VERSION "1.0.3"
+#define STRSCAN_VERSION "1.0.4"
/* =======================================================================
Data Type Definitions
diff --git a/ext/strscan/strscan.gemspec b/ext/strscan/strscan.gemspec
index 1228e80804..61c28a492d 100644
--- a/ext/strscan/strscan.gemspec
+++ b/ext/strscan/strscan.gemspec
@@ -1,7 +1,7 @@
# frozen_string_literal: true
Gem::Specification.new do |s|
s.name = "strscan"
- s.version = '1.0.3'
+ s.version = "1.0.4"
s.summary = "Provides lexical scanning operations on a String."
s.description = "Provides lexical scanning operations on a String."