Sha256: d89034015595ab2b4a3d97cfdcbcdab62d41345254c09e7bde68276331570513

Contents?: true

Size: 312 Bytes

Versions: 8

Compression:

Stored size: 312 Bytes

Contents

require 'rbconfig'

source :rubygems

gemspec

gem 'bundler'

unless ENV['TRAVIS']
  gem 'guard-rspec'

  case RbConfig::CONFIG['host_os']
  when /darwin/
    gem 'rb-fsevent'
    gem 'growl_notify'
  when /linux/
    gem 'rb-inotify'
    gem 'libnotify'
  end
end

platforms :jruby do
  gem 'jruby-openssl'
end

Version data entries

8 entries across 4 versions & 1 rubygems

Version Path
webmachine-0.4.1 pkg/webmachine-0.4.0/pkg/webmachine-0.3.0/pkg/webmachine-0.2.0/Gemfile
webmachine-0.4.1 pkg/webmachine-0.2.0/Gemfile
webmachine-0.4.1 pkg/webmachine-0.3.0/pkg/webmachine-0.2.0/Gemfile
webmachine-0.4.1 pkg/webmachine-0.4.0/pkg/webmachine-0.2.0/Gemfile
webmachine-0.4.0 pkg/webmachine-0.2.0/Gemfile
webmachine-0.4.0 pkg/webmachine-0.3.0/pkg/webmachine-0.2.0/Gemfile
webmachine-0.3.0 pkg/webmachine-0.2.0/Gemfile
webmachine-0.2.0 Gemfile