Sha256: 57395d0e6b420ad2e4d62b473adc30f5089906f757a97372131a22cf26c8bd02

Contents?: true

Size: 901 Bytes

Versions: 4

Compression:

Stored size: 901 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', '>= 1.8.3', '< 2.0'
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

4 entries across 4 versions & 1 rubygems

Version Path
bonethug-0.0.41 Gemfile
bonethug-0.0.39 Gemfile
bonethug-0.0.38 Gemfile
bonethug-0.0.37 Gemfile