Sha256: 5f59f135f0992034fa473fd37a0802ae4226fe05294657c60c7e0ebee9eed9ff

Contents?: true

Size: 605 Bytes

Versions: 1

Compression:

Stored size: 605 Bytes

Contents

source "https://rubygems.org"

group :development do
  gem "yard"
end

group :development, :test do
  gem "typhoeus" unless defined? JRUBY_VERSION

  # Testing infrastructure
  gem 'guard'
  gem 'guard-rspec'

  if RUBY_PLATFORM =~ /darwin/
    # OS X integration
    gem "ruby_gntp"
    gem "rb-fsevent"
  end
end

gem "jruby-openssl" if defined? JRUBY_VERSION

platforms :rbx do
  gem 'rubysl', '~> 2.0'         # if using anything in the ruby standard library
  gem 'psych'                    # if using yaml
  gem 'rubinius-developer_tools' # if using any of coverage, debugger, profiler
end

gemspec

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
koala-1.8.0 Gemfile