dnnbundler.gemspec in dnnbundler-0.1.8 vs dnnbundler.gemspec in dnnbundler-0.1.9

- old
+ new

@@ -7,11 +7,11 @@ spec.name = "dnnbundler" spec.version = Dnnbundler::VERSION spec.authors = ["Le0Michine"] spec.email = ["leomichine@gmail.com"] - spec.summary = %q{Creates zip packages for DNN.} - spec.description = %q{Creates zip packages with complex structure.} + spec.summary = %q{Creates zip packages for DotNetNuke.} + spec.description = %q{Creates zip packages for DotNetNuke.} spec.homepage = "https://github.com/Le0Michine/dnnbundler" spec.license = "MIT" spec.files = `git ls-files -z`.split("\x0").reject do |f| f.match(%r{^(test|spec|features)/})