shellac.gemspec in shellac-0.0.1 vs shellac.gemspec in shellac-0.0.2
- old
+ new
@@ -3,11 +3,11 @@
# Instead, edit Jeweler::Tasks in Rakefile, and run 'rake gemspec'
# -*- encoding: utf-8 -*-
Gem::Specification.new do |s|
s.name = %q{shellac}
- s.version = "0.0.1"
+ s.version = "0.0.2"
s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
s.authors = ["Marian"]
s.date = %q{2011-04-12}
s.description = %q{Shellac gives you an environment aware helper for purging configured under config/varnish.yml built ontop of Max Schoefmann's klarlack gem}
@@ -23,9 +23,10 @@
"LICENSE.txt",
"README.rdoc",
"Rakefile",
"VERSION",
"lib/generators/shellac/install_generator.rb",
+ "lib/generators/templates/config/varnish.yml",
"lib/generators/templates/varnish.yml",
"lib/shellac.rb",
"lib/shellac/actions.rb",
"lib/shellac/cache.rb",
"shellac.gemspec",