awl_tags_twitter 0.0.4 → 1.0.0
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/awl_tags_twitter/version.rb +1 -1
- data/lib/twitter_client.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: 970518562fbcd0bb5e99e03c2e3a8cfc886eae7e
|
|
4
|
+
data.tar.gz: 6864b327ebae4e75c8ea6b1b1b78ad9811a3ca3c
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: a20f8c53c95345d738f47e33a189cab3676b4b44b8c9d0cc4068ba9c92e9c4acc6fa06d93e66e54cab16896a4636f42da2323cd15489ab1d3f72e472144ca160
|
|
7
|
+
data.tar.gz: ac456282d79e9009d501e797e5b5dd59347df65206574b2b2a3601d6023f3da840a9182b0dec105e077644a35f2f80459a51fc04552a7854fbb1435389667c11
|
data/lib/twitter_client.rb
CHANGED
|
@@ -20,7 +20,7 @@ class TwitterClient
|
|
|
20
20
|
fail 'Unable to load your credentials' unless @client.credentials?
|
|
21
21
|
end
|
|
22
22
|
|
|
23
|
-
Contract String =>
|
|
23
|
+
Contract String => Twitter::Tweet
|
|
24
24
|
# Wrapper for Twitter::Rest::Client.update with retries if too many requests
|
|
25
25
|
def update(post)
|
|
26
26
|
@client.update(post)
|