Flexible type system for Ruby with coercions and constraints https://github.com/dry-rb/dry-types
Go to file
Nikita Shilnikov ea270b4859
Deprecate Types::Array#member
2017-08-26 22:44:12 +03:00
benchmarks Add `compare!` to benchmarks [ci skip] 2016-09-10 14:39:30 +02:00
bin Initialize Types module properly 2016-03-15 09:01:19 +01:00
lib Deprecate Types::Array#member 2017-08-26 22:44:12 +03:00
log Deprecate Types::Array#member 2017-08-26 22:44:12 +03:00
spec Deprecate Types::Array#member 2017-08-26 22:44:12 +03:00
.gitignore Deprecate Types::Array#member 2017-08-26 22:44:12 +03:00
.rspec Use default rspec formatter 2015-09-23 14:13:21 +02:00
.travis.yml Update .travis.yml 2017-06-03 23:21:01 +03:00
.yardopts Set up YARD documentation 2016-11-26 09:45:49 +03:00
CHANGELOG.md Deprecate Types::Array#member 2017-08-26 22:44:12 +03:00
CONTRIBUTING.md Add CONTRIBUTING.md [ci skip] 2017-06-06 16:32:18 +02:00
Gemfile Update travis and code coverage setup 2016-12-03 13:22:42 +01:00
LICENSE Add LICENSE file [ci skip] 2015-10-05 14:55:58 +02:00
README.md Fixed command to run specs 2017-06-23 16:54:58 +03:00
Rakefile Set up YARD documentation 2016-11-26 09:45:49 +03:00
dry-types.gemspec Bump min Ruby version to 2.2 2017-06-12 16:38:45 +03:00

README.md

dry-types Join the chat at https://gitter.im/dry-rb/chat

Gem Version Build Status Dependency Status Code Climate Test Coverage Inline docs

Development

After checking out the repo, run bin/setup to install dependencies. Then, run bundle exec rake run_specs to run the tests. You can also run bin/console for an interactive prompt that will allow you to experiment.

To install this gem onto your local machine, run bundle exec rake install. To release a new version, update the version number in version.rb, and then run bundle exec rake release, which will create a git tag for the version, push git commits and tags, and push the .gem file to rubygems.org.

Contributing

Bug reports and pull requests are welcome on GitHub at https://github.com/dry-rb/dry-types.