Sha256: 31a5589c9ab4d2a1c9609446bae1f6755c59afd8dcadf7011e677b37be366bcb
Contents?: true
Size: 282 Bytes
Versions: 3
Compression:
Stored size: 282 Bytes
Contents
# -*- encoding : utf-8 -*- source 'https://rubygems.org' gemspec # Devtools group :development, :test do gem 'devtools', git: 'https://github.com/rom-rb/devtools.git' gem 'guard-yard' end eval_gemfile 'Gemfile.devtools' # Local debugging group :debug do gem 'debugger' end
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
guacamole-0.2.0 | Gemfile |
guacamole-0.1.0 | Gemfile |
guacamole-0.0.1 | Gemfile |