less.gemspec in less-2.0.0 vs less.gemspec in less-2.0.1
- old
+ new
@@ -6,12 +6,12 @@
s.name = "less"
s.version = Less::VERSION
s.platform = Gem::Platform::RUBY
s.authors = ["Charles Lowell"]
s.email = ["cowboyd@thefrontside.net"]
- s.homepage = "http://github.com/cowboyd/less.rb"
+ s.homepage = "http://lesscss.org"
s.summary = %q{Leaner CSS, in your browser or Ruby (via less.js)}
- s.description = %q{Invoke the Less CSS compiler from Ruby (http://lesscss.org)}
+ s.description = %q{Invoke the Less CSS compiler from Ruby}
s.rubyforge_project = "less"
s.files = `git ls-files`.split("\n")
Dir.chdir('lib/less/js') do