0.0
No release in over 3 years
1日単位の予約を担当します。
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
2025
 Dependencies
 Project Readme

Kyonoyoyaku

やあ!
このgemは1日単位の予約だけやるよ。

Installation

bundle add kyonoyoyaku
gem install kyonoyoyaku

Usage

情報を出す

require "kyonoyoyaku"

puts Kyonoyoyaku::INFO
# このGemは今日の予約を管理します。

Development

開発環境の構築

$ docker compose up -d
$ docker compose exec ruby bash

テストの実行

# ここからコンテナ内
$ bundle exec rspec
.
.
.
Kyonoyoyaku
  has a version number
  does something useful
  info
    情報を返してくれる

Finished in 0.0061 seconds (files took 0.1265 seconds to load)
3 examples, 0 failures

Contributing

Bug reports and pull requests are welcome on GitHub at https://github.com/[USERNAME]/kyonoyoyaku.

License

The gem is available as open source under the terms of the MIT License.