duktape 1.2.1.0 → 1.3.0.2

Sign up to get free protection for your applications and to get access to all the features.
@@ -2,6 +2,5 @@ require 'mkmf'
2
2
  require 'zlib'
3
3
 
4
4
  $CFLAGS += ' -std=c99'
5
- $defs << '-DDUK_OPT_DEEP_C_STACK'
6
5
  create_makefile 'duktape_ext'
7
6
 
@@ -1,3 +1,3 @@
1
1
  module Duktape
2
- VERSION = "1.2.1.0"
2
+ VERSION = "1.3.0.2"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: duktape
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.2.1.0
4
+ version: 1.3.0.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Magnus Holm
@@ -19,6 +19,7 @@ extra_rdoc_files: []
19
19
  files:
20
20
  - CHANGELOG.md
21
21
  - README.md
22
+ - ext/duktape/duk_config.h
22
23
  - ext/duktape/duktape.c
23
24
  - ext/duktape/duktape.h
24
25
  - ext/duktape/duktape_ext.c