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。我怎么知道我有什么版本的 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