File: Gemfile

package info (click to toggle)
ruby-tty-screen 0.8.1-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 220 kB
  • sloc: ruby: 483; makefile: 4; sh: 4
file content (13 lines) | stat: -rw-r--r-- 325 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
source "https://rubygems.org"

gemspec

gem "coveralls", "~> 0.8.22"
gem "simplecov", "~> 0.16.1"
gem "yardstick", "~> 0.9.9"
if RUBY_VERSION.split(".")[1].to_i > 0 && !(/jruby/ =~ RUBY_ENGINE)
  gem "rspec-benchmark", "~> 0.6.0"
end
if RUBY_VERSION.split(".")[1].to_i > 3 && !(/jruby/ =~ RUBY_ENGINE)
  gem "io-console"
end