Sha256: d947ff26d7c561ed8456f7b7fd3bf2490d5f25f0cd9789cd23aec989fed25f7c
Contents?: true
Size: 394 Bytes
Versions: 92
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
92 entries across 92 versions & 1 rubygems