painful_translate 0.0.2 → 0.0.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/README.md +1 -1
- data/lib/painful_translate/client.rb +1 -2
- data/lib/painful_translate/version.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 401ed7fa2bff76cacb6e854aca3dc0d435272472
|
|
4
|
+
data.tar.gz: 56f0c8a2d50e9d60f86501e311b712bd02388ecc
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: bba85c5d02dd541540849a1275240a6d039056287808eca54af493ac96f8acc028050b4e143deefdada9ff4b5eec097810e6154cc952ea5ba6649d786cd362b4
|
|
7
|
+
data.tar.gz: 184b493ad8d6d9f3a1da2083f1e0ba03175dc3b8131c220fd2319289aedf8bc4cabaf4c87a5cee0a1bc5b48aca414e70b14d8fade5e59edadc3fffe4fddb69e7
|
data/README.md
CHANGED
|
@@ -53,7 +53,7 @@ This gem will open up selenium via capybara which, for most of you, will mean it
|
|
|
53
53
|
|
|
54
54
|
I suggest this thing be used to make seed files and whatnot for nascent rails projects, and not actively in production.
|
|
55
55
|
|
|
56
|
-
Because the scumbag engineers at Google are getting smart with users rapidly hitting their translate site, we now refresh the session each time and sleep
|
|
56
|
+
Because the scumbag engineers at Google are getting smart with users rapidly hitting their translate site, we now refresh the session each time and sleep 2 seconds for the page to load. Go grab a drink while you wait.
|
|
57
57
|
|
|
58
58
|
---
|
|
59
59
|
|