regexp_parser 0.4.10 → 0.4.11

Sign up to get free protection for your applications and to get access to all the features.
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/.*)\.rb}, 1] }
9
+ VERSIONS = version_file_paths.map { |path| path[%r{(ruby/[^/]+)\.rb}, 1] }
10
10
  end
@@ -1,5 +1,5 @@
1
1
  class Regexp
2
2
  class Parser
3
- VERSION = '0.4.10'
3
+ VERSION = '0.4.11'
4
4
  end
5
5
  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.10
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: -1388758294190323703
209
+ hash: 3431536018828435735
210
210
  requirements: []
211
211
  rubyforge_project:
212
212
  rubygems_version: 1.8.23.2