doing-plugin-twitter-import 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/lib/doing-plugin-twitter-import.rb +3 -3
- 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: 5177511de96c5831dea246ff4b211912a5b1a3515ccfb82f4bcac03784b2bb85
|
|
4
|
+
data.tar.gz: b583be7861f503d9e20eaf4ef09cd37ca4b10c615f3b4a34a82a50b153fa5d2d
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 709079c3a362ffa145d3cd63bd0a49d7962767bfb3ea67960e1a19a1a481305128edd3e723901be96a154593024b0d504dfdd51cd587be25c9d5819a7d94d4c7
|
|
7
|
+
data.tar.gz: 0c64ce68f7ab35e2cd45c44342ceb52d932519b222e3d3be409c4e68fc0098a86e191e252ca36786872361379f6d8a252b11286081b0c07ae96a9b1deb8a30f7
|
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
# author: Brett Terpstra
|
|
6
6
|
# url: https://brettterpstra.com
|
|
7
7
|
module Doing
|
|
8
|
-
#
|
|
8
|
+
# Twitter import plugin
|
|
9
9
|
class TwitterImport
|
|
10
10
|
require 'time'
|
|
11
11
|
require 'twitter'
|
|
@@ -21,10 +21,10 @@ module Doing
|
|
|
21
21
|
end
|
|
22
22
|
|
|
23
23
|
##
|
|
24
|
-
## Imports a
|
|
24
|
+
## Imports a Twitter timeline as Doing entries
|
|
25
25
|
##
|
|
26
26
|
## @param wwid [WWID] WWID object
|
|
27
|
-
## @param path [String]
|
|
27
|
+
## @param path [String] Not used
|
|
28
28
|
## @param options [Hash] Additional Options
|
|
29
29
|
##
|
|
30
30
|
def self.import(wwid, path, options: {})
|