kindleclippings 1.3.3 → 1.3.4

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
  SHA1:
3
- metadata.gz: 9e8734a0ac60027035e21064083ec4afd6a2127a
4
- data.tar.gz: 33d91eaea39e65d600a415833d377ada86a89a80
3
+ metadata.gz: bad5d803e94f93eddf895fff36c5f2b8c06fe638
4
+ data.tar.gz: d9098c7e8ee988d3d9d431ece9f1468d99bde3a8
5
5
  SHA512:
6
- metadata.gz: 0627951bcb03fcdaece90e63f6c92ea746c1ed71c0b2cf13f77f2c6d24f2afdc87acdf358b46df3b1a5d0d9de0b142901d03d9cffeec9c9dc0bb556d3a47a114
7
- data.tar.gz: 63d26b37d95d4eaa4beb8ad198305b11176700bdfc853a81c568fdf4101e7f403fab0de3f54f9056752bf8d09895f05e1f84d101d1f7372fd792988ae0f88344
6
+ metadata.gz: 398f292ac820f3bd660f37e729269bbc080ebc02617212f9622ab1feb7f8a7a03610b69b4bcc25fc32aa26ff33481ec319226b413644156ef67112b4d3b815f2
7
+ data.tar.gz: 059df4679b85572d4ef6cabd22c3c4616687ad4f7426035a70041e5c9fc7e11311e68847fc7f91b1df2bd29eaae4e3b9e0070e7a5eb4bc300ba8d113481932cd
data/README.markdown CHANGED
@@ -76,3 +76,4 @@ You can filter the results by author, book title or date by using the methods `b
76
76
  * David Ramalho
77
77
  * Kenrick [aka Ken] Chien
78
78
  * Christophe Philemotte
79
+ * Aggelos Orfanakos
@@ -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.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: 2013-12-01 00:00:00.000000000 Z
11
+ date: 2014-05-02 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rspec