Sha256: c2ac62814aedb32b62d1c1efd0f6b7d84dfe0d966c39bb551afb410073624761

Contents?: true

Size: 893 Bytes

Versions: 11

Compression:

Stored size: 893 Bytes

Contents

# frozen_string_literal: true

require File.expand_path(File.join(__FILE__, "../lib/contracts/version"))

Gem::Specification.new do |s|
  s.name        = "contracts"
  s.version     = Contracts::VERSION
  s.summary     = "Contracts for Ruby."
  s.description = "This library provides contracts for Ruby. Contracts let you clearly express how your code behaves, and free you from writing tons of boilerplate, defensive code."
  s.author      = "Aditya Bhargava"
  s.email       = "bluemangroupie@gmail.com"
  s.files       = `git ls-files`.split("\n")
  s.homepage    = "https://github.com/egonSchiele/contracts.ruby"
  s.license     = "BSD-2-Clause"
  s.required_ruby_version = [">= 3.0", "< 4"]
  s.post_install_message = "
    0.16.x will be the supporting Ruby 2.x and be feature frozen (only fixes will be released)
    For Ruby 3.x use 0.17.x or later (might not be released yet)
  "
end

Version data entries

11 entries across 11 versions & 4 rubygems

Version Path
entitlements-app-1.1.0 lib/contracts-ruby3/contracts.gemspec
entitlements-app-1.0.0 lib/contracts-ruby3/contracts.gemspec
entitlements-app-0.3.4 lib/contracts-ruby3/contracts.gemspec
entitlements-app-0.3.1 lib/contracts-ruby3/contracts.gemspec
entitlements-app-0.3.0 lib/contracts-ruby3/contracts.gemspec
entitlements-0.2.1 lib/contracts-ruby3/contracts.gemspec
entitlements-app-0.2.1 lib/contracts-ruby3/contracts.gemspec
entitlements-0.2.0 lib/contracts-ruby3/contracts.gemspec
entitlements-app-0.2.0 lib/contracts-ruby3/contracts.gemspec
phillipug-foodie-0.1.0 .vendor/ruby/3.0.0/gems/contracts-0.17/contracts.gemspec
contracts-0.17 contracts.gemspec