Sha256: f49eb92e04779b5f14acdd790cc3fe7f9ccf254510f63762070c4b83c2e7e1e4

Contents?: true

Size: 1.79 KB

Versions: 10

Compression:

Stored size: 1.79 KB

Contents

# frozen_string_literal: true

source 'http://rubygems.org'
# Add dependencies required to use your gem here.
# Example:
#   gem "activesupport", ">= 2.3.5"

# Add dependencies to develop your gem here.
# Include everything needed to run rake, tests, features, etc.
group :development, :test do
  # allocation_stats
  #
  # Tooling for tracing object allocations in Ruby 2.1
  #
  # https://rubygems.org/gems/allocation_stats/
  # https://github.com/srawlins/allocation_stats
  gem 'allocation_stats'
  # minitest
  #
  # minitest provides a complete suite of testing facilities supporting TDD,
  # BDD, mocking, and benchmarking.
  #
  # https://rubygems.org/gems/minitest
  # https://github.com/seattlerb/minitest
  gem 'minitest'
  # mocha
  #
  # Mocking and stubbing library with JMock/SchMock syntax, which allows
  # mocking and stubbing of methods on real (non-mock) classes.
  #
  # https://rubygems.org/gems/mocha
  # http://gofreerange.com/mocha/docs/
  # https://github.com/freerange/mocha
  gem 'mocha'
  # rake
  #
  # Rake is a Make-like program implemented in Ruby.
  #
  # https://rubygems.org/gems/rake
  # https://github.com/ruby/rake
  gem 'rake'
  # rdoc
  #
  # RDoc produces HTML and command-line documentation for Ruby projects.
  #
  # https://rubygems.org/gems/rdoc
  # http://docs.seattlerb.org/rdoc/
  # https://github.com/rdoc/rdoc
  gem 'rdoc'
  # rubocop
  #
  # Automatic Ruby code style checking tool. Aims to enforce the
  # community-driven Ruby Style Guide.
  #
  # https://rubygems.org/gems/rubocop
  # https://github.com/bbatsov/rubocop
  gem 'rubocop'
  # test-unit
  #
  # Test::Unit (test-unit) is unit testing framework for Ruby, based on xUnit
  # principles.
  #
  # https://rubygems.org/gems/test-unit
  # http://test-unit.github.io/
  # https://github.com/test-unit/
  gem 'test-unit'
end

Version data entries

10 entries across 10 versions & 2 rubygems

Version Path
iso-639-0.3.6 Gemfile
metanorma-cli-1.3.4 gems/ruby/2.6.0/gems/iso-639-0.3.5/Gemfile
metanorma-cli-1.3.3.1 gems/ruby/2.6.0/gems/iso-639-0.3.5/Gemfile
iso-639-0.3.5 Gemfile
iso-639-0.3.4 Gemfile
iso-639-0.3.3 Gemfile
iso-639-0.3.2 Gemfile
iso-639-0.3.1 Gemfile
iso-639-0.2.10 Gemfile
iso-639-0.2.9 Gemfile