# File lib/buildr/packaging/gems.rb, line 27
    def initialize(*args)
      super
      @spec = Gem::Specification.new
      prepare do
        include(changelog) if changelog
      end
    end