updated gem versions
This commit is contained in:
parent
8b566765b3
commit
2522a3c981
6
Gemfile
6
Gemfile
@ -1,14 +1,14 @@
|
||||
source :rubygems
|
||||
|
||||
gem "compass", :path => "."
|
||||
gem "cucumber"
|
||||
gem "cucumber", "~> 0.9.2"
|
||||
gem "rspec", "~>2.0.0"
|
||||
gem "rails", "~>3.0.0.rc"
|
||||
gem "compass-validator", "3.0.0"
|
||||
gem "css_parser"
|
||||
gem "css_parser", "~> 1.0.1"
|
||||
gem "sass", "~> 3.1"
|
||||
gem "rcov"
|
||||
gem "rubyzip"
|
||||
gem "livereload"
|
||||
gem "chunky_png"
|
||||
gem "chunky_png", "~> 0.10.1"
|
||||
gem "ruby-prof"
|
||||
|
@ -17,7 +17,7 @@ Gem::Specification.new do |gemspec|
|
||||
gemspec.summary = %q{A Real Stylesheet Framework}
|
||||
|
||||
gemspec.add_dependency 'sass', '~> 3.1'
|
||||
gemspec.add_dependency 'chunky_png', '~> 0.9.0'
|
||||
gemspec.add_dependency 'chunky_png', '~> 0.10.3'
|
||||
|
||||
gemspec.files = %w(README.markdown LICENSE.markdown VERSION.yml Rakefile)
|
||||
gemspec.files += Dir.glob("bin/*")
|
||||
|
@ -1,5 +1,3 @@
|
||||
require 'chunky_png'
|
||||
|
||||
module Compass
|
||||
class Sprites < Sass::Importers::Base
|
||||
attr_accessor :name
|
||||
|
@ -60,7 +60,7 @@ describe Compass::Sprites do
|
||||
}
|
||||
CSS
|
||||
image_size('squares.png').should == [20, 30]
|
||||
image_md5('squares.png').should == 'ac68084abb8f43794a75c5fb28bd62fe'
|
||||
image_md5('squares.png').should == 'e8cd71d546aae6951ea44cb01af35820'
|
||||
end
|
||||
|
||||
it "should generate sprite classes with dimensions" do
|
||||
@ -281,7 +281,7 @@ describe Compass::Sprites do
|
||||
}
|
||||
CSS
|
||||
image_size('squares.png').should == [20, 30]
|
||||
image_md5('squares.png').should == 'e274a620ff44c14774fa470d0a9020a1'
|
||||
image_md5('squares.png').should == 'b61700e6d402d9df5f3820b73479f371'
|
||||
end
|
||||
|
||||
it "should use position adjustments in mixins" do
|
||||
@ -319,7 +319,7 @@ describe Compass::Sprites do
|
||||
}
|
||||
CSS
|
||||
image_size('squares.png').should == [20, 30]
|
||||
image_md5('squares.png').should == 'e274a620ff44c14774fa470d0a9020a1'
|
||||
image_md5('squares.png').should == 'b61700e6d402d9df5f3820b73479f371'
|
||||
end
|
||||
|
||||
end
|
Loading…
Reference in New Issue
Block a user