Sha256: 87b0e40d2f7abeb768b83f9d6115429ad96b1ef07593bb509c5c7ef3fa0986d6
Contents?: true
Size: 394 Bytes
Versions: 50
Compression:
Stored size: 394 Bytes
Contents
Encoding.default_external = Encoding::UTF_8 Encoding.default_internal = Encoding::UTF_8 source "https://rubygems.org" git_source(:github) { |repo| "https://github.com/#{repo}" } source "https://rubygems.pkg.github.com/metanorma" do gem "metanorma-nist" end gemspec if File.exist? 'Gemfile.devel' eval File.read('Gemfile.devel'), nil, 'Gemfile.devel' # rubocop:disable Security/Eval end
Version data entries
50 entries across 50 versions & 1 rubygems