ever2boost 0.1.4 → 0.1.5
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 +4 -4
- data/docs/{API_error.md → api_error.md} +1 -1
- data/lib/ever2boost/md_converter.rb +1 -0
- data/lib/ever2boost/version.rb +1 -1
- metadata +3 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: fa177688cfea504c8a697dec4c9800531aca5d24
|
|
4
|
+
data.tar.gz: fa49e76104b3cf2b40cb7060ed2b72e9f98a0020
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
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
|

|
|
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
|
|
data/lib/ever2boost/version.rb
CHANGED
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
|
+
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-
|
|
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/
|
|
116
|
+
- docs/api_error.md
|
|
117
117
|
- docs/development.md
|
|
118
118
|
- docs/emergency.md
|
|
119
119
|
- docs/images/img1.png
|