Sha256: ea9f8565cc7500a96ff8071601d5ef3a7c4378242391a6c97d942d944a71f61c

Contents?: true

Size: 540 Bytes

Versions: 29

Compression:

Stored size: 540 Bytes

Contents

source 'https://rubygems.org'

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

group :development do
	gem 'pry'
	gem 'pry-coolline'
	
	gem 'build', path: '../build'
	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'
end

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

Version data entries

29 entries across 29 versions & 1 rubygems

Version Path
teapot-1.2.1 Gemfile.local
teapot-1.2.0 Gemfile.local
teapot-1.1.2 Gemfile.local
teapot-1.1.1 Gemfile.local
teapot-1.1.0 Gemfile.local
teapot-1.0.3 Gemfile.local
teapot-1.0.2 Gemfile.local
teapot-1.0.1 Gemfile.local
teapot-1.0.0 Gemfile.local