Sha256: 00bceabc59187fc5ecfe2d949d5bbe90d4d58904b6bfb5b32c5e1366954a1192

Contents?: true

Size: 199 Bytes

Versions: 9

Compression:

Stored size: 199 Bytes

Contents

#!/usr/bin/env ruby

require 'yaml'

travis_config_path = File.expand_path('../../.travis.yml', __FILE__)
travis_config = YAML.load_file(travis_config_path)
puts travis_config.fetch('rvm').join(' ')

Version data entries

9 entries across 9 versions & 3 rubygems

Version Path
shoulda-4.0.0 script/supported_ruby_versions
shoulda-context-2.0.0 bin/supported_ruby_versions
shoulda-4.0.0.rc2 script/supported_ruby_versions
shoulda-context-2.0.0.rc4 bin/supported_ruby_versions
shoulda-context-2.0.0.rc3 bin/supported_ruby_versions
shoulda-4.0.0.rc1 script/supported_ruby_versions
shoulda-context-2.0.0.rc2 bin/supported_ruby_versions
shoulda-context-2.0.0.rc1 bin/supported_ruby_versions
shoulda-matchers-4.0.0.rc1 script/supported_ruby_versions