WPBDC 2016.1.2 → 2016.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/internal.h +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
|
@@ -1,15 +1,15 @@
|
|
|
1
1
|
---
|
|
2
2
|
!binary "U0hBMQ==":
|
|
3
3
|
metadata.gz: !binary |-
|
|
4
|
-
|
|
4
|
+
MzlhMzc0Y2QyNjc1MTM0NmQwYTIxMWVhNjg2OTk2ZmQzMDAwMTI2Nw==
|
|
5
5
|
data.tar.gz: !binary |-
|
|
6
|
-
|
|
6
|
+
MTk1NjE4NmJlNDc3NDEwNDE2ZDExMTY5YWIxZDZjNGU5M2FlM2ZlYQ==
|
|
7
7
|
SHA512:
|
|
8
8
|
metadata.gz: !binary |-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
9
|
+
ZjBkMDRmZWE4YzNiNDk0YTZkYjc1ZTQ1NGNmMDAyMjc3MGQ2OGYwYzY0NWI5
|
|
10
|
+
MmJkNjEwZWM2ZDI1Yjg4YWFhYjE4ZGQ2MGQ3MTlmYWU1YjIxNDFmYjA0MGFh
|
|
11
|
+
MzM2MTE1NjZmNTg4MWRiNjNmMmI1MWY0YzU2NjcwZDg0YWZlNGU=
|
|
12
12
|
data.tar.gz: !binary |-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
13
|
+
OWFiZjMyZDIyYzM0OWI1ZGVmNzZhZmFjNTYzZTUwNmQxMjEzOWM4YmUyZjdi
|
|
14
|
+
MzJlMGI0ODVkNGRmYzFjMzI4Y2IyNGM2ZDZhYTQ2OWFiMzc5MDMyNWY1NDgz
|
|
15
|
+
ODU1OWNmM2Y1MmVjODEwMDVjODAzMmU1Mjc4MmJjM2NmMzVmYWI=
|
data/ext/WPBDC/internal.h
CHANGED
|
@@ -299,7 +299,7 @@ typedef struct params_t {
|
|
|
299
299
|
124, /* TFloat rear_axle_load; */ \
|
|
300
300
|
}, \
|
|
301
301
|
}, \
|
|
302
|
-
|
|
302
|
+
400, /* TFloat connection_cost; */ \
|
|
303
303
|
1000, /* TFloat ordering_fee; */ \
|
|
304
304
|
{ /* TMaterial materials[NMaterials]; */ \
|
|
305
305
|
{ \
|