krypt-core 0.0.2.rc1 → 0.0.2
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.
- checksums.yaml +4 -4
- data/ext/krypt/core/krypt-core.h +9 -0
- data/lib/krypt/core/version.rb +5 -0
- metadata +10 -9
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: b40a94ce34562eb99e9334155b65503080ecfb76
|
|
4
|
+
data.tar.gz: 00c9c9ad5373c15cb82c54c3a397ad47c08e4571
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 6045328405a201e7b814bc20aab514bb3e317c9596e2815bad7d23b3b8c5305aabf743d686118a2b7aada1469c91828c480003e9bf2e657de96fa11b7efe54f9
|
|
7
|
+
data.tar.gz: 46b11cc3d34a1844bd1d928eb3566d8fbf1484bada265bae147cd018a13adf9b5cdcd1072d4ed811c595200576e2869ba26aa24f65d80acb5b75e01336819bd5
|
data/ext/krypt/core/krypt-core.h
CHANGED
|
@@ -29,13 +29,22 @@
|
|
|
29
29
|
#if !defined(_KRYPT_CORE_H_)
|
|
30
30
|
#define _KRYPT_CORE_H_
|
|
31
31
|
|
|
32
|
+
#include RUBY_EXTCONF_H
|
|
33
|
+
|
|
32
34
|
#if defined(__cplusplus)
|
|
33
35
|
extern "C" {
|
|
34
36
|
#endif
|
|
35
37
|
|
|
38
|
+
#include "ruby.h"
|
|
39
|
+
|
|
36
40
|
#define RSTRING_NOT_MODIFIED 1
|
|
37
41
|
#define RUBY_READONLY_STRING 1
|
|
38
42
|
|
|
43
|
+
#include <ruby.h>
|
|
44
|
+
|
|
45
|
+
#if defined(HAVE_RUBY_IO_H)
|
|
46
|
+
#include <ruby/io.h>
|
|
47
|
+
#endif
|
|
39
48
|
|
|
40
49
|
/* This is just a precaution to take remind us of thread safety
|
|
41
50
|
* issues in case there would be no GVL */
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: krypt-core
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.0.2
|
|
4
|
+
version: 0.0.2
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Hiroshi Nakamura, Martin Bosslet
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2014-
|
|
11
|
+
date: 2014-06-22 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: binyo
|
|
@@ -16,28 +16,28 @@ dependencies:
|
|
|
16
16
|
requirements:
|
|
17
17
|
- - '='
|
|
18
18
|
- !ruby/object:Gem::Version
|
|
19
|
-
version: 0.0.2
|
|
19
|
+
version: 0.0.2
|
|
20
20
|
type: :runtime
|
|
21
21
|
prerelease: false
|
|
22
22
|
version_requirements: !ruby/object:Gem::Requirement
|
|
23
23
|
requirements:
|
|
24
24
|
- - '='
|
|
25
25
|
- !ruby/object:Gem::Version
|
|
26
|
-
version: 0.0.2
|
|
26
|
+
version: 0.0.2
|
|
27
27
|
- !ruby/object:Gem::Dependency
|
|
28
28
|
name: krypt-provider-openssl
|
|
29
29
|
requirement: !ruby/object:Gem::Requirement
|
|
30
30
|
requirements:
|
|
31
31
|
- - '='
|
|
32
32
|
- !ruby/object:Gem::Version
|
|
33
|
-
version: 0.0.2
|
|
33
|
+
version: 0.0.2
|
|
34
34
|
type: :runtime
|
|
35
35
|
prerelease: false
|
|
36
36
|
version_requirements: !ruby/object:Gem::Requirement
|
|
37
37
|
requirements:
|
|
38
38
|
- - '='
|
|
39
39
|
- !ruby/object:Gem::Version
|
|
40
|
-
version: 0.0.2
|
|
40
|
+
version: 0.0.2
|
|
41
41
|
description: krypt-core API for C(++)-based Rubies
|
|
42
42
|
email: Martin.Bosslet@gmail.com
|
|
43
43
|
executables: []
|
|
@@ -83,6 +83,7 @@ files:
|
|
|
83
83
|
- ext/krypt/core/krypt_missing.h
|
|
84
84
|
- ext/krypt/core/krypt_pem.c
|
|
85
85
|
- lib/krypt/core.rb
|
|
86
|
+
- lib/krypt/core/version.rb
|
|
86
87
|
homepage: https://github.com/krypt/krypt-core-c
|
|
87
88
|
licenses:
|
|
88
89
|
- MIT
|
|
@@ -98,12 +99,12 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
|
98
99
|
version: 1.9.3
|
|
99
100
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
100
101
|
requirements:
|
|
101
|
-
- - "
|
|
102
|
+
- - ">="
|
|
102
103
|
- !ruby/object:Gem::Version
|
|
103
|
-
version:
|
|
104
|
+
version: '0'
|
|
104
105
|
requirements: []
|
|
105
106
|
rubyforge_project:
|
|
106
|
-
rubygems_version: 2.2.
|
|
107
|
+
rubygems_version: 2.2.2
|
|
107
108
|
signing_key:
|
|
108
109
|
specification_version: 4
|
|
109
110
|
summary: C implementation of the krypt-core API
|