highlights 0.1.0 → 1.0.0
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 +4 -4
- data/highlights.gemspec +2 -1
- data/lib/highlights/version.rb +1 -1
- metadata +3 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 3fcea1731a6628ecb00dbc6b494a293063e34acaf08bb9606a9ba3fed874146b
|
4
|
+
data.tar.gz: fb981259fcb198c412fef78b5b0a022328513e70fe9aff5aa0a743491f19e133
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: aeee1c45284bbfe64b6c933d0e66e407de65fd88ded8cbedaa22c95589622446d551a64a887dbbf8e5dc1a36bafe85443705bd30ce042d980c7e8540ec9d3705
|
7
|
+
data.tar.gz: 9f0de9d7738dc8d1c7dea24acd865b9174c2cd12204b83b6243b8762d8e7f9bfcf5a0b4999b0afdd79c9771e3ee54aa98d37f5b47bcb6c693007f5492b7397b8
|
data/highlights.gemspec
CHANGED
@@ -6,7 +6,8 @@ Gem::Specification.new do |spec|
|
|
6
6
|
spec.authors = ["Graham Marlow"]
|
7
7
|
spec.email = ["mgmarlow@hey.com"]
|
8
8
|
|
9
|
-
spec.summary = "
|
9
|
+
spec.summary = "Create readable Kindle notes."
|
10
|
+
spec.description = "A CLI tool that converts a Kindle CSV file to markdown."
|
10
11
|
spec.homepage = "https://github.com/mgmarlow/highlights"
|
11
12
|
spec.license = "MIT"
|
12
13
|
spec.required_ruby_version = Gem::Requirement.new(">= 2.3.0")
|
data/lib/highlights/version.rb
CHANGED
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: highlights
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version:
|
4
|
+
version: 1.0.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Graham Marlow
|
@@ -10,7 +10,7 @@ bindir: exe
|
|
10
10
|
cert_chain: []
|
11
11
|
date: 2020-11-22 00:00:00.000000000 Z
|
12
12
|
dependencies: []
|
13
|
-
description:
|
13
|
+
description: A CLI tool that converts a Kindle CSV file to markdown.
|
14
14
|
email:
|
15
15
|
- mgmarlow@hey.com
|
16
16
|
executables:
|
@@ -55,5 +55,5 @@ requirements: []
|
|
55
55
|
rubygems_version: 3.1.2
|
56
56
|
signing_key:
|
57
57
|
specification_version: 4
|
58
|
-
summary:
|
58
|
+
summary: Create readable Kindle notes.
|
59
59
|
test_files: []
|