Bump versions for v0.10.1 release.

This commit is contained in:
Chris Eppstein 2010-05-14 23:39:50 -07:00
parent 54b9b6b596
commit 786e03551b
2 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
---
:patch: 0
:major: 0
:minor: 10
:patch: 1

View File

@ -15,7 +15,7 @@ Gem::Specification.new do |gemspec|
gemspec.require_paths = %w(lib)
gemspec.rubygems_version = "1.3.6"
gemspec.summary = %q{A Real Stylesheet Framework}
gemspec.add_dependency('haml', '>= 3.0.0')
gemspec.add_dependency('haml', '>= 3.0.4')
gemspec.files = %w(README.markdown LICENSE.markdown VERSION.yml Rakefile)
gemspec.files += Dir.glob("bin/*")
gemspec.files += Dir.glob("examples/**/*.*")