jupyter_to_scrapbox 0.1.1 → 0.1.2
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/README.md +2 -2
- data/jupyter_to_scrapbox.gemspec +2 -2
- data/lib/jupyter_to_scrapbox/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: 7bde8dafe3afda01394dab01a83e9034233b9eeb
|
4
|
+
data.tar.gz: a13b143293667ca68af78a2627953b6e018eb2c2
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: d5bbe6c74786a3794420ffc9414e0a338d9a65ee45f733fd2084596290a67e487b2e5118420ce0c772ec0d4609678822cc5a3f4a4e47fc852c1ee0f2cab4fa55
|
7
|
+
data.tar.gz: 343241b86564fb51c0a0d4944499e214d480cef8897608031a04fe0da326d79d09ecef817cf94d5ca49ff9b0b852c32652073d0def490b0a1582f00f7e60a7cd
|
data/README.md
CHANGED
@@ -24,9 +24,9 @@ gem install jupyter_to_scrapbox
|
|
24
24
|
$ bundle exec bin/jupyter_to_scrapbox convert FILE > scrapbox.json
|
25
25
|
|
26
26
|
Follow the instruction of scrapbox's "import pages" tool at the url:
|
27
|
-
https://scrapbox.io/help
|
27
|
+
https://scrapbox.io/help/インポート・エクスポートする
|
28
28
|
|
29
|
-
Specify scrapbox.json file.
|
29
|
+
Specify created scrapbox.json file.
|
30
30
|
|
31
31
|
## Development
|
32
32
|
|
data/jupyter_to_scrapbox.gemspec
CHANGED
@@ -10,8 +10,8 @@ Gem::Specification.new do |spec|
|
|
10
10
|
spec.email = ["hsugawa@tmu.ac.jp"]
|
11
11
|
|
12
12
|
spec.summary = %q{convert jupyter-notebook to scrapbox-ready-json}
|
13
|
-
spec.description = %q{}
|
14
|
-
spec.homepage = %q{http://github.com/hsugawa8651/
|
13
|
+
spec.description = %q{convert jupyter-notebook to scrapbox-import-json}
|
14
|
+
spec.homepage = %q{http://github.com/hsugawa8651/jupyter_to_scrapbox_gem}
|
15
15
|
spec.licenses = [ "MIT" ]
|
16
16
|
|
17
17
|
spec.files = `git ls-files -z`.split("\x0").reject do |f|
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: jupyter_to_scrapbox
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.1.
|
4
|
+
version: 0.1.2
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Hiroharu Sugawara
|
@@ -52,7 +52,7 @@ dependencies:
|
|
52
52
|
- - ">="
|
53
53
|
- !ruby/object:Gem::Version
|
54
54
|
version: '0'
|
55
|
-
description:
|
55
|
+
description: convert jupyter-notebook to scrapbox-import-json
|
56
56
|
email:
|
57
57
|
- hsugawa@tmu.ac.jp
|
58
58
|
executables:
|
@@ -74,7 +74,7 @@ files:
|
|
74
74
|
- lib/.DS_Store
|
75
75
|
- lib/jupyter_to_scrapbox.rb
|
76
76
|
- lib/jupyter_to_scrapbox/version.rb
|
77
|
-
homepage: http://github.com/hsugawa8651/
|
77
|
+
homepage: http://github.com/hsugawa8651/jupyter_to_scrapbox_gem
|
78
78
|
licenses:
|
79
79
|
- MIT
|
80
80
|
metadata: {}
|