sheltered-girl 4.0.7.6 → 4.0.7.7
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/bin/aqua +3 -6
- data/bin/sheltered-girl +2 -2
- data/lib/version.rb +1 -1
- metadata +1 -2
- data/lib/summa.rb +0 -15
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: d856f063b698f1a7ee43bf86521d7b3e6fc17c6f955408ade26ab020cb81b7a6
|
|
4
|
+
data.tar.gz: 80636ef9fe69cbdf2963f3322cb912768c36e4f741f5abcaa6f76e00175d5825
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: cc62005a15686411b0009474f11c63992faac98fd4d4eb194dfd75a6f5bc9225b71a69bd34f82275a8151bcd6ddb01ddffd31fb9256e31b24d666bc7d85369c2
|
|
7
|
+
data.tar.gz: 25b747a8facb6e6a422e0cf546a6539e5b3954beb077ad9da085932eda3e27749c87d9d9e1b053adc64a5122e80c4408a9daba147c3320f2cdff3789962bf03a
|
data/bin/aqua
CHANGED
|
@@ -95,11 +95,8 @@ class EngineLeft
|
|
|
95
95
|
puts ' Feed End '.center(60, '-')
|
|
96
96
|
end
|
|
97
97
|
|
|
98
|
-
def self.
|
|
99
|
-
|
|
100
|
-
puts ' Summary Start '.center(60, '-')
|
|
101
|
-
Feed.new.jira
|
|
102
|
-
puts ' Summary end '.center(60, '-')
|
|
98
|
+
def self.not_found
|
|
99
|
+
puts '❎️ No function has been assigned.'
|
|
103
100
|
end
|
|
104
101
|
|
|
105
102
|
def self.version_info
|
|
@@ -188,7 +185,7 @@ begin
|
|
|
188
185
|
elsif one.match?(a)
|
|
189
186
|
EngineLeft.search_txi
|
|
190
187
|
elsif one.match?(b)
|
|
191
|
-
EngineLeft.
|
|
188
|
+
EngineLeft.not_found
|
|
192
189
|
elsif one.match?(c)
|
|
193
190
|
EngineLeft.calendar_view
|
|
194
191
|
elsif one.match?(d)
|
data/bin/sheltered-girl
CHANGED
|
@@ -193,8 +193,8 @@ module Sheltered_girl
|
|
|
193
193
|
$ aqua -a notojima.txt wajima
|
|
194
194
|
AND Search.
|
|
195
195
|
|
|
196
|
-
$ aqua -b
|
|
197
|
-
|
|
196
|
+
$ aqua -b
|
|
197
|
+
❎️ No function has been assigned.
|
|
198
198
|
|
|
199
199
|
$ aqua -c
|
|
200
200
|
Calendar views. Today now.
|
data/lib/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: sheltered-girl
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 4.0.7.
|
|
4
|
+
version: 4.0.7.7
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Takayuki Kamiyama
|
|
@@ -249,7 +249,6 @@ files:
|
|
|
249
249
|
- lib/saikoro.rb
|
|
250
250
|
- lib/seiki.rb
|
|
251
251
|
- lib/suihan.rb
|
|
252
|
-
- lib/summa.rb
|
|
253
252
|
- lib/tanraku.rb
|
|
254
253
|
- lib/tenji.rb
|
|
255
254
|
- lib/tenji_log.rb
|
data/lib/summa.rb
DELETED