simple_site.gemspec in simple_site-0.0.1 vs simple_site.gemspec in simple_site-0.0.2

- old
+ new

@@ -3,15 +3,15 @@ # Instead, edit Jeweler::Tasks in Rakefile, and run 'rake gemspec' # -*- encoding: utf-8 -*- Gem::Specification.new do |s| s.name = "simple_site" - 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 = ["David Radcliffe"] - s.date = "2011-12-15" + s.date = "2011-12-27" s.description = "Helps build simple websites using haml and sass. Compresses your js. Deploys to AWS S3." s.email = "radcliffe.david@gmail.com" s.extra_rdoc_files = [ "LICENSE.txt", "README.rdoc" @@ -22,10 +22,11 @@ "LICENSE.txt", "README.rdoc", "Rakefile", "VERSION", "lib/simple_site.rb", - "lib/simple_site/haml_helper.rb", + "lib/simple_site/haml_context.rb", + "lib/simple_site/tasks.rb", "simple_site.gemspec", "test/helper.rb", "test/test_simple_site.rb" ] s.homepage = "http://github.com/dwradcliffe/simple_site"