images_to_scrapbox 0.1.1 → 0.1.3
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 +5 -5
- data/exe/images_to_scrapbox +6 -0
- data/lib/images_to_scrapbox/version.rb +1 -1
- metadata +5 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
|
-
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
2
|
+
SHA1:
|
3
|
+
metadata.gz: 94d47f490a04f87c4ae22f9d9e83ee3a4fc41da3
|
4
|
+
data.tar.gz: fb36e22ff7ac0ca957fa5cae29e1b470a4738987
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 2801722dd2f6aceb5ab7923934749dec5d6eb7e2a74a2ca5d3599e8bf9c5a72e3494115016396d32389bd5a52c898e5c0bf64eba4f8b4986a76f67efaea7b3d8
|
7
|
+
data.tar.gz: 4e399e1103c3dcb7d2f8869030d4047dcfc24985a4a4a9c2886f0a15a444f49c910a306c54cb8ceafb739d5559f387075a4a8a17a18255fdd86dbeea060c5038
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: images_to_scrapbox
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.1.
|
4
|
+
version: 0.1.3
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Hiroharu Sugawara
|
@@ -83,7 +83,8 @@ dependencies:
|
|
83
83
|
description: convert images files to scrapbox-import-ready-json.
|
84
84
|
email:
|
85
85
|
- hsugawa@tmu.ac.jp
|
86
|
-
executables:
|
86
|
+
executables:
|
87
|
+
- images_to_scrapbox
|
87
88
|
extensions: []
|
88
89
|
extra_rdoc_files: []
|
89
90
|
files:
|
@@ -97,6 +98,7 @@ files:
|
|
97
98
|
- Rakefile
|
98
99
|
- bin/console
|
99
100
|
- bin/setup
|
101
|
+
- exe/images_to_scrapbox
|
100
102
|
- images_to_scrapbox.gemspec
|
101
103
|
- lib/cli.rb
|
102
104
|
- lib/images_to_scrapbox.rb
|
@@ -121,7 +123,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
121
123
|
version: '0'
|
122
124
|
requirements: []
|
123
125
|
rubyforge_project:
|
124
|
-
rubygems_version: 2.
|
126
|
+
rubygems_version: 2.6.14
|
125
127
|
signing_key:
|
126
128
|
specification_version: 4
|
127
129
|
summary: convert images files to scrapbox-import-ready-json.
|