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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 4d88dbc6489815faa760dcf33b790394aad587b777bbebec01c4cd3526bd72df
4
- data.tar.gz: 65e157b50060cd67f924069793a82be556822d21612d6e5d82992f8b1c69ccc5
3
+ metadata.gz: 5177511de96c5831dea246ff4b211912a5b1a3515ccfb82f4bcac03784b2bb85
4
+ data.tar.gz: b583be7861f503d9e20eaf4ef09cd37ca4b10c615f3b4a34a82a50b153fa5d2d
5
5
  SHA512:
6
- metadata.gz: 00e03f3fb165f7af7043f4b46a1918cf45930ce6c28f1b27f1bef5004aa72a3aeb17ca70f7690b2c13fb52a6bce6b805cde1db37a53f6edc2a10642b81467f70
7
- data.tar.gz: fdb09090680c96ccd8fb533600e845d192fc785472f977cf0694164848b8e7e5cd244d669d6c8a3fef3317230b67a8e94a881bdd1f9038d9193f20ac9724fdf6
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
- # Capture Thing import plugin
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 Capture Thing folder
24
+ ## Imports a Twitter timeline as Doing entries
25
25
  ##
26
26
  ## @param wwid [WWID] WWID object
27
- ## @param path [String] Path to Capture Thing folder
27
+ ## @param path [String] Not used
28
28
  ## @param options [Hash] Additional Options
29
29
  ##
30
30
  def self.import(wwid, path, options: {})
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: doing-plugin-twitter-import
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.2
4
+ version: 0.0.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Brett Terpstra