Skip to content

Instantly share code, notes, and snippets.

@avinash240
Created May 18, 2015 21:50
Show Gist options
  • Save avinash240/728184c055fa3c0860df to your computer and use it in GitHub Desktop.
Save avinash240/728184c055fa3c0860df to your computer and use it in GitHub Desktop.
source 'https://rubygems.org'
gemspec
group(:development, :test) do
platforms :mswin, :mingw do
gem "ffi", "1.3.1"
gem "rdp-ruby-wmi", "0.3.1"
gem "win32-service", "0.7.2"
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment