Sha256: 9a21b57e7558d89efb4fe2ef8b9d8bdf0a318e4e6fe267ff12a8dcd9e2b577dc

Contents?: true

Size: 418 Bytes

Versions: 2

Compression:

Stored size: 418 Bytes

Contents

source 'https://rubygems.org'


gem 'haml'
gem 'sass'
gem 'coffee-script'

gem 'guard'
gem 'guard-coffeescript'
gem 'guard-sass'

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

# Add dependencies to develop your gem here.
# Include everything needed to run rake, tests, features, etc.
group :development do
  gem "shoulda"
  gem "rdoc"
  gem "bundler"
  gem "jeweler"
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
staticise-0.6.5 Gemfile
staticise-0.6.4 Gemfile