clippings 0.1.0 → 0.1.1
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/clippings.gemspec +1 -1
- data/lib/clippings/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: 5afd015d451d752cdcf7ab40d7c5e753c9cbac14e0ba6e0df95d603b9bab2df0
|
|
4
|
+
data.tar.gz: f722b6e8edf0866734715955eb70200d269cbf9ca8e57072b01797dbfd6a2b33
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: d2232f2b1e81fc78988cde80f005684aaf4a3b29e7f4851f57fa1fd02c4a316433ecc66076c80b7c34d56ec8cdb03ea8b6646579357dda0d5188ae3c2b2212c0
|
|
7
|
+
data.tar.gz: 22f28eac2bbe537bb14f32bf92c81979a2272e4883b8d9c9fdeb05448d8a8cc8cce2f781149a3a5444da367194a7a7c7f46da51df59e2bcb480c7bed10a1860c
|
data/clippings.gemspec
CHANGED
|
@@ -11,7 +11,7 @@ Gem::Specification.new do |spec|
|
|
|
11
11
|
|
|
12
12
|
spec.summary = %q{Parse notes and highlights in your Kindle clippings}
|
|
13
13
|
spec.description = %q{Parse notes and highlights in your Kindle clippings, the name of the Kindle clipper file was 'My Clippings.txt'}
|
|
14
|
-
spec.homepage = "https://github.com/BadTudou/clippings"
|
|
14
|
+
spec.homepage = "https://github.com/BadTudou/clippings-gem"
|
|
15
15
|
spec.license = "MIT"
|
|
16
16
|
|
|
17
17
|
# Prevent pushing this gem to RubyGems.org. To allow pushes either set the 'allowed_push_host'
|
data/lib/clippings/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: clippings
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.1.
|
|
4
|
+
version: 0.1.1
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- badtudou
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: exe
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2017-12-
|
|
11
|
+
date: 2017-12-16 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: bundler
|
|
@@ -56,7 +56,7 @@ files:
|
|
|
56
56
|
- clippings.gemspec
|
|
57
57
|
- lib/clippings.rb
|
|
58
58
|
- lib/clippings/version.rb
|
|
59
|
-
homepage: https://github.com/BadTudou/clippings
|
|
59
|
+
homepage: https://github.com/BadTudou/clippings-gem
|
|
60
60
|
licenses:
|
|
61
61
|
- MIT
|
|
62
62
|
metadata:
|