kindleclippings 1.1.2 → 1.1.3

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 +1 -1
  2. metadata +3 -3
@@ -40,7 +40,7 @@ module KindleClippings
40
40
 
41
41
  lines = Array.new
42
42
 
43
- if RUBY_VERSION == "1.9.1"
43
+ if RUBY_VERSION > "1.9.1"
44
44
  lines = clipping.lines.to_a
45
45
  else
46
46
  lines = clipping.to_a
metadata CHANGED
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
5
5
  segments:
6
6
  - 1
7
7
  - 1
8
- - 2
9
- version: 1.1.2
8
+ - 3
9
+ version: 1.1.3
10
10
  platform: ruby
11
11
  authors:
12
12
  - Georg Alexander Boe
@@ -14,7 +14,7 @@ autorequire:
14
14
  bindir: bin
15
15
  cert_chain: []
16
16
 
17
- date: 2010-04-04 00:00:00 +02:00
17
+ date: 2010-05-29 00:00:00 +02:00
18
18
  default_executable:
19
19
  dependencies:
20
20
  - !ruby/object:Gem::Dependency