konto_check 5.3.0 → 5.4.0
Sign up to get free protection for your applications and to get access to all the features.
- data/ext/konto_check_raw/konto_check.c +694 -1331
- data/ext/konto_check_raw/konto_check.h +5 -25
- data/ext/konto_check_raw/konto_check_raw_ruby.c +1269 -52
- data/ext/konto_check_raw/retvals.h +878 -0
- metadata +3 -2
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: konto_check
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 5.
|
4
|
+
version: 5.4.0
|
5
5
|
prerelease:
|
6
6
|
platform: ruby
|
7
7
|
authors:
|
@@ -11,7 +11,7 @@ authors:
|
|
11
11
|
autorequire:
|
12
12
|
bindir: bin
|
13
13
|
cert_chain: []
|
14
|
-
date: 2014-03
|
14
|
+
date: 2014-06-03 00:00:00.000000000 Z
|
15
15
|
dependencies:
|
16
16
|
- !ruby/object:Gem::Dependency
|
17
17
|
name: thoughtbot-shoulda
|
@@ -46,6 +46,7 @@ files:
|
|
46
46
|
- ext/konto_check_raw/konto_check.c
|
47
47
|
- ext/konto_check_raw/konto_check.h
|
48
48
|
- ext/konto_check_raw/konto_check_raw_ruby.c
|
49
|
+
- ext/konto_check_raw/retvals.h
|
49
50
|
- lib/konto_check.rb
|
50
51
|
- LICENSE
|
51
52
|
- README.textile
|