naf.gemspec in naf-1.1.0 vs naf.gemspec in naf-1.1.1
- 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 = '2013-10-11'
+ s.date = '2013-10-14'
s.summary = "Creates infrastructure for a customizable and robust Postgres-backed script scheduling/running"
s.description = "Infrastructure includes abstractions for machines, runners, affinities, easily importable to any Rails app"
s.authors = ["Keith Gabryelski", "Leonardo Meira", "Nathaniel Lim", "Aleksandr Dembskiy"]
s.email = ['keith@fiksu.com', 'lmeira@fiksu.com']
s.files = `git ls-files`.split("\n")