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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 17127ea6d3d0623076b3f3ca74150165652bbe01
4
- data.tar.gz: de436c33d0ceff0c1010ea7a7755ab8f908887d2
3
+ metadata.gz: 7bde8dafe3afda01394dab01a83e9034233b9eeb
4
+ data.tar.gz: a13b143293667ca68af78a2627953b6e018eb2c2
5
5
  SHA512:
6
- metadata.gz: fff8f35f29cdedb070eb05dbfa756583a0bc42132b42c5d3cd9448f01a64f38b29d1c262556535b619c59eef4740d017ed18feec9c6d28dd1712075b98c64d64
7
- data.tar.gz: db5d4c8ecf55d2bf5881834d12771af275b21479ddcf8711f9994100ff0ae2ebfe70638175e52b320944fd5b4e7a6859a25f52da4a07f0661937487a06d93ca6
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/インポート・エクスポートする#585904d1af5c5b000065ceb3
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
 
@@ -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/juoyter_to_scrapbox_gem}
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|
@@ -1,3 +1,3 @@
1
1
  module JupyterToScrapbox
2
- VERSION = "0.1.1"
2
+ VERSION = "0.1.2"
3
3
  end
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.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/juoyter_to_scrapbox_gem
77
+ homepage: http://github.com/hsugawa8651/jupyter_to_scrapbox_gem
78
78
  licenses:
79
79
  - MIT
80
80
  metadata: {}