rsec-ext 0.3.5 → 0.3.6

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.
Files changed (2) hide show
  1. data/ext/rsec/predef.c +3 -0
  2. metadata +2 -2
@@ -2,6 +2,9 @@
2
2
  #include <ruby.h>
3
3
  #include <stdio.h>
4
4
 
5
+ #ifndef _WIN32
6
+ # include <errno.h>
7
+ #endif
5
8
 
6
9
  // -----------------------------------------------------------------------------
7
10
  // globals
metadata CHANGED
@@ -2,7 +2,7 @@
2
2
  name: rsec-ext
3
3
  version: !ruby/object:Gem::Version
4
4
  prerelease:
5
- version: 0.3.5
5
+ version: 0.3.6
6
6
  platform: ruby
7
7
  authors:
8
8
  - NS
@@ -21,7 +21,7 @@ dependencies:
21
21
  requirements:
22
22
  - - "="
23
23
  - !ruby/object:Gem::Version
24
- version: 0.3.5
24
+ version: 0.3.6
25
25
  type: :runtime
26
26
  version_requirements: *id001
27
27
  description: Easy and extreme fast dynamic PEG parser combinator.