Skip to content

Instantly share code, notes, and snippets.

@indirect
Created June 18, 2010 19:05
Show Gist options
  • Save indirect/444065 to your computer and use it in GitHub Desktop.
Save indirect/444065 to your computer and use it in GitHub Desktop.
Platform-specific Gemfile example
source :gemcutter
platforms :ruby_18, :ruby_19, :rbx do
gem 'fast-xml-parser', :require => 'xml_parser'
end
platforms :jruby do
gem 'xml-parser', :require => 'xml_parser'
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment