1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

[ruby/strscan] Bump version

https://github.com/ruby/strscan/commit/df90d541fa
This commit is contained in:
Sutou Kouhei 2019-10-14 08:11:45 +09:00 committed by Nobuyoshi Nakada
parent c76508b88c
commit c23c880f56
No known key found for this signature in database
GPG key ID: 7CD2805BFA3770C6
2 changed files with 2 additions and 2 deletions

View file

@ -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

View file

@ -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."