lambom.gemspec in lambom-0.4.7 vs lambom.gemspec in lambom-0.4.8
- old
+ new
@@ -4,10 +4,10 @@
require "lambom/version"
Gem::Specification.new do |s|
s.name = 'lambom'
s.version = Lambom::VERSION
- s.date = '2014-01-21'
+ s.date = Date.today.to_s
s.summary = "Tool to configure servers based on chef-solo and berkshelf"
s.description = <<-EOF
Riyic is a server configuration service based on chef (http://riyic.com).
The lambom gem is a tool to apply chef configurations generated with the riyic service, or defined in a pair of plain text files
(a json attributes file where the server configuration is detailed and a berkshelf file which specifies cookbooks restrictions and sources).