Files
websocket-driver-ruby/Gemfile
T
2013-12-02 22:13:09 +00:00

8 lines
109 B
Ruby

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