regexp_parser 0.4.10 → 0.4.11
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- data/ChangeLog +6 -0
- data/lib/regexp_parser/syntax/versions.rb +1 -1
- data/lib/regexp_parser/version.rb +1 -1
- metadata +2 -2
data/ChangeLog
CHANGED
|
@@ -1,3 +1,9 @@
|
|
|
1
|
+
Sun Mar 4 2018 Janosch Müller <janosch84@gmail.com>
|
|
2
|
+
|
|
3
|
+
* Fixed UnknownSyntaxNameError introduced in v0.4.10 if
|
|
4
|
+
the gems parent dir tree included a 'ruby' dir
|
|
5
|
+
* Bumped version to 0.4.11
|
|
6
|
+
|
|
1
7
|
Sun Mar 4 2018 Janosch Müller <janosch84@gmail.com>
|
|
2
8
|
|
|
3
9
|
* Added ruby version file for 2.6.0
|
|
@@ -6,5 +6,5 @@
|
|
|
6
6
|
module Regexp::Syntax
|
|
7
7
|
version_file_paths = Dir[File.expand_path('../ruby/*.rb', __FILE__)]
|
|
8
8
|
version_file_paths.each { |path| require path }
|
|
9
|
-
VERSIONS = version_file_paths.map { |path| path[%r{(ruby
|
|
9
|
+
VERSIONS = version_file_paths.map { |path| path[%r{(ruby/[^/]+)\.rb}, 1] }
|
|
10
10
|
end
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: regexp_parser
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.4.
|
|
4
|
+
version: 0.4.11
|
|
5
5
|
prerelease:
|
|
6
6
|
platform: ruby
|
|
7
7
|
authors:
|
|
@@ -206,7 +206,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
206
206
|
version: '0'
|
|
207
207
|
segments:
|
|
208
208
|
- 0
|
|
209
|
-
hash:
|
|
209
|
+
hash: 3431536018828435735
|
|
210
210
|
requirements: []
|
|
211
211
|
rubyforge_project:
|
|
212
212
|
rubygems_version: 1.8.23.2
|