Skip to content

Commit

Permalink
Remove date from gemspec
Browse files Browse the repository at this point in the history
Otherwise, recent release on rubygems.org looks like it was done a year ago. I
don't think there is any use in having it in the specfile compared to the risk
of forgetting to update it.
  • Loading branch information
iNecas committed Dec 11, 2018
1 parent 1130097 commit 1a8ae8f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion daemons.gemspec
Expand Up @@ -3,7 +3,6 @@ require File.expand_path('../lib/daemons/version', __FILE__)
Gem::Specification.new do |s|
s.name = %q{daemons}
s.version = Daemons::VERSION
s.date = %q{2017-12-24}
s.authors = ["Thomas Uehlinger"]
s.license = "MIT"
s.email = %q{thomas.uehinger@gmail.com}
Expand Down

0 comments on commit 1a8ae8f

Please sign in to comment.