Sha256: 2d06d12ed4bec6c2ae3504df1c0b2965a802d189ae2f44d955527707cd131904

Contents?: true

Size: 373 Bytes

Versions: 2

Compression:

Stored size: 373 Bytes

Contents

source 'https://rubygems.org'

group :development, :test do
  gem 'devtools', git: 'https://github.com/rom-rb/devtools.git'
  eval_gemfile 'Gemfile.devtools'
end

if ENV['LOCAL']
  source = ->(s) { { path: ENV['HOME'] + "/github/#{s}" } }
else
  source = ->(s) { { github: "plexus/#{s}" } }
end

gem 'rmmseg'   , source.('rmmseg')
gem 'ting'     , source.('ting')

gemspec

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
analects-0.2.1 Gemfile
analects-0.2.0 Gemfile