diff options
Diffstat (limited to 'cloudmasterd')
| -rw-r--r-- | cloudmasterd/config/hoe.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cloudmasterd/config/hoe.rb b/cloudmasterd/config/hoe.rb index 614f0d2..7e52e96 100644 --- a/cloudmasterd/config/hoe.rb +++ b/cloudmasterd/config/hoe.rb @@ -60,7 +60,7 @@ $hoe = Hoe.new(GEM_NAME, VERS) do |p| p.changes = p.paragraphs_of("History.txt", 0..1).join("\n\n") p.extra_deps = ['picnic', 'activesupport', ['reststop', '>= 0.2.1'], 'everest'] # An array of rubygem dependencies [name, version], e.g. [ ['active_support', '>= 1.3.1'] ] - p.spec_extras = {:executables => ['cloudmasterd', 'cloudmasterd-ctl']} # A hash of extra values to set in the gemspec. + p.spec_extras = {:executables => ['cloudmasterd', 'cloudmasterd-ctl', 'cloudmasterd-sync']} # A hash of extra values to set in the gemspec. end |
