Sha256: 2d0a18d92cd3c71146ac50739d496599d8a52048bf33e6763b8cef6e90238610
Contents?: true
Size: 478 Bytes
Versions: 4
Compression:
Stored size: 478 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 'stackprof' end end
Version data entries
4 entries across 4 versions & 1 rubygems
Version | Path |
---|---|
hamlit-3.0.3-java | Gemfile |
hamlit-3.0.3 | Gemfile |
hamlit-3.0.2-java | Gemfile |
hamlit-3.0.2 | Gemfile |