Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
そこで、githubで「capybara-webkit」gemのクローンを作成しました。自分が持っている宝石のバージョンを知るにはどうすればよいですか?これを決定するGemspecには数字がないようですが、bundlerにフォルダーをgithubリポジトリとしてインストールさせたところ、バージョン0.12.0をインストールしようとしたと表示されます。
繰り返されないようにするために、gemの作成者はバージョン番号をファイルに入れ、それを.gemspecファイルで次のように再利用します。
s.version = Capybara::Driver::Webkit::VERSION.dup
したがって、バージョン番号はファイルにありますlib/capybara/driver/webkit/version.rb。
lib/capybara/driver/webkit/version.rb