Sha256: 5f16bfa01e205aeda9b8aa8645b36ec32f3b861bb05b531e4a9f8c63a429106a

Contents?: true

Size: 403 Bytes

Versions: 1

Compression:

Stored size: 403 Bytes

Contents

source 'https://rubygems.org'

group :profile do
  platform :mri do
    gem 'ruby-prof', '~> 0.15'
  end
end

gemspec

# Allow local-override of Bundler configuration, by double declaration
# after the `gemspec` line, after listing the dependency in gemspec:

gem 'reel', github: 'celluloid/reel', branch: '0.6.0-milestone', submodules: true
gem 'reel-io', github: 'celluloid/reel-io', branch: 'master'

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
reel-dsl-0.0.0.0 Gemfile