hashcards_readwise 0.1.0 → 0.1.5

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: 28483db60197d3a33cd5b1884f96df11b624ee600a74bd86490b31232c3c9ec1
4
- data.tar.gz: fc816269bc4f7243ffce9e880d53bc0c44e236fd3c25f85cc5d21f12a47f6bc4
3
+ metadata.gz: 43055180d45c22e0f18fc1145b8c7a96df94142f96270e1d36ba90965d13f32a
4
+ data.tar.gz: f03d3b3dd8186e9ba3b30335935734aa6dce871a75877312150a0e470736388b
5
5
  SHA512:
6
- metadata.gz: db2f8647c80c5ae77e0c829ec26553d27c5f2595c896ca2b974e39a4916e9bfe42a40d7498845cb62448e35766bacb04393152f505a0696208a17d4f65a8b77e
7
- data.tar.gz: '075686ab4f1b61fb7b3df46ad00d0c89e3e102ee342bc0a0d0ac92452efeec6e19175990e7967367e2008c51009e6dd8dfed70618c9b1ce99319d541f4d9c611'
6
+ metadata.gz: '03974156922755e58069f1148c8a094f79993c8a74e809820f45f1966fe7aeed051557c3277a321c7b4c1b421a8d28d3fe8e0b1717be094b296b6ddf292fc52b'
7
+ data.tar.gz: d36a80e94ce993c584f201b17892c69c9ab88695e6aff754f50a767860e7872bbd2a108daa34345cf64e5007d5b7cf03af5c27ea18eeaaa271e9c0faa37cd8a0
data/README.md CHANGED
@@ -1,6 +1,10 @@
1
+ <p align="center">
2
+ <img width="151" alt="Hashcards-Readwise Logo" src="https://github.com/user-attachments/assets/34f50e71-3b79-4a11-9376-61217be3b4ac" />
3
+ </p>
4
+
1
5
  # hashcards-readwise
2
6
 
3
- Sync [hashcards](https://github.com/eudoxia0/hashcards) flashcards to [Readwise](https://readwise.io).
7
+ Sync [hashcards](https://github.com/eudoxia0/hashcards) to [Readwise](https://readwise.io).
4
8
 
5
9
  ## Installation
6
10
 
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module HashcardsReadwise
4
- VERSION = "0.1.0"
4
+ VERSION = "0.1.5"
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: hashcards_readwise
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
4
+ version: 0.1.5
5
5
  platform: ruby
6
6
  authors:
7
7
  - Derek Stride
@@ -74,6 +74,7 @@ metadata:
74
74
  allowed_push_host: https://rubygems.org
75
75
  homepage_uri: https://github.com/derekstride/hashcards-readwise
76
76
  source_code_uri: https://github.com/derekstride/hashcards-readwise
77
+ github_repo: ssh://github.com/DerekStride/hashcards-readwise
77
78
  rdoc_options: []
78
79
  require_paths:
79
80
  - lib