less.gemspec in less-1.2.19 vs less.gemspec in less-1.2.20

- 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{less} - s.version = "1.2.19" + s.version = "1.2.20" s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version= s.authors = ["cloudhead"] - s.date = %q{2009-12-02} + s.date = %q{2009-12-14} s.default_executable = %q{lessc} s.description = %q{LESS is leaner CSS} s.email = %q{self@cloudhead.net} s.executables = ["lessc"] s.extra_rdoc_files = [ @@ -49,10 +49,12 @@ "spec/css/comments.css", "spec/css/css-3.css", "spec/css/css.css", "spec/css/dash-prefix.css", "spec/css/functions.css", + "spec/css/import-with-extra-paths.css", + "spec/css/import-with-partial-in-extra-path.css", "spec/css/import.css", "spec/css/lazy-eval.css", "spec/css/mixins-args.css", "spec/css/mixins.css", "spec/css/operations.css", @@ -72,11 +74,15 @@ "spec/less/css.less", "spec/less/dash-prefix.less", "spec/less/exceptions/mixed-units-error.less", "spec/less/exceptions/name-error-1.0.less", "spec/less/exceptions/syntax-error-1.0.less", + "spec/less/extra_import_path/extra.less", + "spec/less/extra_import_path/import/import-test-a.css", + "spec/less/extra_import_path/import/import-test-a.less", "spec/less/functions.less", "spec/less/hidden.less", + "spec/less/import-with-extra-paths.less", "spec/less/import.less", "spec/less/import/import-test-a.less", "spec/less/import/import-test-b.less", "spec/less/import/import-test-c.less", "spec/less/import/import-test-d.css",