naf.gemspec in naf-2.1.11 vs naf.gemspec in naf-2.1.12

- old
+ new

@@ -6,10 +6,10 @@ # 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 = '2014-04-30' + s.date = '2014-05-05' 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'] s.email = ['keith@fiksu.com', 'lmeira@fiksu.com']