WPBDC 2013.1.2 → 2013.1.3
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 +8 -8
- data/ext/WPBDC/WPBDC.c +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,15 +1,15 @@
|
|
|
1
1
|
---
|
|
2
2
|
!binary "U0hBMQ==":
|
|
3
3
|
metadata.gz: !binary |-
|
|
4
|
-
|
|
4
|
+
ZTZiNzg4YzcxZGNhNzUxOGRhZTgyYWUzY2FiMmM0M2JiOWRkODdkNg==
|
|
5
5
|
data.tar.gz: !binary |-
|
|
6
|
-
|
|
6
|
+
NGRmYzEyZjFhYzhlZmUyNmU5N2FhMWEyMDY2YjNiZTZjOGZlOTk2ZA==
|
|
7
7
|
!binary "U0hBNTEy":
|
|
8
8
|
metadata.gz: !binary |-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
9
|
+
ZmI4ODkyNjYyNDUxNmU1ZDc1YTk1MTY5MTAzMTg2NWI1ZTZmOTlhZDFlZTVm
|
|
10
|
+
ODMxMTNiNzE0NjMwYTQwMjI0NjRiOWIxNzdlYzY3ZjQ0ZTE0ZDZjYTczMWUx
|
|
11
|
+
MmE2MGUzNzU1ZWI2OWNkZmZkNDYyNjA3MWUyNTVhZGNmZGU3Yzk=
|
|
12
12
|
data.tar.gz: !binary |-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
13
|
+
ZTllYjk0MjE1MDVmOTRjZGE2NTA2MmEwZjc3YjM0NjUwNjcyNDQ1YWFmNjAy
|
|
14
|
+
MDI0ZWY5M2VmY2Q0NjlkNGY2NzgyMDljNjA4OGM5NjUxM2NhYzkwZjdkOGQ2
|
|
15
|
+
YzJmZjU1ZWY5NzRjZjU0NjY4ZTE3OGRiZTMxMWJhYzIwMjVmNGU=
|
data/ext/WPBDC/WPBDC.c
CHANGED
|
@@ -109,7 +109,7 @@ static VALUE rb_api_sketch(VALUE self, VALUE bridge_as_string, VALUE width, VALU
|
|
|
109
109
|
VALUE hash = rb_hash_new();
|
|
110
110
|
|
|
111
111
|
init_compressed_image(compressed_image);
|
|
112
|
-
sketch(bridge_internal_string, width, height, compressed_image, result);
|
|
112
|
+
sketch(bridge_internal_string, FIX2INT(width), FIX2INT(height), compressed_image, result);
|
|
113
113
|
|
|
114
114
|
/*
|
|
115
115
|
struct analysis_result_t {
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: WPBDC
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 2013.1.
|
|
4
|
+
version: 2013.1.3
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Gene Ressler
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date:
|
|
11
|
+
date: 2013-05-01 00:00:00.000000000 Z
|
|
12
12
|
dependencies: []
|
|
13
13
|
description: Container for C code extension that implements the West Point Bridge
|
|
14
14
|
Contest Judge.
|