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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
- SHA256:
3
- metadata.gz: 61745dce879d45720a668651340e24da58db388574ca7dd932c87fc495f5f076
4
- data.tar.gz: df9fa7cffd452d56e4b0a2639241ce2f2a6db617ca5ae2ab88780f958bf73064
2
+ SHA1:
3
+ metadata.gz: 94d47f490a04f87c4ae22f9d9e83ee3a4fc41da3
4
+ data.tar.gz: fb36e22ff7ac0ca957fa5cae29e1b470a4738987
5
5
  SHA512:
6
- metadata.gz: d74b63258f355d88e81da2cbfd8ace22f795ad569520013d8b3dee17f7987fc9ecd4926654336a5e6465e8bde6e37ad091ec4495c90fa5c23bae79a7472efa3d
7
- data.tar.gz: 8bca05eac5da7525fc7b421ef2562afbc752b4713accfbb7f20565a4a26e1a8a36c4cc187a840cef9b7762f04cc7e6c61e3be5339d5fdb287a58a1d659409687
6
+ metadata.gz: 2801722dd2f6aceb5ab7923934749dec5d6eb7e2a74a2ca5d3599e8bf9c5a72e3494115016396d32389bd5a52c898e5c0bf64eba4f8b4986a76f67efaea7b3d8
7
+ data.tar.gz: 4e399e1103c3dcb7d2f8869030d4047dcfc24985a4a4a9c2886f0a15a444f49c910a306c54cb8ceafb739d5559f387075a4a8a17a18255fdd86dbeea060c5038
@@ -0,0 +1,6 @@
1
+ #!/usr/bin/env ruby
2
+ # coding: utf-8
3
+
4
+ require "cli"
5
+
6
+ ImagesToScrapbox::CLI.start(ARGV)
@@ -1,3 +1,3 @@
1
1
  module ImagesToScrapbox
2
- VERSION = "0.1.1"
2
+ VERSION = "0.1.3"
3
3
  end
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.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.7.3
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.