File: Gemfile

package info (click to toggle)
ruby-simple-po-parser 1.1.5-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, forky, sid, trixie
  • size: 224 kB
  • sloc: ruby: 646; makefile: 4
file content (10 lines) | stat: -rw-r--r-- 162 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
source 'https://rubygems.org'

group :test do
  gem 'coveralls', :require => false
  gem 'rspec', '~> 3.5.0'
  gem 'awesome_print'
  gem 'ruby-prof'
end

gemspec