Sha256: a54d85e2657d4b5d7c386cd4e510bdf8fb7e2a8851495afe6ac6add0dba29feb

Contents?: true

Size: 1.05 KB

Versions: 2

Compression:

Stored size: 1.05 KB

Contents

require 'rbconfig'

source 'https://rubygems.org'

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

gemspec

# Lets respecify just in case
# ---------------------------

gem 'rake'

# tell bundler to get stuff from git hub
gem 'mina',             github: 'nadarei/mina'
gem 'astrails-safe',    github: 'astrails/safe'
gem 'whenever',         github: 'javan/whenever'

# guard
gem 'guard', '>=2.0.5' # '>= 1.8.3', '< 2.0' # '>=2.0.5'
gem 'listen', github: 'guard/listen'

# 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 'coffee-script'
gem 'sass'
gem 'guard-sass'
gem 'guard-coffeescript'

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

# 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

2 entries across 2 versions & 1 rubygems

Version Path
bonethug-0.0.54.13 Gemfile
bonethug-0.0.54.10 Gemfile