ever2boost 0.1.4 → 0.1.5

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 8115664c60e3fee69a8f9ccf664b70fbefcc6955
4
- data.tar.gz: 718a06bc3511f37e2117da2220b170eb2e086950
3
+ metadata.gz: fa177688cfea504c8a697dec4c9800531aca5d24
4
+ data.tar.gz: fa49e76104b3cf2b40cb7060ed2b72e9f98a0020
5
5
  SHA512:
6
- metadata.gz: 7e80317fba93bc9ed962b7e173a5d173c600d4e17ba73e80aed048b6e9188091d46fb21f5f3a649eb7dc21bb9b9b3a3e7d0fd2ec67301b5af5cdbb8be0f5fa9f
7
- data.tar.gz: 4b93f7d1c63d399b059246dfeba7456ebc648a8a73799ba605f5bdefc55310fe05205c552d13118dd482b7da8f9082691e114dcd22fd6b7dc00407c758f8aa7b
6
+ metadata.gz: 3d2d5f2b3668524afe96e8b93129d26c43fa97edb663ce1aa8e655e39a6f692976b9e332c44807ed9f2e1276541876ccd34a6ee1f6f1329e4d4113563e6e8a36
7
+ data.tar.gz: 265615dabb9c26c5d799b504106acb2232b03a200dcf82dca1dae584e488f82179da1607463fece465977378ff4a8345c10117cb6e2117069a6bc4ea45278c30
@@ -17,7 +17,7 @@ You need to try `convert` command if you just want to import the folder.
17
17
  When it happens, ever2boost tells us an error below:
18
18
  ![error_on_import](images/img5.png)
19
19
 
20
- Actually I don't know the **exact** terms of number of notes, I just experienced in my environment. And **the limitation is reset every hour**.
20
+ Actually I don't know the **exact** terms of number of notes, I just experienced in my environment. And **the limitation is reset every hour**. Further more, I've confirmed the error happens in case of capacity limit.
21
21
 
22
22
  **IMPORTANT**: The import is success (until the limitation) unless the error happens, thus you can connect the directory to Boostnote normaly.
23
23
 
@@ -80,6 +80,7 @@ module Ever2boost
80
80
  .gsub(/>/, '>')
81
81
  .gsub(/&lt;/, '<')
82
82
  .gsub(/&amp;/, '&')
83
+ .gsub(/&quot;/, '"')
83
84
  .gsub(/\\n\\n/m, '')
84
85
  end
85
86
  end
@@ -1,3 +1,3 @@
1
1
  module Ever2boost
2
- VERSION = '0.1.4'.freeze
2
+ VERSION = '0.1.5'.freeze
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: ever2boost
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.4
4
+ version: 0.1.5
5
5
  platform: ruby
6
6
  authors:
7
7
  - asmsuechan
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2017-02-04 00:00:00.000000000 Z
11
+ date: 2017-02-07 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: evernote-thrift
@@ -113,7 +113,7 @@ files:
113
113
  - bin/console
114
114
  - bin/ever2boost
115
115
  - bin/setup
116
- - docs/API_error.md
116
+ - docs/api_error.md
117
117
  - docs/development.md
118
118
  - docs/emergency.md
119
119
  - docs/images/img1.png