Bump version.
This commit is contained in:
parent
f316dd013e
commit
ab149f895e
9
Manifest
9
Manifest
@ -1,5 +1,4 @@
|
|||||||
bin/compass
|
bin/compass
|
||||||
compass.gemspec
|
|
||||||
examples/blueprint_default/index.html
|
examples/blueprint_default/index.html
|
||||||
examples/blueprint_default/parts/elements.html
|
examples/blueprint_default/parts/elements.html
|
||||||
examples/blueprint_default/parts/forms.html
|
examples/blueprint_default/parts/forms.html
|
||||||
@ -71,6 +70,7 @@ frameworks/blueprint/templates/project/grid.png
|
|||||||
frameworks/blueprint/templates/project/ie.sass
|
frameworks/blueprint/templates/project/ie.sass
|
||||||
frameworks/blueprint/templates/project/print.sass
|
frameworks/blueprint/templates/project/print.sass
|
||||||
frameworks/blueprint/templates/project/screen.sass
|
frameworks/blueprint/templates/project/screen.sass
|
||||||
|
frameworks/blueprint.rb
|
||||||
frameworks/compass/stylesheets/_compass.sass
|
frameworks/compass/stylesheets/_compass.sass
|
||||||
frameworks/compass/stylesheets/compass/_layout.sass
|
frameworks/compass/stylesheets/compass/_layout.sass
|
||||||
frameworks/compass/stylesheets/compass/_reset.sass
|
frameworks/compass/stylesheets/compass/_reset.sass
|
||||||
@ -100,24 +100,24 @@ frameworks/compass/templates/project/grid.png
|
|||||||
frameworks/compass/templates/project/ie.sass
|
frameworks/compass/templates/project/ie.sass
|
||||||
frameworks/compass/templates/project/print.sass
|
frameworks/compass/templates/project/print.sass
|
||||||
frameworks/compass/templates/project/screen.sass
|
frameworks/compass/templates/project/screen.sass
|
||||||
|
frameworks/compass.rb
|
||||||
frameworks/yui/COPYRIGHT
|
frameworks/yui/COPYRIGHT
|
||||||
frameworks/yui/stylesheets/_yui.sass
|
frameworks/yui/stylesheets/_yui.sass
|
||||||
frameworks/yui/stylesheets/yui/modules/_base.sass
|
frameworks/yui/stylesheets/yui/modules/_base.sass
|
||||||
frameworks/yui/stylesheets/yui/modules/_fonts.sass
|
frameworks/yui/stylesheets/yui/modules/_fonts.sass
|
||||||
frameworks/yui/stylesheets/yui/modules/_grids.sass
|
frameworks/yui/stylesheets/yui/modules/_grids.sass
|
||||||
frameworks/yui/templates/project/screen.sass
|
frameworks/yui/templates/project/screen.sass
|
||||||
|
frameworks/yui.rb
|
||||||
lib/compass/commands/base.rb
|
lib/compass/commands/base.rb
|
||||||
lib/compass/commands/create_project.rb
|
lib/compass/commands/create_project.rb
|
||||||
lib/compass/commands/install_rails.rb
|
lib/compass/commands/install_rails.rb
|
||||||
lib/compass/commands/list_frameworks.rb
|
lib/compass/commands/list_frameworks.rb
|
||||||
lib/compass/commands/print_version.rb
|
lib/compass/commands/print_version.rb
|
||||||
|
lib/compass/commands/project_base.rb
|
||||||
lib/compass/commands/update_project.rb
|
lib/compass/commands/update_project.rb
|
||||||
lib/compass/commands/watch_project.rb
|
lib/compass/commands/watch_project.rb
|
||||||
lib/compass/core_ext.rb
|
lib/compass/core_ext.rb
|
||||||
lib/compass/exec.rb
|
lib/compass/exec.rb
|
||||||
lib/compass/frameworks/blueprint.rb
|
|
||||||
lib/compass/frameworks/compass.rb
|
|
||||||
lib/compass/frameworks/yui.rb
|
|
||||||
lib/compass/frameworks.rb
|
lib/compass/frameworks.rb
|
||||||
lib/compass/merb.rb
|
lib/compass/merb.rb
|
||||||
lib/compass/test_case.rb
|
lib/compass/test_case.rb
|
||||||
@ -137,6 +137,7 @@ lib/sass_extensions.rb
|
|||||||
Manifest
|
Manifest
|
||||||
Rakefile
|
Rakefile
|
||||||
README.markdown
|
README.markdown
|
||||||
|
test/command_line_test.rb
|
||||||
test/compass_test.rb
|
test/compass_test.rb
|
||||||
test/fixtures/stylesheets/blueprint/css/typography.css
|
test/fixtures/stylesheets/blueprint/css/typography.css
|
||||||
test/fixtures/stylesheets/blueprint/sass/ie.sass
|
test/fixtures/stylesheets/blueprint/sass/ie.sass
|
||||||
|
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue
Block a user