Sha256: 9e9970c7bfdd1a0a7667da1998aecaa030e7b5c39a1d0d5220a772749db0d22d

Contents?: true

Size: 556 Bytes

Versions: 7

Compression:

Stored size: 556 Bytes

Contents

source "http://rubygems.org"

# Specify your gem's dependencies in oauth-plugin.gemspec
gemspec

require 'rbconfig'

platforms :ruby do
  if Config::CONFIG['target_os'] =~ /darwin/i
    gem 'rb-fsevent'
    gem 'growl'
  end
  if Config::CONFIG['target_os'] =~ /linux/i
    gem 'rb-inotify', '>= 0.5.1'
    gem 'libnotify',  '~> 0.1.3'
  end
end

platforms :jruby do
  if Config::CONFIG['target_os'] =~ /darwin/i
    gem 'growl'
  end
  if Config::CONFIG['target_os'] =~ /linux/i
    gem 'rb-inotify', '>= 0.5.1'
    gem 'libnotify',  '~> 0.1.3'
  end
end

Version data entries

7 entries across 7 versions & 3 rubygems

Version Path
panjiva-oauth-plugin-0.4.1 Gemfile
oauth-provider-0.5.0rc1 Gemfile
oauth-plugin-0.4.1 Gemfile
oauth-plugin-0.4.0 Gemfile
oauth-plugin-0.4.0.rc2 Gemfile
oauth-plugin-0.4.0.rc1 Gemfile
oauth-plugin-0.4.0.pre7 Gemfile