Skip to content

Commit

Permalink
feat: 🎸 gem の description を更新した
Browse files Browse the repository at this point in the history
String クラス についての記述がなかったので追加した
  • Loading branch information
nikukyugamer committed Sep 5, 2023
1 parent ffbc1fa commit 20c653a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion prekin.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Gem::Specification.new do |spec|
spec.email = ['takiya@toran.sakura.ne.jp']

spec.summary = "Judge whether the target day of month is 'PREMIUM FRIDAY' or not."
spec.description = "Return true or false when you specify the day of month (by Time Class, Date Class or DateTime Class). The criteria is whether the day is 'PREMIUM FRIDAY' or not. 'PREMIUM FRIDAY' is the last friday in month in Japan."
spec.description = "Return true or false when you specify the day of month (by Time class, Date class, DateTime class or String class). The criteria is whether the day is 'PREMIUM FRIDAY' or not. 'PREMIUM FRIDAY' is the last friday in month in Japan."
spec.homepage = 'https://github.com/nikukyugamer/prekin'
spec.license = 'MIT'
spec.files = Dir.chdir(File.expand_path(__dir__)) do
Expand Down

0 comments on commit 20c653a

Please sign in to comment.