hashcards_readwise 0.1.4 → 0.1.6

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: 61a04317885e99947788383a11b297b19e132392ad80fea94ca03baccd035a3e
4
- data.tar.gz: 24bffee4516309285b1e9e39346a52df464fe2a2fdad390272dba89ed1918336
3
+ metadata.gz: ef1960375ea1049b500b43379193756fea12313dce313ddbd9f66cd31513e233
4
+ data.tar.gz: 437443d20527218d6e6fc2888083ba118d32223c110316396c1ef624266223a5
5
5
  SHA512:
6
- metadata.gz: eddb93b816e7a4ad094bf604d4a43ac3a8cc59a491d1d0c03a185d9ad9b1727272ed873daa0623496cff24623bb9999ea9ab0883177b207bfcc7c669bd48c41c
7
- data.tar.gz: ff96d914b230f2dd33a598920c3abbe5930355ff3765c1216b5a4c987e241277c3426ceb50c08221ac2958aebb97c664e47e10c1cd3254a01998cc5631928c0f
6
+ metadata.gz: c3d9bdc536f69e9a951650097f56d70ff3148f200cce2cb1101bfa3f2b81e6e9a728fbefc0e446b365bc869a05a627d75b920aa0342fa678b1eaa491127ef0df
7
+ data.tar.gz: bf28eaff0ec263362932de03112c943d21e76c7cff334a96cf9fe4cc797884472344431432ac5f44153342052604975c47528826193424808269f5a1713d0b96
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.4"
4
+ VERSION = "0.1.6"
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.4
4
+ version: 0.1.6
5
5
  platform: ruby
6
6
  authors:
7
7
  - Derek Stride
@@ -71,9 +71,9 @@ homepage: https://github.com/derekstride/hashcards-readwise
71
71
  licenses:
72
72
  - MIT
73
73
  metadata:
74
- allowed_push_host: https://rubygems.org
75
74
  homepage_uri: https://github.com/derekstride/hashcards-readwise
76
75
  source_code_uri: https://github.com/derekstride/hashcards-readwise
76
+ github_repo: ssh://github.com/DerekStride/hashcards-readwise
77
77
  rdoc_options: []
78
78
  require_paths:
79
79
  - lib