Sha256: 6a30009027c7fa3401dbf76c2b2112db26d8bb0c7d22225708192b119e600c76
Contents?: true
Size: 493 Bytes
Versions: 38
Compression:
Stored size: 493 Bytes
Contents
source 'https://rubygems.org' git_source(:github) do |repo_name| repo_name = "#{repo_name}/#{repo_name}" unless repo_name.include?("/") "https://github.com/#{repo_name}.git" end # Specify your gem's dependencies in hamlit.gemspec gemspec gem 'benchmark-ips', '2.3.0' gem 'maxitest' gem 'pry' if /java/ === RUBY_PLATFORM # JRuby gem 'pandoc-ruby' else gem 'redcarpet' if RUBY_PLATFORM !~ /mswin|mingw/ && RUBY_ENGINE != 'truffleruby' gem 'faml' gem 'stackprof' end end
Version data entries
38 entries across 38 versions & 1 rubygems