kindleclippings 1.2.0 → 1.2.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (2) hide show
  1. data/lib/kindleclippings.rb +2 -5
  2. metadata +2 -2
@@ -57,11 +57,8 @@ module KindleClippings
57
57
  type, location, date = *second_line
58
58
  content = String.new
59
59
 
60
- if type == "Note"
61
- content = lines[3..-1].join("")
62
- else
63
- content = lines[3]
64
- end
60
+ content = lines[3..-1].join("")
61
+
65
62
  Clipping.new(title, author, type.to_sym, location, date, content.strip)
66
63
  end
67
64
  end
metadata CHANGED
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
5
5
  segments:
6
6
  - 1
7
7
  - 2
8
- - 0
9
- version: 1.2.0
8
+ - 1
9
+ version: 1.2.1
10
10
  platform: ruby
11
11
  authors:
12
12
  - Georg Alexander Boe