Files
websocket-driver-ruby/Gemfile
T
2014-05-17 00:34:48 +01:00

7 lines
108 B
Ruby

source 'https://rubygems.org'
gemspec
if defined?(RUBY_ENGINE) and RUBY_ENGINE =~ /rbx/
gem 'rubysl'
end