zscan 2.0.7 → 2.0.8

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: c39c7ce41a6b386642a66bb35bab9a001ee161b6801c874d8c75977787a40e5f
4
- data.tar.gz: 72daec28345deed995304ddf8256bbd47485ae2aa37ec6fb080eafe09e8c19a6
3
+ metadata.gz: 6638cc0c739974d5c71f256ab567118d8cb39d75f82337affbb52c2edabf6c9f
4
+ data.tar.gz: f2fc6e3d8f19849ef56b6c73d10118b6625b31782f050764ae995a213f29304f
5
5
  SHA512:
6
- metadata.gz: 2e3cf5fb6db0e380b30e35ae253bc2bb43471768fed90a483b549e3ba90ea8e6dcae418939fb08941475412a64064b6135869125c0e8dc6871f32b1f8c69bf1f
7
- data.tar.gz: 96d100ccfe0953736ed543ef0f8080bd9fa1f7674da8df28372b60fb18fe0541518ff1d37d8440fa40dfcd0376e80f66a531c86630d35d2ddf125bc14165e6fd
6
+ metadata.gz: 2cff4d9844034deb606fb61d56482044ff205174cf5a57ace3f5dfc08a9b94f1d590f229d4950e00f7a669d7592a44b06546cd5d69fba7bb5c4f9a097203657d
7
+ data.tar.gz: c100c710744ec695b6aa179f811e85e59755bad0779da65ba76bff099ae1e81578ae47c86c15a3dbfad9b1f35156353a6c11f2263e12cb495357c95bde306857
@@ -9,8 +9,6 @@
9
9
 
10
10
  **********************************************************************/
11
11
 
12
- #include "ruby/internal/config.h"
13
-
14
12
  #include <ctype.h>
15
13
  #include <errno.h>
16
14
  #include <float.h>
@@ -9,8 +9,6 @@
9
9
 
10
10
  **********************************************************************/
11
11
 
12
- #include "ruby/internal/config.h"
13
-
14
12
  #include <ctype.h>
15
13
  #include <errno.h>
16
14
  #include <float.h>
@@ -3,7 +3,7 @@ require_relative "zscan/bspec"
3
3
  require "date"
4
4
 
5
5
  class ZScan
6
- VERSION = '2.0.7'
6
+ VERSION = '2.0.8'
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.7" # version mapped from zscan.rb, don't change here
3
+ s.version = "2.0.8" # 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,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: zscan
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.0.7
4
+ version: 2.0.8
5
5
  platform: ruby
6
6
  authors:
7
7
  - Zete Lui