Sha256: 157850ad33932f3e49ab36052df40065c8c4573000cb4a674dd7a2e7b20f995d

Contents?: true

Size: 479 Bytes

Versions: 3

Compression:

Stored size: 479 Bytes

Contents

source 'https://rubygems.org'

# Specify your gem's dependencies in ruby-proxmox.gemspec
gemspec

group :developpement do
  gem 'guard'
  gem 'guard-rspec'
  gem 'guard-bundler'

  gem 'growl' if RUBY_PLATFORM =~ /darwin/
  gem 'wdm' if RUBY_PLATFORM =~ /mingw/
  gem 'ruby_gntp' if RUBY_PLATFORM =~ /mingw/

  gem 'guard-spork'

  gem 'yard'
  gem 'redcarpet'
  gem 'guard-yard'
end

group :test do
  gem 'spork'
  gem 'simplecov'
  gem 'json', '~> 1.8.3'
  gem 'coveralls'
end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
ruby-proxmox-1.0.2 Gemfile
ruby-proxmox-1.0.1 Gemfile
ruby-proxmox-1.0.0 Gemfile