Regenerated gemspec for version 0.10.0.pre5
This commit is contained in:
parent
2225b6981d
commit
9503512782
175
compass.gemspec
175
compass.gemspec
@ -5,11 +5,11 @@
|
|||||||
|
|
||||||
Gem::Specification.new do |s|
|
Gem::Specification.new do |s|
|
||||||
s.name = %q{compass}
|
s.name = %q{compass}
|
||||||
s.version = "0.10.0.pre4"
|
s.version = "0.10.0.pre5"
|
||||||
|
|
||||||
s.required_rubygems_version = Gem::Requirement.new("> 1.3.1") if s.respond_to? :required_rubygems_version=
|
s.required_rubygems_version = Gem::Requirement.new("> 1.3.1") if s.respond_to? :required_rubygems_version=
|
||||||
s.authors = ["Chris Eppstein"]
|
s.authors = ["Chris Eppstein"]
|
||||||
s.date = %q{2010-01-04}
|
s.date = %q{2010-01-19}
|
||||||
s.default_executable = %q{compass}
|
s.default_executable = %q{compass}
|
||||||
s.description = %q{Compass is a Sass-based Stylesheet Framework that streamlines the creation and maintainance of CSS.}
|
s.description = %q{Compass is a Sass-based Stylesheet Framework that streamlines the creation and maintainance of CSS.}
|
||||||
s.email = %q{chris@eppsteins.net}
|
s.email = %q{chris@eppsteins.net}
|
||||||
@ -26,7 +26,6 @@ Gem::Specification.new do |s|
|
|||||||
"Rakefile",
|
"Rakefile",
|
||||||
"VERSION.yml",
|
"VERSION.yml",
|
||||||
"bin/compass",
|
"bin/compass",
|
||||||
"deps.rip",
|
|
||||||
"examples/README.markdown",
|
"examples/README.markdown",
|
||||||
"examples/blueprint_default/config.rb",
|
"examples/blueprint_default/config.rb",
|
||||||
"examples/blueprint_default/images/grid.png",
|
"examples/blueprint_default/images/grid.png",
|
||||||
@ -233,6 +232,7 @@ Gem::Specification.new do |s|
|
|||||||
"lib/compass/configuration/defaults.rb",
|
"lib/compass/configuration/defaults.rb",
|
||||||
"lib/compass/configuration/helpers.rb",
|
"lib/compass/configuration/helpers.rb",
|
||||||
"lib/compass/configuration/inheritance.rb",
|
"lib/compass/configuration/inheritance.rb",
|
||||||
|
"lib/compass/configuration/paths.rb",
|
||||||
"lib/compass/configuration/serialization.rb",
|
"lib/compass/configuration/serialization.rb",
|
||||||
"lib/compass/core_ext.rb",
|
"lib/compass/core_ext.rb",
|
||||||
"lib/compass/dependencies.rb",
|
"lib/compass/dependencies.rb",
|
||||||
@ -245,152 +245,6 @@ Gem::Specification.new do |s|
|
|||||||
"lib/compass/exec/sub_command_ui.rb",
|
"lib/compass/exec/sub_command_ui.rb",
|
||||||
"lib/compass/exec/switch_ui.rb",
|
"lib/compass/exec/switch_ui.rb",
|
||||||
"lib/compass/frameworks.rb",
|
"lib/compass/frameworks.rb",
|
||||||
"lib/compass/frameworks/blueprint/stylesheets/_blueprint.sass",
|
|
||||||
"lib/compass/frameworks/blueprint/stylesheets/blueprint/_buttons.sass",
|
|
||||||
"lib/compass/frameworks/blueprint/stylesheets/blueprint/_colors.sass",
|
|
||||||
"lib/compass/frameworks/blueprint/stylesheets/blueprint/_debug.sass",
|
|
||||||
"lib/compass/frameworks/blueprint/stylesheets/blueprint/_fancy_type.sass",
|
|
||||||
"lib/compass/frameworks/blueprint/stylesheets/blueprint/_form.sass",
|
|
||||||
"lib/compass/frameworks/blueprint/stylesheets/blueprint/_grid.sass",
|
|
||||||
"lib/compass/frameworks/blueprint/stylesheets/blueprint/_ie.sass",
|
|
||||||
"lib/compass/frameworks/blueprint/stylesheets/blueprint/_interaction.sass",
|
|
||||||
"lib/compass/frameworks/blueprint/stylesheets/blueprint/_link_icons.sass",
|
|
||||||
"lib/compass/frameworks/blueprint/stylesheets/blueprint/_liquid.sass",
|
|
||||||
"lib/compass/frameworks/blueprint/stylesheets/blueprint/_print.sass",
|
|
||||||
"lib/compass/frameworks/blueprint/stylesheets/blueprint/_reset.sass",
|
|
||||||
"lib/compass/frameworks/blueprint/stylesheets/blueprint/_rtl.sass",
|
|
||||||
"lib/compass/frameworks/blueprint/stylesheets/blueprint/_scaffolding.sass",
|
|
||||||
"lib/compass/frameworks/blueprint/stylesheets/blueprint/_screen.sass",
|
|
||||||
"lib/compass/frameworks/blueprint/stylesheets/blueprint/_typography.sass",
|
|
||||||
"lib/compass/frameworks/blueprint/stylesheets/blueprint/_utilities.sass",
|
|
||||||
"lib/compass/frameworks/blueprint/stylesheets/blueprint/docs/_buttons.sass.html",
|
|
||||||
"lib/compass/frameworks/blueprint/stylesheets/blueprint/docs/_colors.sass.html",
|
|
||||||
"lib/compass/frameworks/blueprint/stylesheets/blueprint/docs/_debug.sass.html",
|
|
||||||
"lib/compass/frameworks/blueprint/stylesheets/blueprint/docs/_fancy_type.sass.html",
|
|
||||||
"lib/compass/frameworks/blueprint/stylesheets/blueprint/docs/_form.sass.html",
|
|
||||||
"lib/compass/frameworks/blueprint/stylesheets/blueprint/docs/_grid.sass.html",
|
|
||||||
"lib/compass/frameworks/blueprint/stylesheets/blueprint/docs/_ie.sass.html",
|
|
||||||
"lib/compass/frameworks/blueprint/stylesheets/blueprint/docs/_interaction.sass.html",
|
|
||||||
"lib/compass/frameworks/blueprint/stylesheets/blueprint/docs/_link_icons.sass.html",
|
|
||||||
"lib/compass/frameworks/blueprint/stylesheets/blueprint/docs/_liquid.sass.html",
|
|
||||||
"lib/compass/frameworks/blueprint/stylesheets/blueprint/docs/_print.sass.html",
|
|
||||||
"lib/compass/frameworks/blueprint/stylesheets/blueprint/docs/_reset.sass.html",
|
|
||||||
"lib/compass/frameworks/blueprint/stylesheets/blueprint/docs/_rtl.sass.html",
|
|
||||||
"lib/compass/frameworks/blueprint/stylesheets/blueprint/docs/_scaffolding.sass.html",
|
|
||||||
"lib/compass/frameworks/blueprint/stylesheets/blueprint/docs/_screen.sass.html",
|
|
||||||
"lib/compass/frameworks/blueprint/stylesheets/blueprint/docs/_typography.sass.html",
|
|
||||||
"lib/compass/frameworks/blueprint/stylesheets/blueprint/docs/_utilities.sass.html",
|
|
||||||
"lib/compass/frameworks/blueprint/stylesheets/blueprint/docs/index.html",
|
|
||||||
"lib/compass/frameworks/blueprint/stylesheets/blueprint/docs/modules/_buttons.sass.html",
|
|
||||||
"lib/compass/frameworks/blueprint/stylesheets/blueprint/docs/modules/_colors.sass.html",
|
|
||||||
"lib/compass/frameworks/blueprint/stylesheets/blueprint/docs/modules/_debug.sass.html",
|
|
||||||
"lib/compass/frameworks/blueprint/stylesheets/blueprint/docs/modules/_fancy_type.sass.html",
|
|
||||||
"lib/compass/frameworks/blueprint/stylesheets/blueprint/docs/modules/_form.sass.html",
|
|
||||||
"lib/compass/frameworks/blueprint/stylesheets/blueprint/docs/modules/_grid.sass.html",
|
|
||||||
"lib/compass/frameworks/blueprint/stylesheets/blueprint/docs/modules/_interaction.sass.html",
|
|
||||||
"lib/compass/frameworks/blueprint/stylesheets/blueprint/docs/modules/_link_icons.sass.html",
|
|
||||||
"lib/compass/frameworks/blueprint/stylesheets/blueprint/docs/modules/_liquid.sass.html",
|
|
||||||
"lib/compass/frameworks/blueprint/stylesheets/blueprint/docs/modules/_reset.sass.html",
|
|
||||||
"lib/compass/frameworks/blueprint/stylesheets/blueprint/docs/modules/_rtl.sass.html",
|
|
||||||
"lib/compass/frameworks/blueprint/stylesheets/blueprint/docs/modules/_scaffolding.sass.html",
|
|
||||||
"lib/compass/frameworks/blueprint/stylesheets/blueprint/docs/modules/_typography.sass.html",
|
|
||||||
"lib/compass/frameworks/blueprint/stylesheets/blueprint/docs/modules/_utilities.sass.html",
|
|
||||||
"lib/compass/frameworks/blueprint/stylesheets/blueprint/modules/_buttons.sass",
|
|
||||||
"lib/compass/frameworks/blueprint/stylesheets/blueprint/modules/_colors.sass",
|
|
||||||
"lib/compass/frameworks/blueprint/stylesheets/blueprint/modules/_debug.sass",
|
|
||||||
"lib/compass/frameworks/blueprint/stylesheets/blueprint/modules/_fancy_type.sass",
|
|
||||||
"lib/compass/frameworks/blueprint/stylesheets/blueprint/modules/_form.sass",
|
|
||||||
"lib/compass/frameworks/blueprint/stylesheets/blueprint/modules/_grid.sass",
|
|
||||||
"lib/compass/frameworks/blueprint/stylesheets/blueprint/modules/_interaction.sass",
|
|
||||||
"lib/compass/frameworks/blueprint/stylesheets/blueprint/modules/_link_icons.sass",
|
|
||||||
"lib/compass/frameworks/blueprint/stylesheets/blueprint/modules/_liquid.sass",
|
|
||||||
"lib/compass/frameworks/blueprint/stylesheets/blueprint/modules/_reset.sass",
|
|
||||||
"lib/compass/frameworks/blueprint/stylesheets/blueprint/modules/_rtl.sass",
|
|
||||||
"lib/compass/frameworks/blueprint/stylesheets/blueprint/modules/_scaffolding.sass",
|
|
||||||
"lib/compass/frameworks/blueprint/stylesheets/blueprint/modules/_typography.sass",
|
|
||||||
"lib/compass/frameworks/blueprint/stylesheets/blueprint/modules/_utilities.sass",
|
|
||||||
"lib/compass/frameworks/blueprint/templates/buttons/buttons.sass",
|
|
||||||
"lib/compass/frameworks/blueprint/templates/buttons/buttons/cross.png",
|
|
||||||
"lib/compass/frameworks/blueprint/templates/buttons/buttons/key.png",
|
|
||||||
"lib/compass/frameworks/blueprint/templates/buttons/buttons/tick.png",
|
|
||||||
"lib/compass/frameworks/blueprint/templates/buttons/manifest.rb",
|
|
||||||
"lib/compass/frameworks/blueprint/templates/link_icons/link_icons.sass",
|
|
||||||
"lib/compass/frameworks/blueprint/templates/link_icons/link_icons/doc.png",
|
|
||||||
"lib/compass/frameworks/blueprint/templates/link_icons/link_icons/email.png",
|
|
||||||
"lib/compass/frameworks/blueprint/templates/link_icons/link_icons/external.png",
|
|
||||||
"lib/compass/frameworks/blueprint/templates/link_icons/link_icons/feed.png",
|
|
||||||
"lib/compass/frameworks/blueprint/templates/link_icons/link_icons/im.png",
|
|
||||||
"lib/compass/frameworks/blueprint/templates/link_icons/link_icons/pdf.png",
|
|
||||||
"lib/compass/frameworks/blueprint/templates/link_icons/link_icons/visited.png",
|
|
||||||
"lib/compass/frameworks/blueprint/templates/link_icons/link_icons/xls.png",
|
|
||||||
"lib/compass/frameworks/blueprint/templates/link_icons/manifest.rb",
|
|
||||||
"lib/compass/frameworks/blueprint/templates/project/grid.png",
|
|
||||||
"lib/compass/frameworks/blueprint/templates/project/ie.sass",
|
|
||||||
"lib/compass/frameworks/blueprint/templates/project/manifest.rb",
|
|
||||||
"lib/compass/frameworks/blueprint/templates/project/partials/_base.sass",
|
|
||||||
"lib/compass/frameworks/blueprint/templates/project/print.sass",
|
|
||||||
"lib/compass/frameworks/blueprint/templates/project/screen.sass",
|
|
||||||
"lib/compass/frameworks/blueprint/templates/project/welcome.html.haml",
|
|
||||||
"lib/compass/frameworks/compass/stylesheets/_compass.sass",
|
|
||||||
"lib/compass/frameworks/compass/stylesheets/compass/_css3.sass",
|
|
||||||
"lib/compass/frameworks/compass/stylesheets/compass/_layout.sass",
|
|
||||||
"lib/compass/frameworks/compass/stylesheets/compass/_misc.sass",
|
|
||||||
"lib/compass/frameworks/compass/stylesheets/compass/_reset.sass",
|
|
||||||
"lib/compass/frameworks/compass/stylesheets/compass/_utilities.sass",
|
|
||||||
"lib/compass/frameworks/compass/stylesheets/compass/css3/_background_clip.sass",
|
|
||||||
"lib/compass/frameworks/compass/stylesheets/compass/css3/_background_origin.sass",
|
|
||||||
"lib/compass/frameworks/compass/stylesheets/compass/css3/_background_size.sass",
|
|
||||||
"lib/compass/frameworks/compass/stylesheets/compass/css3/_border_radius.sass",
|
|
||||||
"lib/compass/frameworks/compass/stylesheets/compass/css3/_box_shadow.sass",
|
|
||||||
"lib/compass/frameworks/compass/stylesheets/compass/css3/_box_sizing.sass",
|
|
||||||
"lib/compass/frameworks/compass/stylesheets/compass/css3/_columns.sass",
|
|
||||||
"lib/compass/frameworks/compass/stylesheets/compass/css3/_font_face.sass",
|
|
||||||
"lib/compass/frameworks/compass/stylesheets/compass/css3/_gradient.sass",
|
|
||||||
"lib/compass/frameworks/compass/stylesheets/compass/css3/_inline_block.sass",
|
|
||||||
"lib/compass/frameworks/compass/stylesheets/compass/css3/_opacity.sass",
|
|
||||||
"lib/compass/frameworks/compass/stylesheets/compass/css3/_text_shadow.sass",
|
|
||||||
"lib/compass/frameworks/compass/stylesheets/compass/css3/_transform.sass",
|
|
||||||
"lib/compass/frameworks/compass/stylesheets/compass/css3/_transition.sass",
|
|
||||||
"lib/compass/frameworks/compass/stylesheets/compass/layout/_sticky_footer.sass",
|
|
||||||
"lib/compass/frameworks/compass/stylesheets/compass/utilities/_general.sass",
|
|
||||||
"lib/compass/frameworks/compass/stylesheets/compass/utilities/_links.sass",
|
|
||||||
"lib/compass/frameworks/compass/stylesheets/compass/utilities/_lists.sass",
|
|
||||||
"lib/compass/frameworks/compass/stylesheets/compass/utilities/_print.sass",
|
|
||||||
"lib/compass/frameworks/compass/stylesheets/compass/utilities/_sprites.sass",
|
|
||||||
"lib/compass/frameworks/compass/stylesheets/compass/utilities/_tables.sass",
|
|
||||||
"lib/compass/frameworks/compass/stylesheets/compass/utilities/_text.sass",
|
|
||||||
"lib/compass/frameworks/compass/stylesheets/compass/utilities/general/_clearfix.sass",
|
|
||||||
"lib/compass/frameworks/compass/stylesheets/compass/utilities/general/_float.sass",
|
|
||||||
"lib/compass/frameworks/compass/stylesheets/compass/utilities/general/_hacks.sass",
|
|
||||||
"lib/compass/frameworks/compass/stylesheets/compass/utilities/general/_min.sass",
|
|
||||||
"lib/compass/frameworks/compass/stylesheets/compass/utilities/general/_reset.sass",
|
|
||||||
"lib/compass/frameworks/compass/stylesheets/compass/utilities/general/_tabs.sass",
|
|
||||||
"lib/compass/frameworks/compass/stylesheets/compass/utilities/general/_tag_cloud.sass",
|
|
||||||
"lib/compass/frameworks/compass/stylesheets/compass/utilities/links/_hover_link.sass",
|
|
||||||
"lib/compass/frameworks/compass/stylesheets/compass/utilities/links/_link_colors.sass",
|
|
||||||
"lib/compass/frameworks/compass/stylesheets/compass/utilities/links/_unstyled_link.sass",
|
|
||||||
"lib/compass/frameworks/compass/stylesheets/compass/utilities/lists/_bullets.sass",
|
|
||||||
"lib/compass/frameworks/compass/stylesheets/compass/utilities/lists/_horizontal_list.sass",
|
|
||||||
"lib/compass/frameworks/compass/stylesheets/compass/utilities/lists/_inline_list.sass",
|
|
||||||
"lib/compass/frameworks/compass/stylesheets/compass/utilities/sprites/_sprite_img.sass",
|
|
||||||
"lib/compass/frameworks/compass/stylesheets/compass/utilities/tables/_alternating_rows_and_columns.sass",
|
|
||||||
"lib/compass/frameworks/compass/stylesheets/compass/utilities/tables/_borders.sass",
|
|
||||||
"lib/compass/frameworks/compass/stylesheets/compass/utilities/tables/_scaffolding.sass",
|
|
||||||
"lib/compass/frameworks/compass/stylesheets/compass/utilities/text/_ellipsis.sass",
|
|
||||||
"lib/compass/frameworks/compass/stylesheets/compass/utilities/text/_nowrap.sass",
|
|
||||||
"lib/compass/frameworks/compass/stylesheets/compass/utilities/text/_replacement.sass",
|
|
||||||
"lib/compass/frameworks/compass/templates/ellipsis/ellipsis.sass",
|
|
||||||
"lib/compass/frameworks/compass/templates/ellipsis/manifest.rb",
|
|
||||||
"lib/compass/frameworks/compass/templates/ellipsis/xml/ellipsis.xml",
|
|
||||||
"lib/compass/frameworks/compass/templates/extension/manifest.rb",
|
|
||||||
"lib/compass/frameworks/compass/templates/extension/stylesheets/main.sass",
|
|
||||||
"lib/compass/frameworks/compass/templates/extension/templates/project/manifest.rb",
|
|
||||||
"lib/compass/frameworks/compass/templates/extension/templates/project/screen.sass",
|
|
||||||
"lib/compass/frameworks/compass/templates/project/USAGE.markdown",
|
|
||||||
"lib/compass/frameworks/compass/templates/project/ie.sass",
|
|
||||||
"lib/compass/frameworks/compass/templates/project/manifest.rb",
|
|
||||||
"lib/compass/frameworks/compass/templates/project/print.sass",
|
|
||||||
"lib/compass/frameworks/compass/templates/project/screen.sass",
|
|
||||||
"lib/compass/grid_builder.rb",
|
"lib/compass/grid_builder.rb",
|
||||||
"lib/compass/installers.rb",
|
"lib/compass/installers.rb",
|
||||||
"lib/compass/installers/bare_installer.rb",
|
"lib/compass/installers/bare_installer.rb",
|
||||||
@ -415,17 +269,18 @@ Gem::Specification.new do |s|
|
|||||||
"lib/compass/test_case.rb",
|
"lib/compass/test_case.rb",
|
||||||
"lib/compass/validator.rb",
|
"lib/compass/validator.rb",
|
||||||
"lib/compass/version.rb",
|
"lib/compass/version.rb",
|
||||||
"lib/vendor/fssm.rb",
|
"lib/vendor/fssm/fssm.rb",
|
||||||
"lib/vendor/fssm/backends/fsevents.rb",
|
"lib/vendor/fssm/fssm/backends/fsevents.rb",
|
||||||
"lib/vendor/fssm/backends/inotify.rb",
|
"lib/vendor/fssm/fssm/backends/inotify.rb",
|
||||||
"lib/vendor/fssm/backends/polling.rb",
|
"lib/vendor/fssm/fssm/backends/polling.rb",
|
||||||
"lib/vendor/fssm/backends/rubycocoa/fsevents.rb",
|
"lib/vendor/fssm/fssm/backends/rubycocoa/fsevents.rb",
|
||||||
"lib/vendor/fssm/monitor.rb",
|
"lib/vendor/fssm/fssm/monitor.rb",
|
||||||
"lib/vendor/fssm/path.rb",
|
"lib/vendor/fssm/fssm/path.rb",
|
||||||
"lib/vendor/fssm/pathname.rb",
|
"lib/vendor/fssm/fssm/pathname.rb",
|
||||||
"lib/vendor/fssm/state.rb",
|
"lib/vendor/fssm/fssm/state/directory.rb",
|
||||||
"lib/vendor/fssm/support.rb",
|
"lib/vendor/fssm/fssm/state/file.rb",
|
||||||
"lib/vendor/fssm/tree.rb",
|
"lib/vendor/fssm/fssm/support.rb",
|
||||||
|
"lib/vendor/fssm/fssm/tree.rb",
|
||||||
"test/command_line_helper.rb",
|
"test/command_line_helper.rb",
|
||||||
"test/command_line_test.rb",
|
"test/command_line_test.rb",
|
||||||
"test/compass_png_test.rb",
|
"test/compass_png_test.rb",
|
||||||
|
Loading…
Reference in New Issue
Block a user