Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit f0735c2

Browse files
committed
v1.0.1
1 parent 4fee734 commit f0735c2

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

‎CHANGES.md‎

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
Revision history of the RegexpTrie gem
22

3+
## v1.0.1 - 2018年10月09日
4+
5+
* Add `# frozen_string_literal: true` to source files
6+
37
## v1.0.0 - 2016年11月14日
48

59
- Add a method to get the union pattern as `String`, not as `Regexp`

‎lib/regexp_trie/version.rb‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# frozen_string_literal: true
22

33
class RegexpTrie
4-
VERSION = "1.0.0"
4+
VERSION = "1.0.1"
55
end

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /