mathematical 1.6.0 → 1.6.1

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.
@@ -7,7 +7,7 @@
7
7
  //
8
8
 
9
9
  #ifndef _WIN32
10
- #ifndef IS_TRAVISCI
10
+ #ifndef SKIP_STRDUP
11
11
  #ifndef HAVE_STRDUP
12
12
 
13
13
  #include <stdlib.h>
@@ -7,7 +7,7 @@
7
7
  //
8
8
 
9
9
  #ifndef _WIN32
10
- #ifndef IS_TRAVISCI
10
+ #ifndef SKIP_STRDUP
11
11
  #ifndef HAVE_STRDUP
12
12
  #define HAVE_STRDUP
13
13
 
@@ -1,3 +1,3 @@
1
1
  class Mathematical
2
- VERSION = '1.6.0'.freeze
2
+ VERSION = '1.6.1'.freeze
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: mathematical
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.6.0
4
+ version: 1.6.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Garen Torikian
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2016-08-23 00:00:00.000000000 Z
11
+ date: 2016-08-24 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: ruby-enum