Sha256: ea72279fd9bca45b6cb21176fec1a5cb7e5f8098603c44ea9ed5ea120800db70

Contents?: true

Size: 709 Bytes

Versions: 2

Compression:

Stored size: 709 Bytes

Contents

require 'rbconfig'

source 'https://rubygems.org'

# Specify your gem's dependencies in bonethug.gemspec
gemspec

# tell bundler to get stuff from git hub
gem 'mina',             github: 'nadarei/mina'
gem 'astrails-safe',    github: 'astrails/safe'
gem 'whenever',         github: 'javan/whenever'
gem 'guard-sprockets',  github: 'dormi/guard-sprockets' 
gem 'uglifier'
gem 'sass-rails'
gem 'coffee-rails'

if RbConfig::CONFIG['target_os'] =~ /mswin|mingw/i
  gem 'wdm', '>= 0.1.0'
end

# if RUBY_PLATFORM.downcase.include?('linux')
#   gem 'therubyracer' 
#   gem 'rb-inotify'
# end

# if RUBY_PLATFORM.downcase.include?('darwin')
#   gem 'rb-fsevent'
#   gem 'terminal-notifier-guard'
#   gem 'growl'
# end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
bonethug-0.0.13 Gemfile
bonethug-0.0.12 Gemfile