Sha256: 4ece0d2a82a7d6eb16b0ea19436ba5de15944939ad9b79d9fa913f73b3810c4e

Contents?: true

Size: 309 Bytes

Versions: 33

Compression:

Stored size: 309 Bytes

Contents

source 'https://rubygems.org'

# Specify your gem's dependencies in async-io.gemspec
gemspec

group :development do
	gem 'pry'
	gem 'guard-rspec'
	gem 'guard-yard'
	
	gem 'yard'
end

group :test do
	gem 'benchmark-ips'
	gem 'ruby-prof', platforms: :mri
	
	gem 'simplecov'
	gem 'coveralls', require: false
end

Version data entries

33 entries across 33 versions & 1 rubygems

Version Path
async-io-1.15.2 Gemfile
async-io-1.15.1 Gemfile
async-io-1.15.0 Gemfile
async-io-1.14.0 Gemfile
async-io-1.13.0 Gemfile
async-io-1.12.3 Gemfile
async-io-1.12.2 Gemfile
async-io-1.12.1 Gemfile
async-io-1.12.0 Gemfile
async-io-1.11.0 Gemfile
async-io-1.10.0 Gemfile
async-io-1.9.4 Gemfile
async-io-1.9.3 Gemfile
async-io-1.9.2 Gemfile
async-io-1.8.5 Gemfile
async-io-1.8.4 Gemfile
async-io-1.8.2 Gemfile
async-io-1.8.1 Gemfile
async-io-1.8.0 Gemfile
async-io-1.7.0 Gemfile