Sha256: a2b57c1d9a30d2831be2f526275818344a1cad808c8c402d9857e1fc2a57ccfc

Contents?: true

Size: 371 Bytes

Versions: 5

Compression:

Stored size: 371 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

gemspec

Version data entries

5 entries across 5 versions & 2 rubygems

Version Path
koala-1.8.0rc1 Gemfile
koala-1.7.0rc1 Gemfile
edh-0.3 Gemfile
edh-0.2 Gemfile
edh-0.1 Gemfile