kompo 0.1.1 → 0.1.3

Sign up to get free protection for your applications and to get access to all the features.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/exe/kompo +0 -18
  3. data/lib/kompo/version.rb +1 -1
  4. metadata +5 -4
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 8a96e1190c101239d2daebe19c13ed99ecb86a700388aa31b43fad74cf014097
4
- data.tar.gz: 52e1a70b3aa11b909aab20cf9ee922f998df0b376657fb7c69529e998db7599a
3
+ metadata.gz: 6cdffb0d1cbd44d52b0bb2f0b580d16a44dd2b9f09e8cad75b23ee1fe1eacef2
4
+ data.tar.gz: 7e9850ae1d5c28dd61a3c1114ddb9e7a61c4e8722d2b2fca9ccf37bbbe09c26b
5
5
  SHA512:
6
- metadata.gz: 3861dd4a6833f5f097bfee577b41e603a65c47b32c5711d9d938d5e65d3bfd7a77cc0d39977731a605a100eecb4e12f0f34e38f9d2e5a152fe53e9e1f065c20d
7
- data.tar.gz: 9e6c6c2d037c1b28ee9e6f8b38da74bd5ef9b3af34293c3fe5935920f0cabc6af7d818a297bbafd4a013870ec2ebe1fd1b5b08e1c79d5b936715086adfdab59f
6
+ metadata.gz: 0aade69b9fac9b8edf5e7cde1dab33f1491215cb26dab5980378c7907f168e12a03b84fb96c48b8b59aa36ad78e66306f320522875f7388ccd450eace50ca2d9
7
+ data.tar.gz: 74dfd32c67932c14163049204566005182fdb24f29db5c207ecc5efc13677bc9aef3bbc173718059a01212599e01a57b2e41da4fa6db029fb5d7eac0e329ddf4
data/exe/kompo CHANGED
@@ -28,21 +28,3 @@ Kompo::Tasks.cd_work_dir(option) do |task|
28
28
  end
29
29
 
30
30
  puts 'info: Finish kompo!'
31
-
32
- require 'debug'
33
- module Kernel
34
- def require(path)
35
- debugger
36
- end
37
- def autoload(const, file)
38
- Object.autoload(const, file)
39
- end
40
- end
41
-
42
- class Module
43
- alias original_autoload autoload
44
- def autoload(const_name, file)
45
- original_autoload(const_name, file)
46
- end
47
- end
48
- autoload(:Hoge, 'make_main.rb')
data/lib/kompo/version.rb CHANGED
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Kompo
4
- VERSION = "0.1.1"
4
+ VERSION = "0.1.3"
5
5
  end
metadata CHANGED
@@ -1,16 +1,17 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: kompo
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
  - Sho Hirano
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2024-04-02 00:00:00.000000000 Z
11
+ date: 2024-04-21 00:00:00.000000000 Z
12
12
  dependencies: []
13
- description: Write a longer description or delete this line.
13
+ description: A tool to pack Ruby and Ruby scripts in one binary. This tool is still
14
+ under development.
14
15
  email:
15
16
  - ahogappa@gmail.com
16
17
  executables:
@@ -58,5 +59,5 @@ requirements: []
58
59
  rubygems_version: 3.4.10
59
60
  signing_key:
60
61
  specification_version: 4
61
- summary: Write a short summary, because RubyGems requires one.
62
+ summary: A tool to pack Ruby and Ruby scripts in one binary.
62
63
  test_files: []