Sha256: 3af3cda7098b4d7663698cf9cec65eb47fcb129a32fca10d1fb965a54885ad0a

Contents?: true

Size: 362 Bytes

Versions: 6

Compression:

Stored size: 362 Bytes

Contents

source 'https://rubygems.org'

# Specify your gem's dependencies in hamlit.gemspec
gemspec

# maintain compatibility against master
gem 'haml', github: 'haml/haml'

gem 'benchmark-ips', '2.3.0'
gem 'minitest-line'
gem 'pry-byebug'

if File.exist?('hamlit1')
  gem 'hamlit1', path: 'hamlit1'
end

if RUBY_VERSION >= '2.1.0'
  gem 'lineprof'
  gem 'stackprof'
end

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
hamlit-2.2.0 Gemfile
hamlit-2.1.2 Gemfile
hamlit-2.1.1 Gemfile
hamlit-2.1.0 Gemfile
hamlit-2.0.2 Gemfile
hamlit-2.0.1 Gemfile