old_string_hash 0.1.0 → 0.1.1
Sign up to get free protection for your applications and to get access to all the features.
- data/ext/old_string_hash/old_string_hash.c +0 -2
- metadata +3 -3
@@ -1,6 +1,5 @@
|
|
1
1
|
// Include the Ruby headers and goodies
|
2
2
|
#include <ruby.h>
|
3
|
-
#include <stdio.h>
|
4
3
|
|
5
4
|
// Defining a space for information and references about the module to be stored internally
|
6
5
|
VALUE OldStringHash = Qnil;
|
@@ -13,7 +12,6 @@ VALUE method_hash_code(VALUE self, VALUE str);
|
|
13
12
|
|
14
13
|
// The initialization method for this module
|
15
14
|
void Init_old_string_hash() {
|
16
|
-
printf("here");
|
17
15
|
OldStringHash = rb_define_module("OldStringHash");
|
18
16
|
rb_define_method(OldStringHash, "hash_code", method_hash_code, 1);
|
19
17
|
}
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: old_string_hash
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.1.
|
4
|
+
version: 0.1.1
|
5
5
|
prerelease:
|
6
6
|
platform: ruby
|
7
7
|
authors:
|
@@ -13,7 +13,7 @@ date: 2013-06-18 00:00:00.000000000 Z
|
|
13
13
|
dependencies:
|
14
14
|
- !ruby/object:Gem::Dependency
|
15
15
|
name: rake-compiler
|
16
|
-
requirement: &
|
16
|
+
requirement: &70093158146400 !ruby/object:Gem::Requirement
|
17
17
|
none: false
|
18
18
|
requirements:
|
19
19
|
- - ! '>='
|
@@ -21,7 +21,7 @@ dependencies:
|
|
21
21
|
version: '0'
|
22
22
|
type: :development
|
23
23
|
prerelease: false
|
24
|
-
version_requirements: *
|
24
|
+
version_requirements: *70093158146400
|
25
25
|
description:
|
26
26
|
email:
|
27
27
|
executables: []
|