Sha256: 517ce6e5bafa3bb660be2541f69b23b348d2773b4ede8114132c7a3bcb5dbc79
Contents?: true
Size: 761 Bytes
Versions: 2
Compression:
Stored size: 761 Bytes
Contents
source 'https://rubygems.org' # Specify your gem's dependencies in dolarblue.gemspec gemspec group :development do gem 'pry' # core replacement for irb gem 'pry-doc' # gives MRI core documentation and source code end unless %w(jruby rbx).include? RUBY_ENGINE group :test do # Coverage reports only for MRI gem 'simplecov', '>= 0.8.2' gem 'coveralls', '>= 0.7.0' end group :development do gem 'redcarpet', '>= 3' # redcarpet doesn't currently works with jruby nor rbx. kramdown is a possible alternative gem 'yard', '>= 0.8.7.3' # no need to generate yard docs from jruby nor rbx gem 'pry-stack_explorer' # adds command `show-stack` gem 'pry-debugger' # adds commands `continue, step, next, finish` end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
dolarblue-0.5.0 | Gemfile |
dolarblue-0.4.0 | Gemfile |