Sha256: 3741f6b62e0b432996723294b84711ee39bcc0edc2f023eabfb06eb600a31515
Contents?: true
Size: 348 Bytes
Versions: 2
Compression:
Stored size: 348 Bytes
Contents
source :rubygems group :development do gem "yard" end group :development, :test do gem "typhoeus" # Testing infrastructure gem 'guard' gem 'guard-rspec' if RUBY_PLATFORM =~ /darwin/ # OS X integration gem "ruby_gntp" gem "rb-fsevent", "~> 0.4.3.1" end end if defined? JRUBY_VERSION gem "jruby-openssl" end gemspec
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
koala-1.3.0 | Gemfile |
koala-1.3.0rc2 | Gemfile |