bump chunky_png version dependency.

This commit is contained in:
Chris Eppstein 2011-06-11 22:28:56 -07:00
parent 39df74c55a
commit fa165a3d84
2 changed files with 3 additions and 3 deletions

View File

@ -7,8 +7,8 @@ GIT
PATH
remote: .
specs:
compass (0.11.3.e4a22c4)
chunky_png (~> 1.1)
compass (0.11.3.a6a7069)
chunky_png (~> 1.2)
fssm (>= 0.2.7)
sass (~> 3.1)

View File

@ -16,7 +16,7 @@ Gem::Specification.new do |gemspec|
gemspec.summary = %q{A Real Stylesheet Framework}
gemspec.add_dependency 'sass', '~> 3.1'
gemspec.add_dependency 'chunky_png', '~> 1.1'
gemspec.add_dependency 'chunky_png', '~> 1.2'
gemspec.add_dependency 'fssm', '>= 0.2.7'
gemspec.files = %w(README.markdown LICENSE.markdown VERSION.yml Rakefile)