Sha256: e22a1568a5efb18ef639f5c105c2f1edada49f9653be5ea913a84cda21aee63f

Contents?: true

Size: 333 Bytes

Versions: 2

Compression:

Stored size: 333 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}" }

gemspec

if File.exist? "Gemfile.devel"
  eval File.read("Gemfile.devel"), nil, "Gemfile.devel" # rubocop:disable Security/Eval
end

gem "metanorma-cli"

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
metanorma-ogc-1.5.4.1 Gemfile
metanorma-ogc-1.5.4 Gemfile