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.
Files changed (3) hide show
  1. checksums.yaml +8 -8
  2. data/ext/WPBDC/WPBDC.c +1 -1
  3. metadata +2 -2
checksums.yaml CHANGED
@@ -1,15 +1,15 @@
1
1
  ---
2
2
  !binary "U0hBMQ==":
3
3
  metadata.gz: !binary |-
4
- YTVmY2NiNzZhOTVmZDg2MGY4YzA1ODk2MTkzNmU4ODdhNjU2Mzc0Ng==
4
+ ZTZiNzg4YzcxZGNhNzUxOGRhZTgyYWUzY2FiMmM0M2JiOWRkODdkNg==
5
5
  data.tar.gz: !binary |-
6
- N2M0MjEwNDBjNzRjNzg2OTZkY2QyZWQyNTA1M2ZkZTdiMzc0Y2FiMg==
6
+ NGRmYzEyZjFhYzhlZmUyNmU5N2FhMWEyMDY2YjNiZTZjOGZlOTk2ZA==
7
7
  !binary "U0hBNTEy":
8
8
  metadata.gz: !binary |-
9
- NTk3NDZjZGUyZTkyZTg2OGEwZWZiNDJiYzVlODNjYTFjN2YxZjVjMjNiYjNi
10
- OGIxNTY4MzM3NGM0M2E1YThiZmM2YjQ3ZDQ5ZjNmMTJjNWUwMzIwODI1NTYy
11
- ZjQ2MGE5NWNjN2ZmZWI2MDY1ZDMxMTBiYTVlNjRlMGRkZTFlMDc=
9
+ ZmI4ODkyNjYyNDUxNmU1ZDc1YTk1MTY5MTAzMTg2NWI1ZTZmOTlhZDFlZTVm
10
+ ODMxMTNiNzE0NjMwYTQwMjI0NjRiOWIxNzdlYzY3ZjQ0ZTE0ZDZjYTczMWUx
11
+ MmE2MGUzNzU1ZWI2OWNkZmZkNDYyNjA3MWUyNTVhZGNmZGU3Yzk=
12
12
  data.tar.gz: !binary |-
13
- YTQ5ODgwN2QzZTk5MmNiZGZhMDY3YmJmMDJmNGE1NzFiNThhNmJlYzQzN2Fi
14
- MDA0MGFmNWU3ZDIzNDg4OWU2NTQwYWYxODc0ZjM4MWRiN2YyYjM2YjM5NGM3
15
- Yjk3NWNjN2MwMjcwNDdlOGE1ZjVhMGU3YzgzNTVjNTNhOWQ5ZjE=
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.2
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: 2012-11-28 00:00:00.000000000 Z
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.