fyodor 0.2.6 → 0.2.7

Sign up to get free protection for your applications and to get access to all the features.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +6 -0
  3. data/lib/fyodor/version.rb +1 -1
  4. metadata +16 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: dae694865dbdb0187906ad21b610ac7f9486819141f86392816a41fbe835f71c
4
- data.tar.gz: 97c07e5ba51877015426221aed2158a20436f36d8afbca165b8433c20050e02a
3
+ metadata.gz: 88110cfdbb8c0f625d97c460e6b087f1f00b0efa2bc54f244254e9e90dd17102
4
+ data.tar.gz: '097449b93162d2be858b05942e41b05904dfdf464c7f5fbc1fc70fa725fbb992'
5
5
  SHA512:
6
- metadata.gz: ec0b9492639f2b77ba2523106db931b3363c42731cab3b456f83e6c7e91ccc6ec196d4cbe9d8798f62a5c452eed391fec521d7e8da56c537be51a224e93963bc
7
- data.tar.gz: 359197fe0aeb85d76f1d025c2e3517a7fb02c60712989f79dd14be2004f50f3892a312b4114a3d29245d26a8f2e72f59dd4a2925c7c800f3dc63b435d63e4952
6
+ metadata.gz: 265349bddd3c8c4445d8d65684eaacb24cc49d2089842708cfb9d92b748fd3c226e62509d17e2b374cc2d1cbc1682d58be1770bf10a738fa4defeb4a1928bab9
7
+ data.tar.gz: e6dd20487302828751669be11669f75bb536439321c292b72f12f390f9c388f3c3ba90ebbab0ce659a6179a5342fc95fbda20feeb3fa832e376c732b35472a65
data/README.md CHANGED
@@ -82,6 +82,12 @@ Where:
82
82
  - `CLIPPINGS_FILE` is the path for `My Clippings.txt`.
83
83
  - `OUTPUT_DIR` is the directory to write the markdown files. If none is supplied, this will be `fyodor_output` under the current directory.
84
84
 
85
+ ## Buy me a coffee
86
+
87
+ If you like Fyodor, you can show your support here:
88
+
89
+ <a href="https://www.buymeacoffee.com/rafaelc" target="_blank"><img src="https://cdn.buymeacoffee.com/buttons/default-orange.png" alt="Buy Me A Coffee" width="200" ></a>
90
+
85
91
  ## License
86
92
 
87
93
  Licensed under [GPLv3](LICENSE)
@@ -1,3 +1,3 @@
1
1
  module Fyodor
2
- VERSION = "0.2.6".freeze
2
+ VERSION = "0.2.7".freeze
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: fyodor
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.6
4
+ version: 0.2.7
5
5
  platform: ruby
6
6
  authors:
7
7
  - Rafael Cavalcanti
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2020-06-30 00:00:00.000000000 Z
11
+ date: 2020-07-24 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: toml
@@ -24,6 +24,20 @@ dependencies:
24
24
  - - "~>"
25
25
  - !ruby/object:Gem::Version
26
26
  version: '0.1'
27
+ - !ruby/object:Gem::Dependency
28
+ name: optimist
29
+ requirement: !ruby/object:Gem::Requirement
30
+ requirements:
31
+ - - "~>"
32
+ - !ruby/object:Gem::Version
33
+ version: '3.0'
34
+ type: :runtime
35
+ prerelease: false
36
+ version_requirements: !ruby/object:Gem::Requirement
37
+ requirements:
38
+ - - "~>"
39
+ - !ruby/object:Gem::Version
40
+ version: '3.0'
27
41
  description: Parse Kindle clippings into markdown files
28
42
  email: code@rafaelc.org
29
43
  executables: