Commit Graph

7 Commits

Author SHA1 Message Date
Paul Thornthwaite 2e0b7e545a Standardise empty lines throughout codebase
Done with `rubocop --auto-correct --only EmptyLineBetweenDefs,EmptyLines,EmptyLinesAroundBody`
2014-05-26 14:20:02 +01:00
Paul Thornthwaite 527b91bf02 Fix Joyent service declarations
When the Joyent provider was merged in it was after a reworking of how
requires and services were declared.

This meant the call to `service` was no longer correct.

This updates the signature and the mocked tests now pass (locally at
least) however the structuring and placement of the files may not be
inconsistent with the results of [GH-1712]
2014-02-12 09:42:49 +00:00
Kevin Chan 270fc4c0f4 Merge branch 'joyent-analytics' of git://github.com/6fusion/fog into 6fusion-joyent-analytics
Conflicts:
	lib/fog/joyent.rb
2014-02-11 16:50:26 +08:00
Lance Ivy 1cdd969a34 create core for each provider. keep load hook for provider. 2014-02-01 21:13:17 -05:00
Kevin Olbrich 35964c89aa Basic analytics support including a class for joyent 'modules'. Note that these are named 'JoyentModule' instead of 'Module' to avoid obvious namespace problems. 2014-01-21 16:24:21 +00:00
Lance Ivy ff180b5c1a fix joyent and xenserver so they can be required individually 2013-03-28 11:52:27 -04:00
Kevin Chan e403854446 GH-690 Joyent Cloud Provider
Squashed from fog/joyent
2012-02-27 17:33:20 -06:00