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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: d2f5c225843527c05097f6994730cfe7f9ba1ebfafb5381dd46d853269e29f9b
4
- data.tar.gz: 2667c9be6107490ca8fab2406917c5d8b44e1dc0168bf5aaf5e2fac9b0e1ca68
3
+ metadata.gz: 3fcea1731a6628ecb00dbc6b494a293063e34acaf08bb9606a9ba3fed874146b
4
+ data.tar.gz: fb981259fcb198c412fef78b5b0a022328513e70fe9aff5aa0a743491f19e133
5
5
  SHA512:
6
- metadata.gz: dca87c203d656b54c1c0fc31653a95bfe8179e284f7bafb321d63d3dcce523d439bc06079ba55f318cf36c36f9d270bf953903c9fc3291780eff1a8a3a4f82e4
7
- data.tar.gz: 128dd5672ec4e649bc748ca7c580e09f6e07f557e2cf3d6ee07bf146c57e996c27532fe58060ac5e56004db56d8af3bb4e1b44f8aef92d5b593d22cb937e3992
6
+ metadata.gz: aeee1c45284bbfe64b6c933d0e66e407de65fd88ded8cbedaa22c95589622446d551a64a887dbbf8e5dc1a36bafe85443705bd30ce042d980c7e8540ec9d3705
7
+ data.tar.gz: 9f0de9d7738dc8d1c7dea24acd865b9174c2cd12204b83b6243b8762d8e7f9bfcf5a0b4999b0afdd79c9771e3ee54aa98d37f5b47bcb6c693007f5492b7397b8
@@ -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 = "A readable format for Kindle notes."
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")
@@ -1,3 +1,3 @@
1
1
  module Highlights
2
- VERSION = "0.1.0"
2
+ VERSION = "1.0.0"
3
3
  end
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: 0.1.0
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: A readable format for Kindle notes.
58
+ summary: Create readable Kindle notes.
59
59
  test_files: []