kindleclippings 1.3.3 → 1.3.4
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/README.markdown +1 -0
- data/lib/kindleclippings/parser.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: bad5d803e94f93eddf895fff36c5f2b8c06fe638
|
4
|
+
data.tar.gz: d9098c7e8ee988d3d9d431ece9f1468d99bde3a8
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 398f292ac820f3bd660f37e729269bbc080ebc02617212f9622ab1feb7f8a7a03610b69b4bcc25fc32aa26ff33481ec319226b413644156ef67112b4d3b815f2
|
7
|
+
data.tar.gz: 059df4679b85572d4ef6cabd22c3c4616687ad4f7426035a70041e5c9fc7e11311e68847fc7f91b1df2bd29eaae4e3b9e0070e7a5eb4bc300ba8d113481932cd
|
data/README.markdown
CHANGED
@@ -37,7 +37,7 @@ module KindleClippings
|
|
37
37
|
end
|
38
38
|
|
39
39
|
first_line = lines[0].strip.scan(/^(.+) \((.+)\)$/i).first
|
40
|
-
second_line = lines[1].strip.scan(/^-\s(?:Your\s)?(\w+) (?:on page ([0-9-]*?) \| )?(?:Loc(?:ation|\.) ([0-9-]*?) +\| )?Added on (.*)$/i).first
|
40
|
+
second_line = lines[1].strip.scan(/^-\s(?:Your\s)?(\w+) (?:on page ([0-9-]*?) \| )?(?:(?:on )?Loc(?:ation|\.) ([0-9-]*?) +\| )?Added on (.*)$/i).first
|
41
41
|
|
42
42
|
if first_line.nil?
|
43
43
|
title = lines[0].strip
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: kindleclippings
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.3.
|
4
|
+
version: 1.3.4
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Georg Alexander Boe
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date:
|
11
|
+
date: 2014-05-02 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: rspec
|