Max Prokopiev
Max Prokopiev
It would be cool if we have a website for this gem. @caiges could you please give an admin access to this repo, so I can setup github pages?
After merging https://github.com/caiges/Ruby-RC4/pull/8 I want to add [travis-ci](https://travis-ci.org)
Hi guys! Have some spare time to give this project some love :heart: Do we still need to support ruby 1.8 and older versions of rubygems? I think we should...
This PR adds a new cop called `Rails/EnumKeywordArgs`. This cop checks for the use of deprecated keyword arguments in `enum`s. See more in https://github.com/rubocop/rubocop-rails/issues/1238 ~Style guide PR: https://github.com/rubocop/rails-style-guide/pull/356~ ----------------- Before...
RUBY_EXPORT used by ruby internally to figure out if library is static or dynamic. The change in https://github.com/ruby/ruby/pull/9828 broke rinku because it couldn't find `ruby_abi_version()` anymore. RUBY_FUNC_EXPORTED is recommended in...