bumped chunky_png version

This commit is contained in:
Scott Davis 2011-04-23 10:22:56 -04:00
parent 613753e06a
commit 382222b6db
2 changed files with 4 additions and 4 deletions

View File

@ -7,8 +7,8 @@ GIT
PATH PATH
remote: . remote: .
specs: specs:
compass (0.11.beta.7.fec367d) compass (0.11.beta.7.613753e)
chunky_png (~> 1.1.0) chunky_png (~> 1.1.1)
fssm (>= 0.2.7) fssm (>= 0.2.7)
sass (>= 3.1.0.alpha.249) sass (>= 3.1.0.alpha.249)
@ -48,7 +48,7 @@ GEM
autotest (4.4.6) autotest (4.4.6)
ZenTest (>= 4.4.1) ZenTest (>= 4.4.1)
builder (2.1.2) builder (2.1.2)
chunky_png (1.1.0) chunky_png (1.1.1)
compass-validator (3.0.0) compass-validator (3.0.0)
css_parser (1.0.1) css_parser (1.0.1)
cucumber (0.9.4) cucumber (0.9.4)

View File

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