Sha256: f4668e40ea75fa9801be173e423a6c7209d343bbe292b54e37d8a023cf62b7c0

Contents?: true

Size: 547 Bytes

Versions: 21

Compression:

Stored size: 547 Bytes

Contents

source 'https://rubygems.org'

# Specify your gem's dependencies in build.gemspec
gemspec

group :development do
	gem 'pry'
	gem 'pry-coolline'
	
	gem 'build-environment', path: '../build-environment'
	gem 'build-files', path: '../build-files'
	gem 'build-graph', path: '../build-graph'
	gem 'build-makefile', path: '../build-makefile'
	
	gem 'process-daemon', path: '../process-daemon'
	gem 'process-group', path: '../process-group'
	
	gem 'graphviz', path: '../graphviz'
end

group :test do
	gem 'simplecov'
	gem 'coveralls', require: false
end

Version data entries

21 entries across 21 versions & 1 rubygems

Version Path
build-2.6.0 Gemfile.local
build-2.5.2 Gemfile.local
build-2.5.1 Gemfile.local
build-2.5.0 Gemfile.local
build-2.4.5 Gemfile.local
build-2.4.4 Gemfile.local
build-2.4.3 Gemfile.local
build-2.4.2 Gemfile.local
build-2.4.1 Gemfile.local
build-2.4.0 Gemfile.local
build-2.3.0 Gemfile.local
build-2.2.0 Gemfile.local
build-2.1.0 Gemfile.local
build-2.0.0 Gemfile.local
build-1.1.1 Gemfile.local
build-1.1 Gemfile.local
build-1.0.10 Gemfile.local
build-1.0.9 Gemfile.local
build-1.0.8 Gemfile.local
build-1.0.7 Gemfile.local