Sha256: 4b3f3ab7d049f637778075153558aecda632afc30de6536d194d4b1ed1a7d9c7

Contents?: true

Size: 566 Bytes

Versions: 14

Compression:

Stored size: 566 Bytes

Contents

source 'https://rubygems.org'

gem 'bundler', '>= 1.2.0'

group :development do
  gem 'guard'
  gem 'guard-coffeescript'
  gem 'guard-sass'
end

# Platform specific gems (set `require: false`)
group :development do
  gem 'rb-fsevent', :require => false
  gem 'growl', require: false
  gem 'terminal-notifier-guard', require: false
end

# OS X
if RUBY_PLATFORM.downcase =~ /darwin/
  require 'rb-fsevent'

  # >= 10.8 Mountain Lion
  if RUBY_PLATFORM.downcase =~ /darwin12/
    require 'terminal-notifier-guard'

  # <= 10.7 Lion
  else
    require 'growl'
  end
end

Version data entries

14 entries across 14 versions & 1 rubygems

Version Path
new-0.0.14 templates/js/Gemfile
new-0.0.13 templates/js/Gemfile
new-0.0.12 templates/js/Gemfile
new-0.0.11 templates/js/Gemfile
new-0.0.10 templates/js/Gemfile
new-0.0.9 templates/js/Gemfile
new-0.0.8 templates/js/Gemfile
new-0.0.7 templates/js/Gemfile
new-0.0.6 templates/js/Gemfile
new-0.0.5 templates/js/Gemfile
new-0.0.4 templates/js/Gemfile
new-0.0.3 templates/js/Gemfile
new-0.0.2 templates/js/Gemfile
new-0.0.0 templates/js/Gemfile