naf.gemspec in naf-1.1.4 vs naf.gemspec in naf-2.0.0

- old
+ new

@@ -6,11 +6,11 @@ # Describe your gem and declare its dependencies: Gem::Specification.new do |s| s.name = "naf" s.version = Naf::VERSION s.license = 'New BSD License' - s.date = '2013-12-18' + s.date = '2013-12-19' s.summary = "Creates infrastructure for a customizable and robust Postgres-backed script scheduling/running" s.description = "A cloud based distributed cron, application framework and operations console. Naf works as a distributed script running " + "system that provides scheduling, logging, alarming, machine redundancy, and the ability to set constraint during script execution" s.authors = ["Keith Gabryelski", "Leonardo Meira", "Nathaniel Lim", "Aleksandr Dembskiy"] s.email = ['keith@fiksu.com', 'lmeira@fiksu.com'] @@ -26,6 +26,8 @@ s.add_dependency 'facter' s.add_development_dependency "pg" s.add_development_dependency "rspec-rails" s.add_development_dependency "factory_girl_rails", "~> 4.0.0" s.add_development_dependency 'awesome_print' + + s.executables = ["naf"] end