duktape 1.0.2.0 → 1.1.2.0

Sign up to get free protection for your applications and to get access to all the features.
@@ -2,5 +2,6 @@ require 'mkmf'
2
2
  require 'zlib'
3
3
 
4
4
  $CFLAGS += ' -std=c99'
5
+ $defs << '-DDUK_OPT_DEEP_C_STACK'
5
6
  create_makefile 'duktape_ext'
6
7
 
@@ -1,3 +1,3 @@
1
1
  module Duktape
2
- VERSION = "1.0.2.0"
2
+ VERSION = "1.1.2.0"
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: duktape
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.2.0
4
+ version: 1.1.2.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Magnus Holm
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2014-01-11 00:00:00.000000000 Z
11
+ date: 2015-04-06 00:00:00.000000000 Z
12
12
  dependencies: []
13
13
  description:
14
14
  email: judofyr@gmail.com