fyodor 0.2.7 → 0.2.8

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.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +8 -2
  3. data/lib/fyodor/version.rb +1 -1
  4. metadata +5 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 88110cfdbb8c0f625d97c460e6b087f1f00b0efa2bc54f244254e9e90dd17102
4
- data.tar.gz: '097449b93162d2be858b05942e41b05904dfdf464c7f5fbc1fc70fa725fbb992'
3
+ metadata.gz: a9df8b69482e73f4b9111105c9c9e02b5d36ada90536b393d322000e99e9bc7e
4
+ data.tar.gz: 0070bfc112a33cea32020dfda7e7e033292f4083bc60e3487b854d66f857e206
5
5
  SHA512:
6
- metadata.gz: 265349bddd3c8c4445d8d65684eaacb24cc49d2089842708cfb9d92b748fd3c226e62509d17e2b374cc2d1cbc1682d58be1770bf10a738fa4defeb4a1928bab9
7
- data.tar.gz: e6dd20487302828751669be11669f75bb536439321c292b72f12f390f9c388f3c3ba90ebbab0ce659a6179a5342fc95fbda20feeb3fa832e376c732b35472a65
6
+ metadata.gz: d35a3946e8c78f57c1a742a9e6ab35c5fa0948cccc88e479147b83f91956844b31afe7475c2a7a53a5856a90eab26c04a8c5a197f085f88f19bde774aa934407
7
+ data.tar.gz: 4cbba9cd18529bc8e3a5d17a6236fa3ad30965655aca6387df759a11926bd578f373920bfb046751be757028989e39d330b19ab61d3909735dbf969a1693b633
data/README.md CHANGED
@@ -8,7 +8,7 @@ This application parses `My Clippings.txt` from your Kindle and generates a mark
8
8
 
9
9
  [For samples of the output, click here.](docs/output_demo)
10
10
 
11
- To read more about the motivation and what problem it tries to solve, [check this blog post](http://rafaelc.org/blog/export-all-your-kindle-highlights-and-notes/).
11
+ To read more about the motivation and what problem it tries to solve, [check this blog post](https://rafaelc.org/tech/p/export-all-your-kindle-highlights-and-notes/).
12
12
 
13
13
  ## Features
14
14
 
@@ -82,11 +82,17 @@ 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
+ ## PSA: HTML to markdown
86
+
87
+ Did you export your annotations to HTML using the Kindle mobile app?
88
+
89
+ You can convert it to markdown with [a script I wrote specifically for it](https://rafaelc.org/k/kindle2md).
90
+
85
91
  ## Buy me a coffee
86
92
 
87
93
  If you like Fyodor, you can show your support here:
88
94
 
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>
95
+ <a href="https://rafaelc.org/coffee" target="_blank"><img src="https://cdn.buymeacoffee.com/buttons/default-orange.png" alt="Buy Me A Coffee" width="200" ></a>
90
96
 
91
97
  ## License
92
98
 
@@ -1,3 +1,3 @@
1
1
  module Fyodor
2
- VERSION = "0.2.7".freeze
2
+ VERSION = "0.2.8".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.7
4
+ version: 0.2.8
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-07-24 00:00:00.000000000 Z
11
+ date: 2021-06-22 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: toml
@@ -75,6 +75,9 @@ required_ruby_version: !ruby/object:Gem::Requirement
75
75
  - - ">="
76
76
  - !ruby/object:Gem::Version
77
77
  version: '2.5'
78
+ - - "<"
79
+ - !ruby/object:Gem::Version
80
+ version: '3'
78
81
  required_rubygems_version: !ruby/object:Gem::Requirement
79
82
  requirements:
80
83
  - - ">="