Skip to content
This repository has been archived by the owner on Dec 24, 2020. It is now read-only.

Commit

Permalink
Regenerated gemspec for version 1.2.9
Browse files Browse the repository at this point in the history
  • Loading branch information
cloudhead committed Oct 12, 2009
1 parent e091793 commit a929f6c
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions less.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@

Gem::Specification.new do |s|
s.name = %q{less}
s.version = "1.2.8"
s.version = "1.2.9"

s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
s.authors = ["cloudhead"]
s.date = %q{2009-09-26}
s.date = %q{2009-10-12}
s.default_executable = %q{lessc}
s.description = %q{LESS is leaner CSS}
s.email = %q{self@cloudhead.net}
Expand Down Expand Up @@ -95,12 +95,11 @@ Gem::Specification.new do |s|
"spec/spec.less",
"spec/spec_helper.rb"
]
s.has_rdoc = true
s.homepage = %q{http://www.lesscss.org}
s.rdoc_options = ["--charset=UTF-8"]
s.require_paths = ["lib"]
s.rubyforge_project = %q{less}
s.rubygems_version = %q{1.3.1}
s.rubygems_version = %q{1.3.5}
s.summary = %q{LESS compiler}
s.test_files = [
"spec/command_spec.rb",
Expand All @@ -110,7 +109,7 @@ Gem::Specification.new do |s|

if s.respond_to? :specification_version then
current_version = Gem::Specification::CURRENT_SPECIFICATION_VERSION
s.specification_version = 2
s.specification_version = 3

if Gem::Version.new(Gem::RubyGemsVersion) >= Gem::Version.new('1.2.0') then
s.add_runtime_dependency(%q<treetop>, [">= 1.3.0"])
Expand Down

0 comments on commit a929f6c

Please sign in to comment.