Sha256: 68041d1b2ebe3966b51de7bdf92248e9f2b99560dd08c15c588f502b2711d73a

Contents?: true

Size: 300 Bytes

Versions: 9

Compression:

Stored size: 300 Bytes

Contents

source "https://rubygems.org"

git_source(:github) {|repo_name| "https://github.com/#{repo_name}" }

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

group :development do
  gem 'guard'
  gem 'guard-rspec'
  gem 'guard-bundler'
end

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

Version data entries

9 entries across 9 versions & 1 rubygems

Version Path
lightio-0.4.4 Gemfile
lightio-0.4.3 Gemfile
lightio-0.4.2 Gemfile
lightio-0.4.1 Gemfile
lightio-0.4.0 Gemfile
lightio-0.4.0.pre Gemfile
lightio-0.3.2 Gemfile
lightio-0.3.1 Gemfile
lightio-0.3.0 Gemfile