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 +4 -4
- data/lib/study_line/version.rb +1 -1
- data/study_line.gemspec +1 -1
- metadata +3 -3
- /data/bin/{sl → stl} +0 -0
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 85f5791969d140b5e4d65d80279bcedb1d32c978f24760b00853c8b71006732f
|
|
4
|
+
data.tar.gz: 978b2c059e973a3f10fd4647168b4e557c80b8e2a3ad93c2ca2ad8cd4af60fcf
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 8ce87636aa8bf9760009b94cb24a073fbb04b0fb10eede6dd7881a273d6208de08bac418559bf6ef6facb82cc313554b578ba3cb0a30a2bd2616e00700c628e9
|
|
7
|
+
data.tar.gz: c820beb3b3afe634d433cf847384b14fd7db9e817a8e22bcaad224e099ace536df0d6d1d5cfa8bfda3a234fe4bf3247ffe9b9cd714928e8ff76cdede8a100dd7
|
data/lib/study_line/version.rb
CHANGED
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 = ["
|
|
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.
|
|
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
|
-
-
|
|
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/
|
|
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
|