-
- Downloads
[Rakefile] Adding cacti-play + weathermap gems and they corresponding rake task
source :rubygems | source :rubygems | ||
gem 'json_pure', '~> 1.5' | gem 'json_pure', '~> 1.5' | ||
gem 'net-ssh' | |||
gem 'restfully','1.0.5' | gem 'restfully','1.0.5' | ||
gem "net-admin-common", | |||
:git => "ssh://g5kadmin@git.grid5000.fr/srv/git/repos/net-admin-common", | |||
:tag => "2.2" | |||
gem "cacti-play", | |||
:git => "ssh://g5kadmin@git.grid5000.fr/srv/git/repos/cacti-play", | |||
:tag => "2.4" | |||
gem "weathermap", | |||
:git => "ssh://g5kadmin@git.grid5000.fr/srv/git/repos/weathermap", | |||
:tag => "5.5" | |||
Please register or sign in to comment