Sha256: 2144b61464a4c8451451900458a2c4d15f8f7e60264b4b8850d711952cc499a9

Contents?: true

Size: 889 Bytes

Versions: 1

Compression:

Stored size: 889 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'

# asset pipeline - guard sprockets
gem 'guard-sprockets',  github: 'dormi/guard-sprockets' 
gem 'uglifier'
gem 'sass-rails'
gem 'coffee-rails'

# asset pipeline - guard coffeescript / sass
gem 'rake'
gem 'guard', '2.0.2'
gem 'coffee-script'
gem 'sass'
gem 'guard-sass'
gem 'guard-coffeescript'
# gem 'listen'

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

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

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

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
bonethug-0.0.36 Gemfile