From c23c880f56b3884c08a13c7e8c11ec4c89708a59 Mon Sep 17 00:00:00 2001 From: Sutou Kouhei Date: Mon, 14 Oct 2019 08:11:45 +0900 Subject: [ruby/strscan] Bump version https://github.com/ruby/strscan/commit/df90d541fa --- ext/strscan/strscan.c | 2 +- ext/strscan/strscan.gemspec | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'ext/strscan') 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 -#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." -- cgit v1.2.3