fdlcap.gemspec in fdlcap-0.4.0 vs fdlcap.gemspec in fdlcap-0.4.2

- old
+ new

@@ -3,15 +3,15 @@ # Instead, edit Jeweler::Tasks in Rakefile, and run the gemspec command # -*- encoding: utf-8 -*- Gem::Specification.new do |s| s.name = %q{fdlcap} - s.version = "0.4.0" + s.version = "0.4.2" s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version= s.authors = ["Factory Design Labs", "Gabe Varela", "Jay Zeschin"] - s.date = %q{2010-01-11} + s.date = %q{2010-01-14} s.default_executable = %q{fdlcap} s.email = %q{interactive@factorylabs.com} s.executables = ["fdlcap"] s.extra_rdoc_files = [ "LICENSE", @@ -28,9 +28,10 @@ "fdlcap.gemspec", "features/fdlcap.feature", "features/step_definitions/fdlcap_steps.rb", "features/support/env.rb", "lib/fdlcap.rb", + "lib/fdlcap/extensions/check_for_changes.rb", "lib/fdlcap/extensions/configuration.rb", "lib/fdlcap/extensions/recipe_definition.rb", "lib/fdlcap/recipes.rb", "lib/fdlcap/recipes/automigrate.rb", "lib/fdlcap/recipes/autotagger.rb",