Update version and dependency for release.
This commit is contained in:
parent
87b7631fe1
commit
5397c70e00
@ -2,4 +2,3 @@
|
|||||||
:patch: 0
|
:patch: 0
|
||||||
:major: 0
|
:major: 0
|
||||||
:minor: 10
|
:minor: 10
|
||||||
:build: rc6
|
|
||||||
|
@ -15,7 +15,7 @@ Gem::Specification.new do |gemspec|
|
|||||||
gemspec.require_paths = %w(lib)
|
gemspec.require_paths = %w(lib)
|
||||||
gemspec.rubygems_version = "1.3.6"
|
gemspec.rubygems_version = "1.3.6"
|
||||||
gemspec.summary = %q{A Real Stylesheet Framework}
|
gemspec.summary = %q{A Real Stylesheet Framework}
|
||||||
gemspec.add_dependency('haml', '>= 3.0.0.rc.1')
|
gemspec.add_dependency('haml', '>= 3.0.0')
|
||||||
gemspec.files = %w(README.markdown LICENSE.markdown VERSION.yml Rakefile)
|
gemspec.files = %w(README.markdown LICENSE.markdown VERSION.yml Rakefile)
|
||||||
gemspec.files += Dir.glob("bin/*")
|
gemspec.files += Dir.glob("bin/*")
|
||||||
gemspec.files += Dir.glob("examples/**/*.*")
|
gemspec.files += Dir.glob("examples/**/*.*")
|
||||||
|
Loading…
Reference in New Issue
Block a user