study_line 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
  SHA256:
3
- metadata.gz: 9d751911084cb8ad8dbbfe4e15f18d7993576403b189b0d48d55eccc56b026ca
4
- data.tar.gz: bd6430c2b78ac7312f5f56c6c3de38376ad4f31ffa391755c945a8338bb9f572
3
+ metadata.gz: 85f5791969d140b5e4d65d80279bcedb1d32c978f24760b00853c8b71006732f
4
+ data.tar.gz: 978b2c059e973a3f10fd4647168b4e557c80b8e2a3ad93c2ca2ad8cd4af60fcf
5
5
  SHA512:
6
- metadata.gz: 9fcef240862842bdf461f33df87446393fcc1b1b125d890def56a69ff31d61225f85685f3f6975424a4a9700a0c54d291e6f6dcca7b348c462068b357a0e2536
7
- data.tar.gz: c6bb797861f9aa204dcb66b61921976e39d56817b56404112bf6d6e1ad8c3d5d11a03aadef06fbb216557dc452128edad012080719ff2d455ec397e440d76dd5
6
+ metadata.gz: 8ce87636aa8bf9760009b94cb24a073fbb04b0fb10eede6dd7881a273d6208de08bac418559bf6ef6facb82cc313554b578ba3cb0a30a2bd2616e00700c628e9
7
+ data.tar.gz: c820beb3b3afe634d433cf847384b14fd7db9e817a8e22bcaad224e099ace536df0d6d1d5cfa8bfda3a234fe4bf3247ffe9b9cd714928e8ff76cdede8a100dd7
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module StudyLine
4
- VERSION = "0.1.1"
4
+ VERSION = "0.1.2"
5
5
  end
data/study_line.gemspec CHANGED
@@ -35,7 +35,7 @@ Gem::Specification.new do |spec|
35
35
 
36
36
  spec.bindir = "bin"
37
37
  # spec.executables = spec.files.grep(%r{\Aexe/}) { |f| File.basename(f) }
38
- spec.executables = ["sl"]
38
+ spec.executables = ["stl"]
39
39
  spec.require_paths = ["lib"]
40
40
 
41
41
  # 依存関係の追加(例えば、ThorやHTTPartyなど)
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: study_line
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
  - kentaro0215
@@ -43,7 +43,7 @@ description: StudyLine is a CLI tool designed to help users track and manage the
43
43
  email:
44
44
  - ken.runteq0215@gmail.com
45
45
  executables:
46
- - sl
46
+ - stl
47
47
  extensions: []
48
48
  extra_rdoc_files: []
49
49
  files:
@@ -58,7 +58,7 @@ files:
58
58
  - Rakefile
59
59
  - bin/console
60
60
  - bin/setup
61
- - bin/sl
61
+ - bin/stl
62
62
  - lib/.DS_Store
63
63
  - lib/study_line.rb
64
64
  - lib/study_line/.DS_Store
/data/bin/{sl → stl} RENAMED
File without changes