crawlora 1.6.0.pre.sdk.2 → 1.6.0.pre.sdk.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 +4 -4
- data/lib/crawlora/version.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: fbfb4a48d027454618f8fb669c260a31c48cff331f11ed3e61f0f85fe56d4c76
|
|
4
|
+
data.tar.gz: 9fd817d9de3de43a3a507b8147300f532761cd05bbdd71312e839c07460e9b18
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: af0df2fbecdf987714f2ca51c865e89868bedfebc69b52f3f6b6f2beac29cd1e35dc5a2f053c4eb5d67465262ff195236b358cc02fab417fce4f1ab98cbf5c7b
|
|
7
|
+
data.tar.gz: e3884f55f0f455d5214d690a935451482aebe22fc66bb740f89f1d0bb5839af1b348b5cbe6e00dae4ad3f91cc75f13bbd6b2f95ab7533e3b48cd5bf14cd2d867
|
data/lib/crawlora/version.rb
CHANGED
|
@@ -5,5 +5,5 @@ module Crawlora
|
|
|
5
5
|
# as the Go/Java/PHP SDKs). RubyGems treats it as a prerelease and normalizes
|
|
6
6
|
# the published gem version (the `-` becomes `.pre.`, e.g. `1.5.0.pre.sdk.N`).
|
|
7
7
|
# Bumped across all SDK repos by the API repo's tools/sdkgen/bump_version.py.
|
|
8
|
-
VERSION = "1.6.0-sdk.
|
|
8
|
+
VERSION = "1.6.0-sdk.3"
|
|
9
9
|
end
|