zscan 2.0.4 → 2.0.5

Sign up to get free protection for your applications and to get access to all the features.
@@ -3,7 +3,7 @@ require_relative "zscan/bspec"
3
3
  require "date"
4
4
 
5
5
  class ZScan
6
- VERSION = '2.0.4'
6
+ VERSION = '2.0.5'
7
7
 
8
8
  def initialize s, dup=false
9
9
  if s.encoding.ascii_compatible?
@@ -1,6 +1,6 @@
1
1
  Gem::Specification.new do |s|
2
2
  s.name = "zscan"
3
- s.version = "2.0.4" # version mapped from zscan.rb, don't change here
3
+ s.version = "2.0.5" # version mapped from zscan.rb, don't change here
4
4
  s.author = "Zete Lui"
5
5
  s.homepage = "https://github.com/luikore/zscan"
6
6
  s.platform = Gem::Platform::RUBY
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: zscan
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.0.4
4
+ version: 2.0.5
5
5
  platform: ruby
6
6
  authors:
7
7
  - Zete Lui
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2018-06-13 00:00:00.000000000 Z
11
+ date: 2019-03-12 00:00:00.000000000 Z
12
12
  dependencies: []
13
13
  description: improved string scanner, respects anchors and lookbehinds, supports codepoint
14
14
  positioning
@@ -29,9 +29,11 @@ files:
29
29
  - ext/pack/COPYING.ja
30
30
  - ext/pack/internal-23.h
31
31
  - ext/pack/internal-25.h
32
+ - ext/pack/internal-26.h
32
33
  - ext/pack/internal.h
33
34
  - ext/pack/pack-23.c
34
35
  - ext/pack/pack-25.c
36
+ - ext/pack/pack-26.c
35
37
  - ext/pack/pack.c
36
38
  - ext/zscan.c
37
39
  - ext/zscan.h
@@ -69,7 +71,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
69
71
  version: '0'
70
72
  requirements: []
71
73
  rubyforge_project:
72
- rubygems_version: 2.6.13
74
+ rubygems_version: 3.0.0.beta1
73
75
  signing_key:
74
76
  specification_version: 4
75
77
  summary: improved string scanner