updated gemspec
This commit is contained in:
parent
b365a178eb
commit
46cb91f59b
8
Manifest
8
Manifest
@ -1,4 +1,5 @@
|
|||||||
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
|
||||||
@ -34,6 +35,7 @@ examples/blueprint_semantic/stylesheets/ie.sass
|
|||||||
examples/blueprint_semantic/stylesheets/images/grid.png
|
examples/blueprint_semantic/stylesheets/images/grid.png
|
||||||
examples/blueprint_semantic/stylesheets/print.sass
|
examples/blueprint_semantic/stylesheets/print.sass
|
||||||
examples/blueprint_semantic/stylesheets/screen.sass
|
examples/blueprint_semantic/stylesheets/screen.sass
|
||||||
|
examples/yui_default/stylesheets/screen.sass
|
||||||
frameworks/blueprint/lib/blueprint/constants.rb
|
frameworks/blueprint/lib/blueprint/constants.rb
|
||||||
frameworks/blueprint/lib/blueprint/grid_builder.rb
|
frameworks/blueprint/lib/blueprint/grid_builder.rb
|
||||||
frameworks/blueprint/stylesheets/blueprint/_ie.sass
|
frameworks/blueprint/stylesheets/blueprint/_ie.sass
|
||||||
@ -58,6 +60,11 @@ 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/yui/COPYRIGHT
|
||||||
|
frameworks/yui/stylesheets/yui/_screen.sass
|
||||||
|
frameworks/yui/stylesheets/yui/modules/_base.sass
|
||||||
|
frameworks/yui/stylesheets/yui/modules/_fonts.sass
|
||||||
|
frameworks/yui/templates/project/screen.sass
|
||||||
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
|
||||||
@ -67,6 +74,7 @@ lib/compass/core_ext.rb
|
|||||||
lib/compass/exec.rb
|
lib/compass/exec.rb
|
||||||
lib/compass/frameworks/blueprint.rb
|
lib/compass/frameworks/blueprint.rb
|
||||||
lib/compass/frameworks/compass.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/validate/COPYRIGHT.html
|
lib/compass/validate/COPYRIGHT.html
|
||||||
|
@ -53,6 +53,7 @@ extra_rdoc_files:
|
|||||||
- lib/compass/exec.rb
|
- lib/compass/exec.rb
|
||||||
- lib/compass/frameworks/blueprint.rb
|
- lib/compass/frameworks/blueprint.rb
|
||||||
- lib/compass/frameworks/compass.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/validate/COPYRIGHT.html
|
- lib/compass/validate/COPYRIGHT.html
|
||||||
@ -70,6 +71,7 @@ extra_rdoc_files:
|
|||||||
- README.markdown
|
- README.markdown
|
||||||
files:
|
files:
|
||||||
- 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
|
||||||
@ -105,6 +107,7 @@ files:
|
|||||||
- examples/blueprint_semantic/stylesheets/images/grid.png
|
- examples/blueprint_semantic/stylesheets/images/grid.png
|
||||||
- examples/blueprint_semantic/stylesheets/print.sass
|
- examples/blueprint_semantic/stylesheets/print.sass
|
||||||
- examples/blueprint_semantic/stylesheets/screen.sass
|
- examples/blueprint_semantic/stylesheets/screen.sass
|
||||||
|
- examples/yui_default/stylesheets/screen.sass
|
||||||
- frameworks/blueprint/lib/blueprint/constants.rb
|
- frameworks/blueprint/lib/blueprint/constants.rb
|
||||||
- frameworks/blueprint/lib/blueprint/grid_builder.rb
|
- frameworks/blueprint/lib/blueprint/grid_builder.rb
|
||||||
- frameworks/blueprint/stylesheets/blueprint/_ie.sass
|
- frameworks/blueprint/stylesheets/blueprint/_ie.sass
|
||||||
@ -129,6 +132,11 @@ files:
|
|||||||
- 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/yui/COPYRIGHT
|
||||||
|
- frameworks/yui/stylesheets/yui/_screen.sass
|
||||||
|
- frameworks/yui/stylesheets/yui/modules/_base.sass
|
||||||
|
- frameworks/yui/stylesheets/yui/modules/_fonts.sass
|
||||||
|
- frameworks/yui/templates/project/screen.sass
|
||||||
- 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
|
||||||
@ -138,6 +146,7 @@ files:
|
|||||||
- lib/compass/exec.rb
|
- lib/compass/exec.rb
|
||||||
- lib/compass/frameworks/blueprint.rb
|
- lib/compass/frameworks/blueprint.rb
|
||||||
- lib/compass/frameworks/compass.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/validate/COPYRIGHT.html
|
- lib/compass/validate/COPYRIGHT.html
|
||||||
@ -164,7 +173,6 @@ files:
|
|||||||
- test/fixtures/default/tmp/screen.css
|
- test/fixtures/default/tmp/screen.css
|
||||||
- test/test_helper.rb
|
- test/test_helper.rb
|
||||||
- VERSION
|
- VERSION
|
||||||
- compass.gemspec
|
|
||||||
has_rdoc: false
|
has_rdoc: false
|
||||||
homepage: http://github.com/chriseppstein/compass
|
homepage: http://github.com/chriseppstein/compass
|
||||||
post_install_message:
|
post_install_message:
|
||||||
|
Loading…
Reference in New Issue
Block a user