splunk / splunk-sdk-ruby

Splunk Software Development Kit for Ruby
http://dev.splunk.com
Apache License 2.0
36 stars 21 forks source link

Move dependencies from Gemfile into .gemspec #6

Closed beezly closed 12 years ago

beezly commented 12 years ago

Move dependencies into the gemspec file. Without this dependencies on libmxl-ruby, json_pure, json_stream, netrc, rest-client and uuid are not fulfilled when installing the gem.

The gemfile now references .gemspec to get it's list of dependencies from there instead.

beezly commented 12 years ago

Anyone able to review this? It needs fixing before a gem will work properly.

itay commented 12 years ago

Done - sorry for the delay, slipped between the cracks!