Index | index by Group | index by Distribution | index by Vendor | index by creation date | index by Name | Mirrors | Help | Search |
Name: ruby-contracts | Distribution: Mageia |
Version: 0.17.2 | Vendor: Mageia.Org |
Release: 1.mga10 | Build date: Wed Dec 4 14:03:09 2024 |
Group: Development/Ruby | Build host: localhost |
Size: 245089 | Source RPM: ruby-contracts-0.17.2-1.mga10.src.rpm |
Packager: pterjan <pterjan> | |
Url: https://github.com/egonSchiele/contracts.ruby | |
Summary: Contracts for Ruby |
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.
BSD
* Wed Dec 04 2024 pterjan <pterjan> 0.17.2-1.mga10 + Revision: 2120935 - Update to 0.17.2
/usr/share/gems/gems/contracts-0.17.2 /usr/share/gems/gems/contracts-0.17.2/.github /usr/share/gems/gems/contracts-0.17.2/.github/workflows /usr/share/gems/gems/contracts-0.17.2/.github/workflows/code_style_checks.yaml /usr/share/gems/gems/contracts-0.17.2/.github/workflows/tests.yaml /usr/share/gems/gems/contracts-0.17.2/.gitignore /usr/share/gems/gems/contracts-0.17.2/.rspec /usr/share/gems/gems/contracts-0.17.2/.rubocop.yml /usr/share/gems/gems/contracts-0.17.2/.rubocop_todo.yml /usr/share/gems/gems/contracts-0.17.2/CHANGELOG.markdown /usr/share/gems/gems/contracts-0.17.2/Gemfile /usr/share/gems/gems/contracts-0.17.2/LICENSE /usr/share/gems/gems/contracts-0.17.2/README.md /usr/share/gems/gems/contracts-0.17.2/Rakefile /usr/share/gems/gems/contracts-0.17.2/TODO.markdown /usr/share/gems/gems/contracts-0.17.2/TUTORIAL.md /usr/share/gems/gems/contracts-0.17.2/benchmarks /usr/share/gems/gems/contracts-0.17.2/benchmarks/bench.rb /usr/share/gems/gems/contracts-0.17.2/benchmarks/hash.rb /usr/share/gems/gems/contracts-0.17.2/benchmarks/invariants.rb /usr/share/gems/gems/contracts-0.17.2/benchmarks/io.rb /usr/share/gems/gems/contracts-0.17.2/benchmarks/wrap_test.rb /usr/share/gems/gems/contracts-0.17.2/cucumber.yml /usr/share/gems/gems/contracts-0.17.2/dependabot.yml /usr/share/gems/gems/contracts-0.17.2/features /usr/share/gems/gems/contracts-0.17.2/features/README.md /usr/share/gems/gems/contracts-0.17.2/features/advanced /usr/share/gems/gems/contracts-0.17.2/features/advanced/pattern_matching.feature /usr/share/gems/gems/contracts-0.17.2/features/basics /usr/share/gems/gems/contracts-0.17.2/features/basics/functype.feature /usr/share/gems/gems/contracts-0.17.2/features/basics/pretty-print.feature /usr/share/gems/gems/contracts-0.17.2/features/basics/simple_example.feature /usr/share/gems/gems/contracts-0.17.2/features/builtin_contracts /usr/share/gems/gems/contracts-0.17.2/features/builtin_contracts/README.md /usr/share/gems/gems/contracts-0.17.2/features/builtin_contracts/and.feature /usr/share/gems/gems/contracts-0.17.2/features/builtin_contracts/any.feature /usr/share/gems/gems/contracts-0.17.2/features/builtin_contracts/args.feature /usr/share/gems/gems/contracts-0.17.2/features/builtin_contracts/array_of.feature /usr/share/gems/gems/contracts-0.17.2/features/builtin_contracts/bool.feature /usr/share/gems/gems/contracts-0.17.2/features/builtin_contracts/enum.feature /usr/share/gems/gems/contracts-0.17.2/features/builtin_contracts/eq.feature /usr/share/gems/gems/contracts-0.17.2/features/builtin_contracts/exactly.feature /usr/share/gems/gems/contracts-0.17.2/features/builtin_contracts/func.feature /usr/share/gems/gems/contracts-0.17.2/features/builtin_contracts/hash_of.feature /usr/share/gems/gems/contracts-0.17.2/features/builtin_contracts/int.feature /usr/share/gems/gems/contracts-0.17.2/features/builtin_contracts/keyword_args.feature /usr/share/gems/gems/contracts-0.17.2/features/builtin_contracts/keyword_args_with_optional_positional_args.feature /usr/share/gems/gems/contracts-0.17.2/features/builtin_contracts/maybe.feature /usr/share/gems/gems/contracts-0.17.2/features/builtin_contracts/nat.feature /usr/share/gems/gems/contracts-0.17.2/features/builtin_contracts/nat_pos.feature /usr/share/gems/gems/contracts-0.17.2/features/builtin_contracts/neg.feature /usr/share/gems/gems/contracts-0.17.2/features/builtin_contracts/none.feature /usr/share/gems/gems/contracts-0.17.2/features/builtin_contracts/not.feature /usr/share/gems/gems/contracts-0.17.2/features/builtin_contracts/num.feature /usr/share/gems/gems/contracts-0.17.2/features/builtin_contracts/or.feature /usr/share/gems/gems/contracts-0.17.2/features/builtin_contracts/pos.feature /usr/share/gems/gems/contracts-0.17.2/features/builtin_contracts/range_of.feature /usr/share/gems/gems/contracts-0.17.2/features/builtin_contracts/respond_to.feature /usr/share/gems/gems/contracts-0.17.2/features/builtin_contracts/send.feature /usr/share/gems/gems/contracts-0.17.2/features/builtin_contracts/set_of.feature /usr/share/gems/gems/contracts-0.17.2/features/builtin_contracts/xor.feature /usr/share/gems/gems/contracts-0.17.2/features/support /usr/share/gems/gems/contracts-0.17.2/features/support/env.rb /usr/share/gems/gems/contracts-0.17.2/lib /usr/share/gems/gems/contracts-0.17.2/lib/contracts /usr/share/gems/gems/contracts-0.17.2/lib/contracts.rb /usr/share/gems/gems/contracts-0.17.2/lib/contracts/attrs.rb /usr/share/gems/gems/contracts-0.17.2/lib/contracts/builtin_contracts.rb /usr/share/gems/gems/contracts-0.17.2/lib/contracts/call_with.rb /usr/share/gems/gems/contracts-0.17.2/lib/contracts/core.rb /usr/share/gems/gems/contracts-0.17.2/lib/contracts/decorators.rb /usr/share/gems/gems/contracts-0.17.2/lib/contracts/engine /usr/share/gems/gems/contracts-0.17.2/lib/contracts/engine.rb /usr/share/gems/gems/contracts-0.17.2/lib/contracts/engine/base.rb /usr/share/gems/gems/contracts-0.17.2/lib/contracts/engine/eigenclass.rb /usr/share/gems/gems/contracts-0.17.2/lib/contracts/engine/target.rb /usr/share/gems/gems/contracts-0.17.2/lib/contracts/errors.rb /usr/share/gems/gems/contracts-0.17.2/lib/contracts/formatters.rb /usr/share/gems/gems/contracts-0.17.2/lib/contracts/invariants.rb /usr/share/gems/gems/contracts-0.17.2/lib/contracts/method_handler.rb /usr/share/gems/gems/contracts-0.17.2/lib/contracts/method_reference.rb /usr/share/gems/gems/contracts-0.17.2/lib/contracts/support.rb /usr/share/gems/gems/contracts-0.17.2/lib/contracts/validators.rb /usr/share/gems/gems/contracts-0.17.2/lib/contracts/version.rb /usr/share/gems/gems/contracts-0.17.2/script /usr/share/gems/gems/contracts-0.17.2/script/docs-release /usr/share/gems/gems/contracts-0.17.2/script/docs-staging /usr/share/gems/gems/contracts-0.17.2/script/rubocop.rb /usr/share/gems/gems/contracts-0.17.2/spec /usr/share/gems/gems/contracts-0.17.2/spec/attrs_spec.rb /usr/share/gems/gems/contracts-0.17.2/spec/builtin_contracts_spec.rb /usr/share/gems/gems/contracts-0.17.2/spec/contracts_spec.rb /usr/share/gems/gems/contracts-0.17.2/spec/fixtures /usr/share/gems/gems/contracts-0.17.2/spec/fixtures/fixtures.rb /usr/share/gems/gems/contracts-0.17.2/spec/invariants_spec.rb /usr/share/gems/gems/contracts-0.17.2/spec/methods_spec.rb /usr/share/gems/gems/contracts-0.17.2/spec/module_spec.rb /usr/share/gems/gems/contracts-0.17.2/spec/override_validators_spec.rb /usr/share/gems/gems/contracts-0.17.2/spec/ruby_version_specific /usr/share/gems/gems/contracts-0.17.2/spec/ruby_version_specific/contracts_spec_1.9.rb /usr/share/gems/gems/contracts-0.17.2/spec/ruby_version_specific/contracts_spec_2.0.rb /usr/share/gems/gems/contracts-0.17.2/spec/ruby_version_specific/contracts_spec_2.1.rb /usr/share/gems/gems/contracts-0.17.2/spec/spec_helper.rb /usr/share/gems/gems/contracts-0.17.2/spec/support.rb /usr/share/gems/gems/contracts-0.17.2/spec/support_spec.rb /usr/share/gems/gems/contracts-0.17.2/spec/validators_spec.rb /usr/share/gems/specifications/contracts-0.17.2.gemspec
Generated by rpm2html 1.8.1
Fabrice Bellet, Sun Feb 23 10:54:19 2025