forked from adamrunner/3pl_central
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathGemfile
More file actions
16 lines (14 loc) · 729 Bytes
/
Gemfile
File metadata and controls
16 lines (14 loc) · 729 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
source 'https://rubygems.org'
# Specify your gem's dependencies in 3pl_central.gemspec
gemspec
gem 'yard'
gem 'guard-rspec', '~> 1.1.0'
gem 'guard-bundler', '~> 1.0.0'
gem 'guard-yard', '~> 2.0.0', :platforms => [:ruby] if RUBY_VERSION >= '1.9.2'
gem 'rb-inotify', :require => false if RUBY_PLATFORM =~ /linux/i
gem 'libnotify', :require => false if RUBY_PLATFORM =~ /linux/i
gem 'rb-fsevent', :require => false if RUBY_PLATFORM =~ /darwin/i
gem 'growl', :require => false if RUBY_PLATFORM =~ /darwin/i
gem 'win32console', :require => false, :platforms => [:mswin, :mingw]
gem 'rb-fchange', :require => false, :platforms => [:mswin, :mingw]
gem 'rb-notifu', :require => false, :platforms => [:mswin, :mingw]