compass-less-plugin.gemspec in compass-less-plugin-0.8 vs compass-less-plugin.gemspec in compass-less-plugin-1.0.beta.0

- old
+ new

@@ -1,15 +1,15 @@ # -*- encoding: utf-8 -*- $:.push File.expand_path("../lib", __FILE__) Gem::Specification.new do |s| s.name = "compass-less-plugin" - s.version = "0.8" + s.version = "1.0.beta.0" s.platform = Gem::Platform::RUBY s.authors = ["William Wells"] - s.email = ["projects@hanwells.me"] + s.email = ["less@hapa.me"] s.homepage = "http://github.com/willhw/compass-less-plugin" - s.summary = %q{Compass compatible port of Less Framework 3} + s.summary = %q{Compass compatible port of Less Framework} s.description = %q{Less Framework is a cross-device CSS grid system based on using inline media queries.} s.rubyforge_project = "compass-less-plugin" s.add_dependency "compass", ">= 0.10"