zabbix_nudge.gemspec in zabbix_nudge-0.1.5 vs zabbix_nudge.gemspec in zabbix_nudge-0.1.7

- old
+ new

@@ -10,12 +10,12 @@ s.email = ["stonevil@gmail.com"] s.homepage = "http://www.stone.org.ua" s.license = 'GPL' s.summary = %q{Collect metrics from different sources and push (nudge) data to Zabbix} - s.description = %q{zabbix-nudge is a gem to collect metrics from different sources, parse zabbix templates and push (nudge) the data to zabbix proxy or server} + s.description = %q{zabbix_nudge is a gem to collect metrics from different sources, parse zabbix templates and push (nudge) the data to zabbix proxy or server} - s.rubyforge_project = "zabbix-nudge" + s.rubyforge_project = "zabbix_nudge" s.files = `git ls-files`.split("\n") s.test_files = `git ls-files -- {test,spec,features}/*`.split("\n") s.executables = `git ls-files -- bin/*`.split("\n").map{ |f| File.basename(f) } s.require_paths = ["lib"]