Sha256: 30d3bdd1a689d8a2817d895619cdb65955f5812f401b4961b994be7130aafc7e

Contents?: true

Size: 191 Bytes

Versions: 15

Compression:

Stored size: 191 Bytes

Contents

module RubyVersionCheck
  def with_minimum_ruby(version)
    yield if Hashie::Extensions::RubyVersion.new(RUBY_VERSION) >=
             Hashie::Extensions::RubyVersion.new(version)
  end
end

Version data entries

15 entries across 14 versions & 3 rubygems

Version Path
files.com-1.0.55 docs/vendor/bundle/ruby/2.5.0/gems/hashie-3.6.0/spec/support/ruby_version_check.rb
hashie-4.0.0 spec/support/ruby_version_check.rb
hashie-3.6.0 spec/support/ruby_version_check.rb
tdiary-5.0.8 vendor/bundle/gems/hashie-3.5.7/spec/support/ruby_version_check.rb
hashie-3.5.7 spec/support/ruby_version_check.rb
hashie-3.5.6 spec/support/ruby_version_check.rb
tdiary-5.0.5 vendor/bundle/gems/tdiary-5.0.4/vendor/bundle/gems/hashie-3.5.5/spec/support/ruby_version_check.rb
tdiary-5.0.5 vendor/bundle/gems/hashie-3.5.5/spec/support/ruby_version_check.rb
tdiary-5.0.4 vendor/bundle/gems/hashie-3.5.5/spec/support/ruby_version_check.rb
hashie-3.5.5 spec/support/ruby_version_check.rb
hashie-3.5.4 spec/support/ruby_version_check.rb
hashie-3.5.3 spec/support/ruby_version_check.rb
hashie-3.5.2 spec/support/ruby_version_check.rb
hashie-3.5.1 spec/support/ruby_version_check.rb
hashie-3.5.0 spec/support/ruby_version_check.rb