Import ruby-hamlit_2.7.5.orig.tar.gz
authorBalasankar C <balasankarc@autistici.org>
Sun, 13 Nov 2016 06:48:46 +0000 (06:48 +0000)
committerBalasankar C <balasankarc@autistici.org>
Sun, 13 Nov 2016 06:48:46 +0000 (06:48 +0000)
commit934fe93915f83df1d47af00c0ff6404a148c2d9c
treecaed0631d25b252677b17fb1a899019fcfccaf51
Import ruby-hamlit_2.7.5.orig.tar.gz

[dgit import orig ruby-hamlit_2.7.5.orig.tar.gz]
281 files changed:
.gitignore [new file with mode: 0644]
.travis.yml [new file with mode: 0644]
CHANGELOG.md [new file with mode: 0644]
Gemfile [new file with mode: 0644]
LICENSE.txt [new file with mode: 0644]
README.md [new file with mode: 0644]
REFERENCE.md [new file with mode: 0644]
Rakefile [new file with mode: 0644]
benchmark/boolean_attribute.haml [new file with mode: 0644]
benchmark/class_attribute.haml [new file with mode: 0644]
benchmark/common_attribute.haml [new file with mode: 0644]
benchmark/data_attribute.haml [new file with mode: 0644]
benchmark/dynamic_attributes/boolean_attribute.haml [new file with mode: 0644]
benchmark/dynamic_attributes/class_attribute.haml [new file with mode: 0644]
benchmark/dynamic_attributes/common_attribute.haml [new file with mode: 0644]
benchmark/dynamic_attributes/data_attribute.haml [new file with mode: 0644]
benchmark/dynamic_attributes/id_attribute.haml [new file with mode: 0644]
benchmark/dynamic_boolean_attribute.haml [new file with mode: 0644]
benchmark/etc/attribute_builder.haml [new file with mode: 0644]
benchmark/etc/real_sample.haml [new file with mode: 0644]
benchmark/etc/real_sample.rb [new file with mode: 0644]
benchmark/etc/static_analyzer.haml [new file with mode: 0644]
benchmark/etc/string_interpolation.haml [new file with mode: 0644]
benchmark/etc/tags.haml [new file with mode: 0644]
benchmark/ext/build_data.rb [new file with mode: 0755]
benchmark/ext/build_id.rb [new file with mode: 0755]
benchmark/id_attribute.haml [new file with mode: 0644]
benchmark/plain.haml [new file with mode: 0644]
benchmark/script.haml [new file with mode: 0644]
benchmark/slim/LICENSE [new file with mode: 0644]
benchmark/slim/context.rb [new file with mode: 0644]
benchmark/slim/run-benchmarks.rb [new file with mode: 0644]
benchmark/slim/view.erb [new file with mode: 0644]
benchmark/slim/view.haml [new file with mode: 0644]
benchmark/slim/view.slim [new file with mode: 0644]
benchmark/utils/benchmark_ips_extension.rb [new file with mode: 0644]
bin/bench [new file with mode: 0755]
bin/console [new file with mode: 0755]
bin/lineprof [new file with mode: 0755]
bin/ruby [new file with mode: 0755]
bin/setup [new file with mode: 0755]
bin/stackprof [new file with mode: 0755]
bin/test [new file with mode: 0755]
exe/hamlit [new file with mode: 0755]
ext/hamlit/extconf.rb [new file with mode: 0644]
ext/hamlit/hamlit.c [new file with mode: 0644]
ext/hamlit/hescape.c [new file with mode: 0644]
ext/hamlit/hescape.h [new file with mode: 0644]
hamlit.gemspec [new file with mode: 0644]
lib/hamlit.rb [new file with mode: 0644]
lib/hamlit/attribute_builder.rb [new file with mode: 0644]
lib/hamlit/attribute_compiler.rb [new file with mode: 0644]
lib/hamlit/attribute_parser.rb [new file with mode: 0644]
lib/hamlit/cli.rb [new file with mode: 0644]
lib/hamlit/compiler.rb [new file with mode: 0644]
lib/hamlit/compiler/children_compiler.rb [new file with mode: 0644]
lib/hamlit/compiler/comment_compiler.rb [new file with mode: 0644]
lib/hamlit/compiler/doctype_compiler.rb [new file with mode: 0644]
lib/hamlit/compiler/script_compiler.rb [new file with mode: 0644]
lib/hamlit/compiler/silent_script_compiler.rb [new file with mode: 0644]
lib/hamlit/compiler/tag_compiler.rb [new file with mode: 0644]
lib/hamlit/engine.rb [new file with mode: 0644]
lib/hamlit/error.rb [new file with mode: 0644]
lib/hamlit/escapable.rb [new file with mode: 0644]
lib/hamlit/filters.rb [new file with mode: 0644]
lib/hamlit/filters/base.rb [new file with mode: 0644]
lib/hamlit/filters/cdata.rb [new file with mode: 0644]
lib/hamlit/filters/coffee.rb [new file with mode: 0644]
lib/hamlit/filters/css.rb [new file with mode: 0644]
lib/hamlit/filters/erb.rb [new file with mode: 0644]
lib/hamlit/filters/escaped.rb [new file with mode: 0644]
lib/hamlit/filters/javascript.rb [new file with mode: 0644]
lib/hamlit/filters/less.rb [new file with mode: 0644]
lib/hamlit/filters/markdown.rb [new file with mode: 0644]
lib/hamlit/filters/plain.rb [new file with mode: 0644]
lib/hamlit/filters/preserve.rb [new file with mode: 0644]
lib/hamlit/filters/ruby.rb [new file with mode: 0644]
lib/hamlit/filters/sass.rb [new file with mode: 0644]
lib/hamlit/filters/scss.rb [new file with mode: 0644]
lib/hamlit/filters/text_base.rb [new file with mode: 0644]
lib/hamlit/filters/tilt_base.rb [new file with mode: 0644]
lib/hamlit/force_escapable.rb [new file with mode: 0644]
lib/hamlit/helpers.rb [new file with mode: 0644]
lib/hamlit/html.rb [new file with mode: 0644]
lib/hamlit/identity.rb [new file with mode: 0644]
lib/hamlit/object_ref.rb [new file with mode: 0644]
lib/hamlit/parser.rb [new file with mode: 0644]
lib/hamlit/parser/MIT-LICENSE [new file with mode: 0644]
lib/hamlit/parser/README.md [new file with mode: 0644]
lib/hamlit/parser/haml_buffer.rb [new file with mode: 0644]
lib/hamlit/parser/haml_compiler.rb [new file with mode: 0644]
lib/hamlit/parser/haml_error.rb [new file with mode: 0644]
lib/hamlit/parser/haml_helpers.rb [new file with mode: 0644]
lib/hamlit/parser/haml_options.rb [new file with mode: 0644]
lib/hamlit/parser/haml_parser.rb [new file with mode: 0644]
lib/hamlit/parser/haml_util.rb [new file with mode: 0644]
lib/hamlit/parser/haml_xss_mods.rb [new file with mode: 0644]
lib/hamlit/rails_helpers.rb [new file with mode: 0644]
lib/hamlit/rails_template.rb [new file with mode: 0644]
lib/hamlit/railtie.rb [new file with mode: 0644]
lib/hamlit/ruby_expression.rb [new file with mode: 0644]
lib/hamlit/static_analyzer.rb [new file with mode: 0644]
lib/hamlit/string_splitter.rb [new file with mode: 0644]
lib/hamlit/template.rb [new file with mode: 0644]
lib/hamlit/utils.rb [new file with mode: 0644]
lib/hamlit/version.rb [new file with mode: 0644]
sample/rails/.gitignore [new file with mode: 0644]
sample/rails/Gemfile [new file with mode: 0644]
sample/rails/Gemfile.lock [new file with mode: 0644]
sample/rails/README.rdoc [new file with mode: 0644]
sample/rails/Rakefile [new file with mode: 0644]
sample/rails/app/assets/images/.keep [new file with mode: 0644]
sample/rails/app/assets/javascripts/application.js [new file with mode: 0644]
sample/rails/app/assets/javascripts/users.coffee [new file with mode: 0644]
sample/rails/app/assets/stylesheets/application.css [new file with mode: 0644]
sample/rails/app/assets/stylesheets/scaffolds.scss [new file with mode: 0644]
sample/rails/app/assets/stylesheets/users.scss [new file with mode: 0644]
sample/rails/app/controllers/application_controller.rb [new file with mode: 0644]
sample/rails/app/controllers/concerns/.keep [new file with mode: 0644]
sample/rails/app/controllers/users_controller.rb [new file with mode: 0644]
sample/rails/app/helpers/application_helper.rb [new file with mode: 0644]
sample/rails/app/helpers/users_helper.rb [new file with mode: 0644]
sample/rails/app/mailers/.keep [new file with mode: 0644]
sample/rails/app/models/.keep [new file with mode: 0644]
sample/rails/app/models/concerns/.keep [new file with mode: 0644]
sample/rails/app/models/user.rb [new file with mode: 0644]
sample/rails/app/views/layouts/application.html.haml [new file with mode: 0644]
sample/rails/app/views/users/_form.html.haml [new file with mode: 0644]
sample/rails/app/views/users/edit.html.haml [new file with mode: 0644]
sample/rails/app/views/users/index.html.haml [new file with mode: 0644]
sample/rails/app/views/users/new.html.haml [new file with mode: 0644]
sample/rails/app/views/users/show.html.haml [new file with mode: 0644]
sample/rails/app/views/users/test.html.haml [new file with mode: 0644]
sample/rails/bin/bundle [new file with mode: 0755]
sample/rails/bin/rails [new file with mode: 0755]
sample/rails/bin/rake [new file with mode: 0755]
sample/rails/bin/setup [new file with mode: 0755]
sample/rails/config.ru [new file with mode: 0644]
sample/rails/config/application.rb [new file with mode: 0644]
sample/rails/config/boot.rb [new file with mode: 0644]
sample/rails/config/database.yml [new file with mode: 0644]
sample/rails/config/environment.rb [new file with mode: 0644]
sample/rails/config/environments/development.rb [new file with mode: 0644]
sample/rails/config/environments/production.rb [new file with mode: 0644]
sample/rails/config/environments/test.rb [new file with mode: 0644]
sample/rails/config/initializers/assets.rb [new file with mode: 0644]
sample/rails/config/initializers/backtrace_silencers.rb [new file with mode: 0644]
sample/rails/config/initializers/cookies_serializer.rb [new file with mode: 0644]
sample/rails/config/initializers/filter_parameter_logging.rb [new file with mode: 0644]
sample/rails/config/initializers/inflections.rb [new file with mode: 0644]
sample/rails/config/initializers/mime_types.rb [new file with mode: 0644]
sample/rails/config/initializers/session_store.rb [new file with mode: 0644]
sample/rails/config/initializers/wrap_parameters.rb [new file with mode: 0644]
sample/rails/config/locales/en.yml [new file with mode: 0644]
sample/rails/config/routes.rb [new file with mode: 0644]
sample/rails/config/secrets.yml [new file with mode: 0644]
sample/rails/db/migrate/20151119022746_create_users.rb [new file with mode: 0644]
sample/rails/db/schema.rb [new file with mode: 0644]
sample/rails/db/seeds.rb [new file with mode: 0644]
sample/rails/lib/assets/.keep [new file with mode: 0644]
sample/rails/lib/tasks/.keep [new file with mode: 0644]
sample/rails/log/.keep [new file with mode: 0644]
sample/rails/public/404.html [new file with mode: 0644]
sample/rails/public/422.html [new file with mode: 0644]
sample/rails/public/500.html [new file with mode: 0644]
sample/rails/public/favicon.ico [new file with mode: 0644]
sample/rails/public/robots.txt [new file with mode: 0644]
sample/rails/vendor/assets/javascripts/.keep [new file with mode: 0644]
sample/rails/vendor/assets/stylesheets/.keep [new file with mode: 0644]
sample/sinatra/Gemfile [new file with mode: 0644]
sample/sinatra/Gemfile.lock [new file with mode: 0644]
sample/sinatra/app.rb [new file with mode: 0644]
sample/sinatra/views/center.haml [new file with mode: 0644]
sample/sinatra/views/index.haml [new file with mode: 0644]
sample/sinatra/views/layout.haml [new file with mode: 0644]
test/haml/MIT-LICENSE [new file with mode: 0644]
test/haml/README.md [new file with mode: 0644]
test/haml/engine_test.rb [new file with mode: 0644]
test/haml/erb/_av_partial_1.erb [new file with mode: 0644]
test/haml/erb/_av_partial_2.erb [new file with mode: 0644]
test/haml/erb/action_view.erb [new file with mode: 0644]
test/haml/erb/standard.erb [new file with mode: 0644]
test/haml/filters_test.rb [new file with mode: 0644]
test/haml/gemfiles/.bundle/config [new file with mode: 0644]
test/haml/gemfiles/Gemfile.rails-4.0.x [new file with mode: 0644]
test/haml/gemfiles/Gemfile.rails-4.1.x [new file with mode: 0644]
test/haml/gemfiles/Gemfile.rails-4.2.x [new file with mode: 0644]
test/haml/haml-spec/LICENSE [new file with mode: 0644]
test/haml/haml-spec/README.md [new file with mode: 0644]
test/haml/haml-spec/Rakefile [new file with mode: 0644]
test/haml/haml-spec/tests.yml [new file with mode: 0644]
test/haml/haml-spec/ugly_test.rb [new file with mode: 0644]
test/haml/helper_test.rb [new file with mode: 0644]
test/haml/markaby/standard.mab [new file with mode: 0644]
test/haml/mocks/article.rb [new file with mode: 0644]
test/haml/results/content_for_layout.xhtml [new file with mode: 0644]
test/haml/results/eval_suppressed.xhtml [new file with mode: 0644]
test/haml/results/helpers.xhtml [new file with mode: 0644]
test/haml/results/helpful.xhtml [new file with mode: 0644]
test/haml/results/just_stuff.xhtml [new file with mode: 0644]
test/haml/results/list.xhtml [new file with mode: 0644]
test/haml/results/nuke_inner_whitespace.xhtml [new file with mode: 0644]
test/haml/results/nuke_outer_whitespace.xhtml [new file with mode: 0644]
test/haml/results/original_engine.xhtml [new file with mode: 0644]
test/haml/results/partial_layout.xhtml [new file with mode: 0644]
test/haml/results/partial_layout_erb.xhtml [new file with mode: 0644]
test/haml/results/partials.xhtml [new file with mode: 0644]
test/haml/results/render_layout.xhtml [new file with mode: 0644]
test/haml/results/silent_script.xhtml [new file with mode: 0644]
test/haml/results/standard.xhtml [new file with mode: 0644]
test/haml/results/tag_parsing.xhtml [new file with mode: 0644]
test/haml/results/very_basic.xhtml [new file with mode: 0644]
test/haml/results/whitespace_handling.xhtml [new file with mode: 0644]
test/haml/template_test.rb [new file with mode: 0644]
test/haml/templates/_av_partial_1.haml [new file with mode: 0644]
test/haml/templates/_av_partial_1_ugly.haml [new file with mode: 0644]
test/haml/templates/_av_partial_2.haml [new file with mode: 0644]
test/haml/templates/_av_partial_2_ugly.haml [new file with mode: 0644]
test/haml/templates/_layout.erb [new file with mode: 0644]
test/haml/templates/_layout_for_partial.haml [new file with mode: 0644]
test/haml/templates/_partial.haml [new file with mode: 0644]
test/haml/templates/_text_area.haml [new file with mode: 0644]
test/haml/templates/_text_area_helper.html.haml [new file with mode: 0644]
test/haml/templates/action_view.haml [new file with mode: 0644]
test/haml/templates/action_view_ugly.haml [new file with mode: 0644]
test/haml/templates/breakage.haml [new file with mode: 0644]
test/haml/templates/content_for_layout.haml [new file with mode: 0644]
test/haml/templates/eval_suppressed.haml [new file with mode: 0644]
test/haml/templates/helpers.haml [new file with mode: 0644]
test/haml/templates/helpful.haml [new file with mode: 0644]
test/haml/templates/just_stuff.haml [new file with mode: 0644]
test/haml/templates/list.haml [new file with mode: 0644]
test/haml/templates/nuke_inner_whitespace.haml [new file with mode: 0644]
test/haml/templates/nuke_outer_whitespace.haml [new file with mode: 0644]
test/haml/templates/original_engine.haml [new file with mode: 0644]
test/haml/templates/partial_layout.haml [new file with mode: 0644]
test/haml/templates/partial_layout_erb.erb [new file with mode: 0644]
test/haml/templates/partialize.haml [new file with mode: 0644]
test/haml/templates/partials.haml [new file with mode: 0644]
test/haml/templates/render_layout.haml [new file with mode: 0644]
test/haml/templates/silent_script.haml [new file with mode: 0644]
test/haml/templates/standard.haml [new file with mode: 0644]
test/haml/templates/standard_ugly.haml [new file with mode: 0644]
test/haml/templates/tag_parsing.haml [new file with mode: 0644]
test/haml/templates/very_basic.haml [new file with mode: 0644]
test/haml/templates/whitespace_handling.haml [new file with mode: 0644]
test/haml/templates/with_bom.haml [new file with mode: 0644]
test/hamlit/attribute_parser_test.rb [new file with mode: 0644]
test/hamlit/cli_test.rb [new file with mode: 0644]
test/hamlit/engine/attributes_test.rb [new file with mode: 0644]
test/hamlit/engine/comment_test.rb [new file with mode: 0644]
test/hamlit/engine/doctype_test.rb [new file with mode: 0644]
test/hamlit/engine/indent_test.rb [new file with mode: 0644]
test/hamlit/engine/multiline_test.rb [new file with mode: 0644]
test/hamlit/engine/new_attribute_test.rb [new file with mode: 0644]
test/hamlit/engine/old_attribute_test.rb [new file with mode: 0644]
test/hamlit/engine/script_test.rb [new file with mode: 0644]
test/hamlit/engine/silent_script_test.rb [new file with mode: 0644]
test/hamlit/engine/tag_test.rb [new file with mode: 0644]
test/hamlit/engine/text_test.rb [new file with mode: 0644]
test/hamlit/engine/whitespace_test.rb [new file with mode: 0644]
test/hamlit/error_test.rb [new file with mode: 0644]
test/hamlit/filters/cdata_test.rb [new file with mode: 0644]
test/hamlit/filters/coffee_test.rb [new file with mode: 0644]
test/hamlit/filters/css_test.rb [new file with mode: 0644]
test/hamlit/filters/erb_test.rb [new file with mode: 0644]
test/hamlit/filters/javascript_test.rb [new file with mode: 0644]
test/hamlit/filters/markdown_test.rb [new file with mode: 0644]
test/hamlit/filters/plain_test.rb [new file with mode: 0644]
test/hamlit/filters/ruby_test.rb [new file with mode: 0644]
test/hamlit/filters/sass_test.rb [new file with mode: 0644]
test/hamlit/filters/scss_test.rb [new file with mode: 0644]
test/hamlit/helpers_test.rb [new file with mode: 0644]
test/hamlit/line_number_test.rb [new file with mode: 0644]
test/hamlit/optimization_test.rb [new file with mode: 0644]
test/hamlit/rails_template_test.rb [new file with mode: 0644]
test/hamlit/ruby_expression_test.rb [new file with mode: 0644]
test/hamlit/static_analyzer_test.rb [new file with mode: 0644]
test/hamlit/string_splitter_test.rb [new file with mode: 0644]
test/hamlit/template_test.rb [new file with mode: 0644]
test/test_helper.rb [new file with mode: 0644]