herb 0.9.7-arm-linux-gnu → 0.10.1-arm-linux-gnu
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/README.md +1 -0
- data/config/action_view_helpers/actioncable/action_cable_helper/action_cable_meta_tag.yml +20 -0
- data/config/action_view_helpers/actionpack/content_security_policy/content_security_policy?.yml +16 -0
- data/config/action_view_helpers/actionpack/content_security_policy/content_security_policy_nonce.yml +16 -0
- data/config/action_view_helpers/actionpack/polymorphic_routes/polymorphic_path.yml +27 -0
- data/config/action_view_helpers/actionpack/polymorphic_routes/polymorphic_url.yml +33 -0
- data/config/action_view_helpers/actionpack/request_forgery_protection/form_authenticity_token.yml +19 -0
- data/config/action_view_helpers/actionpack/request_forgery_protection/protect_against_forgery?.yml +16 -0
- data/config/action_view_helpers/actiontext/content_helper/render_action_text_content.yml +21 -0
- data/config/action_view_helpers/actiontext/content_helper/sanitize_action_text_content.yml +21 -0
- data/config/action_view_helpers/actiontext/tag_helper/rich_textarea_tag.yml +46 -0
- data/config/action_view_helpers/actionview/active_model_helper/error_message.yml +16 -0
- data/config/action_view_helpers/actionview/active_model_helper/error_wrapping.yml +16 -0
- data/config/action_view_helpers/actionview/active_model_helper/object.yml +16 -0
- data/config/action_view_helpers/actionview/asset_tag_helper/apply_stylesheet_media_default.yml +16 -0
- data/config/action_view_helpers/actionview/asset_tag_helper/audio_tag.yml +45 -0
- data/config/action_view_helpers/actionview/asset_tag_helper/auto_discovery_link_tag.yml +44 -0
- data/config/action_view_helpers/actionview/asset_tag_helper/auto_include_nonce.yml +16 -0
- data/config/action_view_helpers/actionview/asset_tag_helper/auto_include_nonce_for_scripts.yml +16 -0
- data/config/action_view_helpers/actionview/asset_tag_helper/auto_include_nonce_for_styles.yml +16 -0
- data/config/action_view_helpers/actionview/asset_tag_helper/favicon_link_tag.yml +46 -0
- data/config/action_view_helpers/actionview/asset_tag_helper/image_decoding.yml +16 -0
- data/config/action_view_helpers/actionview/asset_tag_helper/image_loading.yml +16 -0
- data/config/action_view_helpers/actionview/asset_tag_helper/image_tag.yml +68 -0
- data/config/action_view_helpers/actionview/asset_tag_helper/javascript_include_tag.yml +59 -0
- data/config/action_view_helpers/actionview/asset_tag_helper/picture_tag.yml +29 -0
- data/config/action_view_helpers/actionview/asset_tag_helper/preload_link_tag.yml +50 -0
- data/config/action_view_helpers/actionview/asset_tag_helper/preload_links_header.yml +16 -0
- data/config/action_view_helpers/actionview/asset_tag_helper/stylesheet_link_tag.yml +50 -0
- data/config/action_view_helpers/actionview/asset_tag_helper/video_tag.yml +55 -0
- data/config/action_view_helpers/actionview/asset_url_helper/asset_path.yml +23 -0
- data/config/action_view_helpers/actionview/asset_url_helper/asset_url.yml +23 -0
- data/config/action_view_helpers/actionview/asset_url_helper/audio_path.yml +23 -0
- data/config/action_view_helpers/actionview/asset_url_helper/audio_url.yml +23 -0
- data/config/action_view_helpers/actionview/asset_url_helper/compute_asset_extname.yml +16 -0
- data/config/action_view_helpers/actionview/asset_url_helper/compute_asset_host.yml +16 -0
- data/config/action_view_helpers/actionview/asset_url_helper/compute_asset_path.yml +16 -0
- data/config/action_view_helpers/actionview/asset_url_helper/font_path.yml +23 -0
- data/config/action_view_helpers/actionview/asset_url_helper/font_url.yml +23 -0
- data/config/action_view_helpers/actionview/asset_url_helper/image_path.yml +23 -0
- data/config/action_view_helpers/actionview/asset_url_helper/image_url.yml +23 -0
- data/config/action_view_helpers/actionview/asset_url_helper/javascript_path.yml +23 -0
- data/config/action_view_helpers/actionview/asset_url_helper/javascript_url.yml +23 -0
- data/config/action_view_helpers/actionview/asset_url_helper/public_compute_asset_path.yml +16 -0
- data/config/action_view_helpers/actionview/asset_url_helper/stylesheet_path.yml +23 -0
- data/config/action_view_helpers/actionview/asset_url_helper/stylesheet_url.yml +23 -0
- data/config/action_view_helpers/actionview/asset_url_helper/video_path.yml +23 -0
- data/config/action_view_helpers/actionview/asset_url_helper/video_url.yml +23 -0
- data/config/action_view_helpers/actionview/atom_feed_helper/atom_feed.yml +40 -0
- data/config/action_view_helpers/actionview/cache_helper/cache.yml +28 -0
- data/config/action_view_helpers/actionview/cache_helper/cache_fragment_name.yml +16 -0
- data/config/action_view_helpers/actionview/cache_helper/cache_if.yml +27 -0
- data/config/action_view_helpers/actionview/cache_helper/cache_unless.yml +27 -0
- data/config/action_view_helpers/actionview/cache_helper/caching_predicate.yml +16 -0
- data/config/action_view_helpers/actionview/cache_helper/digest_path_from_template.yml +16 -0
- data/config/action_view_helpers/actionview/cache_helper/fragment_for.yml +16 -0
- data/config/action_view_helpers/actionview/cache_helper/fragment_name_with_digest.yml +16 -0
- data/config/action_view_helpers/actionview/cache_helper/read_fragment_for.yml +16 -0
- data/config/action_view_helpers/actionview/cache_helper/uncacheable.yml +16 -0
- data/config/action_view_helpers/actionview/cache_helper/write_fragment_for.yml +16 -0
- data/config/action_view_helpers/actionview/capture_helper/capture.yml +16 -0
- data/config/action_view_helpers/actionview/capture_helper/content_for.yml +24 -0
- data/config/action_view_helpers/actionview/capture_helper/content_for_predicate.yml +21 -0
- data/config/action_view_helpers/actionview/capture_helper/provide.yml +21 -0
- data/config/action_view_helpers/actionview/capture_helper/with_output_buffer.yml +16 -0
- data/config/action_view_helpers/actionview/content_exfiltration_prevention_helper/prepend_content_exfiltration_prevention.yml +16 -0
- data/config/action_view_helpers/actionview/content_exfiltration_prevention_helper/prevent_content_exfiltration.yml +16 -0
- data/config/action_view_helpers/actionview/controller_helper/action_name.yml +16 -0
- data/config/action_view_helpers/actionview/controller_helper/assign_controller.yml +16 -0
- data/config/action_view_helpers/actionview/controller_helper/controller.yml +16 -0
- data/config/action_view_helpers/actionview/controller_helper/controller_name.yml +16 -0
- data/config/action_view_helpers/actionview/controller_helper/controller_path.yml +16 -0
- data/config/action_view_helpers/actionview/controller_helper/cookies.yml +16 -0
- data/config/action_view_helpers/actionview/controller_helper/flash.yml +16 -0
- data/config/action_view_helpers/actionview/controller_helper/headers.yml +16 -0
- data/config/action_view_helpers/actionview/controller_helper/logger.yml +18 -0
- data/config/action_view_helpers/actionview/controller_helper/params.yml +16 -0
- data/config/action_view_helpers/actionview/controller_helper/request.yml +16 -0
- data/config/action_view_helpers/actionview/controller_helper/request_forgery_protection_token.yml +16 -0
- data/config/action_view_helpers/actionview/controller_helper/response.yml +16 -0
- data/config/action_view_helpers/actionview/controller_helper/session.yml +16 -0
- data/config/action_view_helpers/actionview/csp_helper/csp_meta_tag.yml +23 -0
- data/config/action_view_helpers/actionview/csrf_helper/csrf_meta_tags.yml +23 -0
- data/config/action_view_helpers/actionview/date_helper/date_select.yml +71 -0
- data/config/action_view_helpers/actionview/date_helper/datetime_select.yml +59 -0
- data/config/action_view_helpers/actionview/date_helper/distance_of_time_in_words.yml +33 -0
- data/config/action_view_helpers/actionview/date_helper/relative_time_in_words.yml +36 -0
- data/config/action_view_helpers/actionview/date_helper/select_date.yml +49 -0
- data/config/action_view_helpers/actionview/date_helper/select_datetime.yml +58 -0
- data/config/action_view_helpers/actionview/date_helper/select_day.yml +42 -0
- data/config/action_view_helpers/actionview/date_helper/select_hour.yml +48 -0
- data/config/action_view_helpers/actionview/date_helper/select_minute.yml +42 -0
- data/config/action_view_helpers/actionview/date_helper/select_month.yml +54 -0
- data/config/action_view_helpers/actionview/date_helper/select_second.yml +39 -0
- data/config/action_view_helpers/actionview/date_helper/select_time.yml +52 -0
- data/config/action_view_helpers/actionview/date_helper/select_year.yml +45 -0
- data/config/action_view_helpers/actionview/date_helper/time_ago_in_words.yml +26 -0
- data/config/action_view_helpers/actionview/date_helper/time_select.yml +56 -0
- data/config/action_view_helpers/actionview/date_helper/time_tag.yml +37 -0
- data/config/action_view_helpers/actionview/debug_helper/debug.yml +21 -0
- data/config/action_view_helpers/actionview/form_helper/apply_form_for_options.yml +16 -0
- data/config/action_view_helpers/actionview/form_helper/button.yml +38 -0
- data/config/action_view_helpers/actionview/form_helper/checkbox.yml +49 -0
- data/config/action_view_helpers/actionview/form_helper/color_field.yml +32 -0
- data/config/action_view_helpers/actionview/form_helper/date_field.yml +38 -0
- data/config/action_view_helpers/actionview/form_helper/datetime_field.yml +43 -0
- data/config/action_view_helpers/actionview/form_helper/email_field.yml +32 -0
- data/config/action_view_helpers/actionview/form_helper/emitted_hidden_id.yml +16 -0
- data/config/action_view_helpers/actionview/form_helper/fields.yml +31 -0
- data/config/action_view_helpers/actionview/form_helper/fields_for.yml +33 -0
- data/config/action_view_helpers/actionview/form_helper/file_field.yml +44 -0
- data/config/action_view_helpers/actionview/form_helper/form_for.yml +41 -0
- data/config/action_view_helpers/actionview/form_helper/form_with.yml +42 -0
- data/config/action_view_helpers/actionview/form_helper/form_with_generates_ids.yml +16 -0
- data/config/action_view_helpers/actionview/form_helper/form_with_generates_remote_forms.yml +16 -0
- data/config/action_view_helpers/actionview/form_helper/hidden_field.yml +32 -0
- data/config/action_view_helpers/actionview/form_helper/label.yml +47 -0
- data/config/action_view_helpers/actionview/form_helper/month_field.yml +32 -0
- data/config/action_view_helpers/actionview/form_helper/multipart.yml +16 -0
- data/config/action_view_helpers/actionview/form_helper/multiple_file_field_include_hidden.yml +16 -0
- data/config/action_view_helpers/actionview/form_helper/number_field.yml +44 -0
- data/config/action_view_helpers/actionview/form_helper/password_field.yml +32 -0
- data/config/action_view_helpers/actionview/form_helper/radio_button.yml +37 -0
- data/config/action_view_helpers/actionview/form_helper/range_field.yml +44 -0
- data/config/action_view_helpers/actionview/form_helper/search_field.yml +32 -0
- data/config/action_view_helpers/actionview/form_helper/submit.yml +35 -0
- data/config/action_view_helpers/actionview/form_helper/telephone_field.yml +34 -0
- data/config/action_view_helpers/actionview/form_helper/text_field.yml +32 -0
- data/config/action_view_helpers/actionview/form_helper/textarea.yml +37 -0
- data/config/action_view_helpers/actionview/form_helper/time_field.yml +41 -0
- data/config/action_view_helpers/actionview/form_helper/url_field.yml +32 -0
- data/config/action_view_helpers/actionview/form_helper/week_field.yml +32 -0
- data/config/action_view_helpers/actionview/form_options_helper/collection_checkboxes.yml +58 -0
- data/config/action_view_helpers/actionview/form_options_helper/collection_radio_buttons.yml +56 -0
- data/config/action_view_helpers/actionview/form_options_helper/collection_select.yml +65 -0
- data/config/action_view_helpers/actionview/form_options_helper/grouped_collection_select.yml +69 -0
- data/config/action_view_helpers/actionview/form_options_helper/grouped_options_for_select.yml +39 -0
- data/config/action_view_helpers/actionview/form_options_helper/option_groups_from_collection_for_select.yml +47 -0
- data/config/action_view_helpers/actionview/form_options_helper/options_for_select.yml +27 -0
- data/config/action_view_helpers/actionview/form_options_helper/options_from_collection_for_select.yml +37 -0
- data/config/action_view_helpers/actionview/form_options_helper/select.yml +59 -0
- data/config/action_view_helpers/actionview/form_options_helper/time_zone_options_for_select.yml +34 -0
- data/config/action_view_helpers/actionview/form_options_helper/time_zone_select.yml +53 -0
- data/config/action_view_helpers/actionview/form_options_helper/weekday_options_for_select.yml +31 -0
- data/config/action_view_helpers/actionview/form_options_helper/weekday_select.yml +38 -0
- data/config/action_view_helpers/actionview/form_tag_helper/button_tag.yml +39 -0
- data/config/action_view_helpers/actionview/form_tag_helper/checkbox_tag.yml +45 -0
- data/config/action_view_helpers/actionview/form_tag_helper/color_field_tag.yml +38 -0
- data/config/action_view_helpers/actionview/form_tag_helper/date_field_tag.yml +37 -0
- data/config/action_view_helpers/actionview/form_tag_helper/datetime_field_tag.yml +39 -0
- data/config/action_view_helpers/actionview/form_tag_helper/default_enforce_utf8.yml +16 -0
- data/config/action_view_helpers/actionview/form_tag_helper/email_field_tag.yml +37 -0
- data/config/action_view_helpers/actionview/form_tag_helper/embed_authenticity_token_in_remote_forms.yml +16 -0
- data/config/action_view_helpers/actionview/form_tag_helper/field_id.yml +32 -0
- data/config/action_view_helpers/actionview/form_tag_helper/field_name.yml +32 -0
- data/config/action_view_helpers/actionview/form_tag_helper/field_set_tag.yml +34 -0
- data/config/action_view_helpers/actionview/form_tag_helper/file_field_tag.yml +41 -0
- data/config/action_view_helpers/actionview/form_tag_helper/form_tag.yml +42 -0
- data/config/action_view_helpers/actionview/form_tag_helper/hidden_field_tag.yml +37 -0
- data/config/action_view_helpers/actionview/form_tag_helper/image_submit_tag.yml +40 -0
- data/config/action_view_helpers/actionview/form_tag_helper/label_tag.yml +38 -0
- data/config/action_view_helpers/actionview/form_tag_helper/month_field_tag.yml +37 -0
- data/config/action_view_helpers/actionview/form_tag_helper/number_field_tag.yml +49 -0
- data/config/action_view_helpers/actionview/form_tag_helper/password_field_tag.yml +38 -0
- data/config/action_view_helpers/actionview/form_tag_helper/radio_button_tag.yml +42 -0
- data/config/action_view_helpers/actionview/form_tag_helper/range_field_tag.yml +49 -0
- data/config/action_view_helpers/actionview/form_tag_helper/search_field_tag.yml +37 -0
- data/config/action_view_helpers/actionview/form_tag_helper/select_tag.yml +49 -0
- data/config/action_view_helpers/actionview/form_tag_helper/submit_tag.yml +39 -0
- data/config/action_view_helpers/actionview/form_tag_helper/telephone_field_tag.yml +39 -0
- data/config/action_view_helpers/actionview/form_tag_helper/text_field_tag.yml +37 -0
- data/config/action_view_helpers/actionview/form_tag_helper/textarea_tag.yml +43 -0
- data/config/action_view_helpers/actionview/form_tag_helper/time_field_tag.yml +37 -0
- data/config/action_view_helpers/actionview/form_tag_helper/url_field_tag.yml +37 -0
- data/config/action_view_helpers/actionview/form_tag_helper/utf8_enforcer_tag.yml +16 -0
- data/config/action_view_helpers/actionview/form_tag_helper/week_field_tag.yml +37 -0
- data/config/action_view_helpers/actionview/javascript_helper/escape_javascript.yml +23 -0
- data/config/action_view_helpers/actionview/javascript_helper/javascript_cdata_section.yml +16 -0
- data/config/action_view_helpers/actionview/javascript_helper/javascript_tag.yml +45 -0
- data/config/action_view_helpers/actionview/number_helper/number_to_currency.yml +36 -0
- data/config/action_view_helpers/actionview/number_helper/number_to_human.yml +27 -0
- data/config/action_view_helpers/actionview/number_helper/number_to_human_size.yml +24 -0
- data/config/action_view_helpers/actionview/number_helper/number_to_percentage.yml +24 -0
- data/config/action_view_helpers/actionview/number_helper/number_to_phone.yml +34 -0
- data/config/action_view_helpers/actionview/number_helper/number_with_delimiter.yml +29 -0
- data/config/action_view_helpers/actionview/number_helper/number_with_precision.yml +27 -0
- data/config/action_view_helpers/actionview/output_safety_helper/raw.yml +21 -0
- data/config/action_view_helpers/actionview/output_safety_helper/safe_join.yml +26 -0
- data/config/action_view_helpers/actionview/output_safety_helper/to_sentence.yml +33 -0
- data/config/action_view_helpers/actionview/record_identifier/dom_class.yml +27 -0
- data/config/action_view_helpers/actionview/record_identifier/dom_id.yml +27 -0
- data/config/action_view_helpers/actionview/record_identifier/dom_target.yml +22 -0
- data/config/action_view_helpers/actionview/record_identifier/model_name_from_record_or_class.yml +16 -0
- data/config/action_view_helpers/actionview/rendering_helper/render.yml +34 -0
- data/config/action_view_helpers/actionview/sanitize_helper/sanitize.yml +27 -0
- data/config/action_view_helpers/actionview/sanitize_helper/sanitize_css.yml +21 -0
- data/config/action_view_helpers/actionview/sanitize_helper/sanitizer_vendor.yml +16 -0
- data/config/action_view_helpers/actionview/sanitize_helper/strip_links.yml +21 -0
- data/config/action_view_helpers/actionview/sanitize_helper/strip_tags.yml +21 -0
- data/config/action_view_helpers/actionview/tag_helper/cdata_section.yml +21 -0
- data/config/action_view_helpers/actionview/tag_helper/content_tag.yml +64 -0
- data/config/action_view_helpers/actionview/tag_helper/escape_once.yml +21 -0
- data/config/action_view_helpers/actionview/tag_helper/tag.yml +47 -0
- data/config/action_view_helpers/actionview/tag_helper/token_list.yml +24 -0
- data/config/action_view_helpers/actionview/text_helper/concat.yml +21 -0
- data/config/action_view_helpers/actionview/text_helper/current_cycle.yml +22 -0
- data/config/action_view_helpers/actionview/text_helper/cycle.yml +31 -0
- data/config/action_view_helpers/actionview/text_helper/excerpt.yml +39 -0
- data/config/action_view_helpers/actionview/text_helper/highlight.yml +35 -0
- data/config/action_view_helpers/actionview/text_helper/pluralize.yml +32 -0
- data/config/action_view_helpers/actionview/text_helper/reset_cycle.yml +22 -0
- data/config/action_view_helpers/actionview/text_helper/safe_concat.yml +16 -0
- data/config/action_view_helpers/actionview/text_helper/simple_format.yml +40 -0
- data/config/action_view_helpers/actionview/text_helper/truncate.yml +40 -0
- data/config/action_view_helpers/actionview/text_helper/word_wrap.yml +27 -0
- data/config/action_view_helpers/actionview/translation_helper/debug_missing_translation.yml +16 -0
- data/config/action_view_helpers/actionview/translation_helper/localize.yml +29 -0
- data/config/action_view_helpers/actionview/translation_helper/translate.yml +32 -0
- data/config/action_view_helpers/actionview/url_helper/button_to.yml +55 -0
- data/config/action_view_helpers/actionview/url_helper/button_to_generates_button_tag.yml +16 -0
- data/config/action_view_helpers/actionview/url_helper/current_page?.yml +28 -0
- data/config/action_view_helpers/actionview/url_helper/link_to.yml +76 -0
- data/config/action_view_helpers/actionview/url_helper/link_to_if.yml +42 -0
- data/config/action_view_helpers/actionview/url_helper/link_to_unless.yml +42 -0
- data/config/action_view_helpers/actionview/url_helper/link_to_unless_current.yml +37 -0
- data/config/action_view_helpers/actionview/url_helper/mail_to.yml +56 -0
- data/config/action_view_helpers/actionview/url_helper/phone_to.yml +44 -0
- data/config/action_view_helpers/actionview/url_helper/sms_to.yml +47 -0
- data/config/action_view_helpers/actionview/url_helper/url_for.yml +22 -0
- data/config/action_view_helpers/turbo-rails/drive_helper/turbo_exempts_page_from_cache.yml +16 -0
- data/config/action_view_helpers/turbo-rails/drive_helper/turbo_exempts_page_from_cache_tag.yml +20 -0
- data/config/action_view_helpers/turbo-rails/drive_helper/turbo_exempts_page_from_preview.yml +16 -0
- data/config/action_view_helpers/turbo-rails/drive_helper/turbo_exempts_page_from_preview_tag.yml +20 -0
- data/config/action_view_helpers/turbo-rails/drive_helper/turbo_page_requires_reload.yml +16 -0
- data/config/action_view_helpers/turbo-rails/drive_helper/turbo_page_requires_reload_tag.yml +20 -0
- data/config/action_view_helpers/turbo-rails/drive_helper/turbo_refresh_method_tag.yml +26 -0
- data/config/action_view_helpers/turbo-rails/drive_helper/turbo_refresh_scroll_tag.yml +26 -0
- data/config/action_view_helpers/turbo-rails/drive_helper/turbo_refreshes_with.yml +22 -0
- data/config/action_view_helpers/turbo-rails/frames_helper/turbo_frame_tag.yml +50 -0
- data/config/action_view_helpers/turbo-rails/includes_helper/turbo_include_tags.yml +16 -0
- data/config/action_view_helpers/turbo-rails/streams_action_helper/turbo_stream_action_tag.yml +34 -0
- data/config/action_view_helpers/turbo-rails/streams_action_helper/turbo_stream_refresh_tag.yml +23 -0
- data/config/action_view_helpers/turbo-rails/streams_helper/turbo_stream.yml +16 -0
- data/config/action_view_helpers/turbo-rails/streams_helper/turbo_stream_from.yml +33 -0
- data/config/options.yml +14 -0
- data/config/view_context_methods/actionview/base/annotate_rendered_view_with_filenames.yml +8 -0
- data/config/view_context_methods/actionview/base/assign.yml +8 -0
- data/config/view_context_methods/actionview/base/assigns.yml +8 -0
- data/config/view_context_methods/actionview/base/automatically_disable_submit_tag.yml +8 -0
- data/config/view_context_methods/actionview/base/compiled_method_container.yml +8 -0
- data/config/view_context_methods/actionview/base/config.yml +8 -0
- data/config/view_context_methods/actionview/base/default_form_builder.yml +8 -0
- data/config/view_context_methods/actionview/base/default_formats.yml +8 -0
- data/config/view_context_methods/actionview/base/field_error_proc.yml +8 -0
- data/config/view_context_methods/actionview/base/formats.yml +8 -0
- data/config/view_context_methods/actionview/base/in_rendering_context.yml +8 -0
- data/config/view_context_methods/actionview/base/locale.yml +8 -0
- data/config/view_context_methods/actionview/base/lookup_context.yml +8 -0
- data/config/view_context_methods/actionview/base/output_buffer.yml +8 -0
- data/config/view_context_methods/actionview/base/prefix_partial_path_with_controller_namespace.yml +10 -0
- data/config/view_context_methods/actionview/base/remove_hidden_field_autocomplete.yml +8 -0
- data/config/view_context_methods/actionview/base/streaming_completion_on_exception.yml +8 -0
- data/config/view_context_methods/actionview/base/view_flow.yml +8 -0
- data/config/view_context_methods/actionview/base/view_paths.yml +8 -0
- data/config/view_context_methods/actionview/base/view_renderer.yml +8 -0
- data/config/view_context_methods/actionview/template/local_assigns.yml +8 -0
- data/config/view_context_methods/activemodel/conversion/convert_to_model.yml +8 -0
- data/config/view_context_methods/activesupport/benchmarkable/benchmark.yml +8 -0
- data/ext/herb/extconf.rb +1 -0
- data/ext/herb/extension.c +108 -0
- data/herb.gemspec +2 -1
- data/lib/herb/3.2/herb.so +0 -0
- data/lib/herb/3.3/herb.so +0 -0
- data/lib/herb/3.4/herb.so +0 -0
- data/lib/herb/4.0/herb.so +0 -0
- data/lib/herb/action_view/render_analyzer.rb +1057 -0
- data/lib/herb/ast/erb_render_node.rb +155 -0
- data/lib/herb/bootstrap.rb +0 -1
- data/lib/herb/cli.rb +253 -19
- data/lib/herb/colors.rb +18 -0
- data/lib/herb/configuration.rb +49 -13
- data/lib/herb/defaults.yml +3 -0
- data/lib/herb/dev/runner.rb +445 -0
- data/lib/herb/dev/server.rb +207 -0
- data/lib/herb/dev/server_entry.rb +128 -0
- data/lib/herb/diff_operation.rb +34 -0
- data/lib/herb/diff_result.rb +59 -0
- data/lib/herb/engine/compiler.rb +56 -3
- data/lib/herb/engine/validators/render_validator.rb +92 -0
- data/lib/herb/engine.rb +58 -4
- data/lib/herb/html/util.rb +16 -0
- data/lib/herb/project.rb +1 -6
- data/lib/herb/version.rb +1 -1
- data/lib/herb.rb +41 -5
- data/sig/herb/action_view/render_analyzer.rbs +122 -0
- data/sig/herb/ast/erb_render_node.rbs +29 -0
- data/sig/herb/colors.rbs +12 -0
- data/sig/herb/configuration.rbs +20 -1
- data/sig/herb/dev/runner.rbs +59 -0
- data/sig/herb/dev/server.rbs +50 -0
- data/sig/herb/dev/server_entry.rbs +51 -0
- data/sig/herb/diff_operation.rbs +34 -0
- data/sig/herb/diff_result.rbs +34 -0
- data/sig/herb/engine/compiler.rbs +6 -0
- data/sig/herb/engine/validators/render_validator.rbs +21 -0
- data/sig/herb/engine.rbs +15 -0
- data/sig/herb/html/util.rbs +13 -0
- data/sig/herb.rbs +12 -2
- data/sig/herb_c_extension.rbs +1 -1
- data/sig/vendor/did_you_mean.rbs +6 -0
- data/sig/vendor/parallel.rbs +4 -0
- data/src/analyze/action_view/attribute_extraction_helpers.c +3 -2
- data/src/diff/herb_diff.c +137 -0
- data/src/diff/herb_diff_attributes.c +207 -0
- data/src/diff/herb_diff_children.c +518 -0
- data/src/diff/herb_diff_helpers.c +114 -0
- data/src/diff/herb_diff_nodes.c +707 -0
- data/src/diff/herb_hash.c +42 -0
- data/src/diff/herb_hash_index_map.c +47 -0
- data/src/diff/herb_hash_map.c +104 -0
- data/src/diff/herb_hash_tree.c +680 -0
- data/src/include/diff/herb_diff.h +118 -0
- data/src/include/diff/herb_hash.h +25 -0
- data/src/include/diff/herb_hash_index_map.h +32 -0
- data/src/include/diff/herb_hash_map.h +30 -0
- data/src/include/herb.h +1 -0
- data/src/include/version.h +1 -1
- data/templates/javascript/packages/core/src/config.ts.erb +43 -0
- data/templates/rust/src/ast/nodes.rs.erb +1 -1
- data/templates/rust/src/config.rs.erb +50 -0
- data/templates/src/diff/herb_diff_helpers.c.erb +38 -0
- data/templates/src/diff/herb_diff_nodes.c.erb +224 -0
- data/templates/src/diff/herb_hash_tree.c.erb +147 -0
- data/templates/template.rb +4 -4
- metadata +307 -4
- data/lib/herb/3.0/herb.so +0 -0
- data/lib/herb/3.1/herb.so +0 -0
|
@@ -0,0 +1,147 @@
|
|
|
1
|
+
// Merkle tree hashing: each node's hash incorporates the hashes of its children,
|
|
2
|
+
// enabling O(1) subtree equality checks during tree diffing.
|
|
3
|
+
// Based on: Merkle, R. "A Digital Signature Based on a Conventional Encryption
|
|
4
|
+
// Function" (1987), Advances in Cryptology - CRYPTO '87.
|
|
5
|
+
// https://en.wikipedia.org/wiki/Merkle_tree
|
|
6
|
+
|
|
7
|
+
#include "../include/diff/herb_diff.h"
|
|
8
|
+
|
|
9
|
+
static herb_hash_T hash_token(herb_hash_T hash, const token_T* token) {
|
|
10
|
+
if (token == NULL) { return herb_hash_byte(hash, 0); }
|
|
11
|
+
|
|
12
|
+
hash = herb_hash_uint32(hash, (uint32_t) token->type);
|
|
13
|
+
hash = herb_hash_string(hash, token->value);
|
|
14
|
+
|
|
15
|
+
return hash;
|
|
16
|
+
}
|
|
17
|
+
|
|
18
|
+
static herb_hash_T hash_child_array(herb_hash_T hash, const hb_array_T* children, herb_hash_map_T* hash_map) {
|
|
19
|
+
if (children == NULL) { return herb_hash_byte(hash, 0); }
|
|
20
|
+
|
|
21
|
+
const size_t count = hb_array_size(children);
|
|
22
|
+
hash = herb_hash_uint64(hash, (uint64_t) count);
|
|
23
|
+
|
|
24
|
+
for (size_t index = 0; index < count; index++) {
|
|
25
|
+
const AST_NODE_T* child = (const AST_NODE_T*) hb_array_get(children, index);
|
|
26
|
+
herb_hash_T child_hash = herb_hash_tree(child, hash_map);
|
|
27
|
+
hash = herb_hash_combine(hash, child_hash);
|
|
28
|
+
}
|
|
29
|
+
|
|
30
|
+
return hash;
|
|
31
|
+
}
|
|
32
|
+
|
|
33
|
+
herb_hash_T herb_hash_tree(const AST_NODE_T* node, herb_hash_map_T* hash_map) {
|
|
34
|
+
if (node == NULL) { return HERB_HASH_INIT; }
|
|
35
|
+
|
|
36
|
+
if (herb_hash_map_has(hash_map, node)) { return herb_hash_map_get(hash_map, node); }
|
|
37
|
+
|
|
38
|
+
herb_hash_T hash = HERB_HASH_INIT;
|
|
39
|
+
hash = herb_hash_uint32(hash, (uint32_t) node->type);
|
|
40
|
+
|
|
41
|
+
switch (node->type) {
|
|
42
|
+
<%- nodes.each do |node| -%>
|
|
43
|
+
case <%= node.type %>: {
|
|
44
|
+
<%- hashable_fields = node.fields.reject(&:always_invisible?).reject { |field| field.is_a?(Herb::Template::PrismNodeField) } -%>
|
|
45
|
+
<%- if hashable_fields.any? -%>
|
|
46
|
+
const <%= node.struct_type %>* <%= node.human %> = (const <%= node.struct_type %>*) node;
|
|
47
|
+
<%- hashable_fields.each do |field| -%>
|
|
48
|
+
|
|
49
|
+
<%- case field -%>
|
|
50
|
+
<%- when Herb::Template::TokenField -%>
|
|
51
|
+
hash = hash_token(hash, <%= node.human %>-><%= field.name %>);
|
|
52
|
+
<%- when Herb::Template::StringField, Herb::Template::ElementSourceField -%>
|
|
53
|
+
hash = herb_hash_string(hash, <%= node.human %>-><%= field.name %>);
|
|
54
|
+
<%- when Herb::Template::ArrayField -%>
|
|
55
|
+
hash = hash_child_array(hash, <%= node.human %>-><%= field.name %>, hash_map);
|
|
56
|
+
<%- when Herb::Template::NodeField, Herb::Template::BorrowedNodeField -%>
|
|
57
|
+
hash = herb_hash_combine(hash, herb_hash_tree((const AST_NODE_T*) <%= node.human %>-><%= field.name %>, hash_map));
|
|
58
|
+
<%- when Herb::Template::BooleanField -%>
|
|
59
|
+
hash = herb_hash_bool(hash, <%= node.human %>-><%= field.name %>);
|
|
60
|
+
<%- when Herb::Template::LocationField -%>
|
|
61
|
+
// skip location field: <%= field.name %>
|
|
62
|
+
<%- end -%>
|
|
63
|
+
<%- end -%>
|
|
64
|
+
<%- end -%>
|
|
65
|
+
} break;
|
|
66
|
+
|
|
67
|
+
<%- end -%>
|
|
68
|
+
}
|
|
69
|
+
|
|
70
|
+
herb_hash_map_set(hash_map, node, hash);
|
|
71
|
+
|
|
72
|
+
return hash;
|
|
73
|
+
}
|
|
74
|
+
|
|
75
|
+
static herb_hash_T identity_hash_attributes(const hb_array_T* attributes, const herb_hash_map_T* hash_map) {
|
|
76
|
+
if (attributes == NULL) { return HERB_HASH_INIT; }
|
|
77
|
+
|
|
78
|
+
const size_t count = hb_array_size(attributes);
|
|
79
|
+
herb_hash_T combined = HERB_HASH_INIT;
|
|
80
|
+
|
|
81
|
+
for (size_t index = 0; index < count; index++) {
|
|
82
|
+
const AST_NODE_T* attribute = (const AST_NODE_T*) hb_array_get(attributes, index);
|
|
83
|
+
herb_hash_T attribute_hash = herb_hash_map_get(hash_map, attribute);
|
|
84
|
+
combined ^= attribute_hash;
|
|
85
|
+
}
|
|
86
|
+
|
|
87
|
+
return combined;
|
|
88
|
+
}
|
|
89
|
+
|
|
90
|
+
herb_hash_T herb_hash_node_move_identity(const AST_NODE_T* node, const herb_hash_map_T* hash_map) {
|
|
91
|
+
if (node == NULL) { return HERB_HASH_INIT; }
|
|
92
|
+
|
|
93
|
+
herb_hash_T hash = HERB_HASH_INIT;
|
|
94
|
+
hash = herb_hash_uint32(hash, (uint32_t) node->type);
|
|
95
|
+
|
|
96
|
+
switch (node->type) {
|
|
97
|
+
case AST_HTML_ELEMENT_NODE: {
|
|
98
|
+
const AST_HTML_ELEMENT_NODE_T* element = (const AST_HTML_ELEMENT_NODE_T*) node;
|
|
99
|
+
hash = hash_token(hash, element->tag_name);
|
|
100
|
+
|
|
101
|
+
if (element->open_tag != NULL) {
|
|
102
|
+
const AST_HTML_OPEN_TAG_NODE_T* open_tag = (const AST_HTML_OPEN_TAG_NODE_T*) element->open_tag;
|
|
103
|
+
hash = herb_hash_combine(hash, identity_hash_attributes(open_tag->children, hash_map));
|
|
104
|
+
}
|
|
105
|
+
} break;
|
|
106
|
+
|
|
107
|
+
case AST_HTML_CONDITIONAL_ELEMENT_NODE: {
|
|
108
|
+
const AST_HTML_CONDITIONAL_ELEMENT_NODE_T* element = (const AST_HTML_CONDITIONAL_ELEMENT_NODE_T*) node;
|
|
109
|
+
hash = hash_token(hash, element->tag_name);
|
|
110
|
+
|
|
111
|
+
if (element->open_tag != NULL) {
|
|
112
|
+
hash = herb_hash_combine(hash, identity_hash_attributes(element->open_tag->children, hash_map));
|
|
113
|
+
}
|
|
114
|
+
} break;
|
|
115
|
+
|
|
116
|
+
default: {
|
|
117
|
+
hash = herb_hash_map_get(hash_map, node);
|
|
118
|
+
} break;
|
|
119
|
+
}
|
|
120
|
+
|
|
121
|
+
return hash;
|
|
122
|
+
}
|
|
123
|
+
|
|
124
|
+
herb_hash_T herb_hash_node_identity(const AST_NODE_T* node, const herb_hash_map_T* hash_map) {
|
|
125
|
+
if (node == NULL) { return HERB_HASH_INIT; }
|
|
126
|
+
|
|
127
|
+
herb_hash_T hash = HERB_HASH_INIT;
|
|
128
|
+
hash = herb_hash_uint32(hash, (uint32_t) node->type);
|
|
129
|
+
|
|
130
|
+
switch (node->type) {
|
|
131
|
+
case AST_HTML_ELEMENT_NODE: {
|
|
132
|
+
const AST_HTML_ELEMENT_NODE_T* element = (const AST_HTML_ELEMENT_NODE_T*) node;
|
|
133
|
+
hash = hash_token(hash, element->tag_name);
|
|
134
|
+
} break;
|
|
135
|
+
|
|
136
|
+
case AST_HTML_CONDITIONAL_ELEMENT_NODE: {
|
|
137
|
+
const AST_HTML_CONDITIONAL_ELEMENT_NODE_T* element = (const AST_HTML_CONDITIONAL_ELEMENT_NODE_T*) node;
|
|
138
|
+
hash = hash_token(hash, element->tag_name);
|
|
139
|
+
} break;
|
|
140
|
+
|
|
141
|
+
default: {
|
|
142
|
+
hash = herb_hash_map_get(hash_map, node);
|
|
143
|
+
} break;
|
|
144
|
+
}
|
|
145
|
+
|
|
146
|
+
return hash;
|
|
147
|
+
}
|
data/templates/template.rb
CHANGED
|
@@ -66,9 +66,9 @@ module Herb
|
|
|
66
66
|
end
|
|
67
67
|
|
|
68
68
|
class ArrayField < Field
|
|
69
|
-
def initialize(kind:, **
|
|
69
|
+
def initialize(kind:, **)
|
|
70
70
|
@kind = kind
|
|
71
|
-
super(**
|
|
71
|
+
super(**)
|
|
72
72
|
end
|
|
73
73
|
|
|
74
74
|
def ruby_type
|
|
@@ -107,9 +107,9 @@ module Herb
|
|
|
107
107
|
end
|
|
108
108
|
|
|
109
109
|
class NodeField < Field
|
|
110
|
-
def initialize(kind:, **
|
|
110
|
+
def initialize(kind:, **)
|
|
111
111
|
@kind = kind
|
|
112
|
-
super(**
|
|
112
|
+
super(**)
|
|
113
113
|
end
|
|
114
114
|
|
|
115
115
|
def c_type
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: herb
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.
|
|
4
|
+
version: 0.10.1
|
|
5
5
|
platform: arm-linux-gnu
|
|
6
6
|
authors:
|
|
7
7
|
- Marco Roth
|
|
@@ -22,6 +22,273 @@ files:
|
|
|
22
22
|
- README.md
|
|
23
23
|
- Rakefile
|
|
24
24
|
- config.yml
|
|
25
|
+
- config/action_view_helpers/actioncable/action_cable_helper/action_cable_meta_tag.yml
|
|
26
|
+
- config/action_view_helpers/actionpack/content_security_policy/content_security_policy?.yml
|
|
27
|
+
- config/action_view_helpers/actionpack/content_security_policy/content_security_policy_nonce.yml
|
|
28
|
+
- config/action_view_helpers/actionpack/polymorphic_routes/polymorphic_path.yml
|
|
29
|
+
- config/action_view_helpers/actionpack/polymorphic_routes/polymorphic_url.yml
|
|
30
|
+
- config/action_view_helpers/actionpack/request_forgery_protection/form_authenticity_token.yml
|
|
31
|
+
- config/action_view_helpers/actionpack/request_forgery_protection/protect_against_forgery?.yml
|
|
32
|
+
- config/action_view_helpers/actiontext/content_helper/render_action_text_content.yml
|
|
33
|
+
- config/action_view_helpers/actiontext/content_helper/sanitize_action_text_content.yml
|
|
34
|
+
- config/action_view_helpers/actiontext/tag_helper/rich_textarea_tag.yml
|
|
35
|
+
- config/action_view_helpers/actionview/active_model_helper/error_message.yml
|
|
36
|
+
- config/action_view_helpers/actionview/active_model_helper/error_wrapping.yml
|
|
37
|
+
- config/action_view_helpers/actionview/active_model_helper/object.yml
|
|
38
|
+
- config/action_view_helpers/actionview/asset_tag_helper/apply_stylesheet_media_default.yml
|
|
39
|
+
- config/action_view_helpers/actionview/asset_tag_helper/audio_tag.yml
|
|
40
|
+
- config/action_view_helpers/actionview/asset_tag_helper/auto_discovery_link_tag.yml
|
|
41
|
+
- config/action_view_helpers/actionview/asset_tag_helper/auto_include_nonce.yml
|
|
42
|
+
- config/action_view_helpers/actionview/asset_tag_helper/auto_include_nonce_for_scripts.yml
|
|
43
|
+
- config/action_view_helpers/actionview/asset_tag_helper/auto_include_nonce_for_styles.yml
|
|
44
|
+
- config/action_view_helpers/actionview/asset_tag_helper/favicon_link_tag.yml
|
|
45
|
+
- config/action_view_helpers/actionview/asset_tag_helper/image_decoding.yml
|
|
46
|
+
- config/action_view_helpers/actionview/asset_tag_helper/image_loading.yml
|
|
47
|
+
- config/action_view_helpers/actionview/asset_tag_helper/image_tag.yml
|
|
48
|
+
- config/action_view_helpers/actionview/asset_tag_helper/javascript_include_tag.yml
|
|
49
|
+
- config/action_view_helpers/actionview/asset_tag_helper/picture_tag.yml
|
|
50
|
+
- config/action_view_helpers/actionview/asset_tag_helper/preload_link_tag.yml
|
|
51
|
+
- config/action_view_helpers/actionview/asset_tag_helper/preload_links_header.yml
|
|
52
|
+
- config/action_view_helpers/actionview/asset_tag_helper/stylesheet_link_tag.yml
|
|
53
|
+
- config/action_view_helpers/actionview/asset_tag_helper/video_tag.yml
|
|
54
|
+
- config/action_view_helpers/actionview/asset_url_helper/asset_path.yml
|
|
55
|
+
- config/action_view_helpers/actionview/asset_url_helper/asset_url.yml
|
|
56
|
+
- config/action_view_helpers/actionview/asset_url_helper/audio_path.yml
|
|
57
|
+
- config/action_view_helpers/actionview/asset_url_helper/audio_url.yml
|
|
58
|
+
- config/action_view_helpers/actionview/asset_url_helper/compute_asset_extname.yml
|
|
59
|
+
- config/action_view_helpers/actionview/asset_url_helper/compute_asset_host.yml
|
|
60
|
+
- config/action_view_helpers/actionview/asset_url_helper/compute_asset_path.yml
|
|
61
|
+
- config/action_view_helpers/actionview/asset_url_helper/font_path.yml
|
|
62
|
+
- config/action_view_helpers/actionview/asset_url_helper/font_url.yml
|
|
63
|
+
- config/action_view_helpers/actionview/asset_url_helper/image_path.yml
|
|
64
|
+
- config/action_view_helpers/actionview/asset_url_helper/image_url.yml
|
|
65
|
+
- config/action_view_helpers/actionview/asset_url_helper/javascript_path.yml
|
|
66
|
+
- config/action_view_helpers/actionview/asset_url_helper/javascript_url.yml
|
|
67
|
+
- config/action_view_helpers/actionview/asset_url_helper/public_compute_asset_path.yml
|
|
68
|
+
- config/action_view_helpers/actionview/asset_url_helper/stylesheet_path.yml
|
|
69
|
+
- config/action_view_helpers/actionview/asset_url_helper/stylesheet_url.yml
|
|
70
|
+
- config/action_view_helpers/actionview/asset_url_helper/video_path.yml
|
|
71
|
+
- config/action_view_helpers/actionview/asset_url_helper/video_url.yml
|
|
72
|
+
- config/action_view_helpers/actionview/atom_feed_helper/atom_feed.yml
|
|
73
|
+
- config/action_view_helpers/actionview/cache_helper/cache.yml
|
|
74
|
+
- config/action_view_helpers/actionview/cache_helper/cache_fragment_name.yml
|
|
75
|
+
- config/action_view_helpers/actionview/cache_helper/cache_if.yml
|
|
76
|
+
- config/action_view_helpers/actionview/cache_helper/cache_unless.yml
|
|
77
|
+
- config/action_view_helpers/actionview/cache_helper/caching_predicate.yml
|
|
78
|
+
- config/action_view_helpers/actionview/cache_helper/digest_path_from_template.yml
|
|
79
|
+
- config/action_view_helpers/actionview/cache_helper/fragment_for.yml
|
|
80
|
+
- config/action_view_helpers/actionview/cache_helper/fragment_name_with_digest.yml
|
|
81
|
+
- config/action_view_helpers/actionview/cache_helper/read_fragment_for.yml
|
|
82
|
+
- config/action_view_helpers/actionview/cache_helper/uncacheable.yml
|
|
83
|
+
- config/action_view_helpers/actionview/cache_helper/write_fragment_for.yml
|
|
84
|
+
- config/action_view_helpers/actionview/capture_helper/capture.yml
|
|
85
|
+
- config/action_view_helpers/actionview/capture_helper/content_for.yml
|
|
86
|
+
- config/action_view_helpers/actionview/capture_helper/content_for_predicate.yml
|
|
87
|
+
- config/action_view_helpers/actionview/capture_helper/provide.yml
|
|
88
|
+
- config/action_view_helpers/actionview/capture_helper/with_output_buffer.yml
|
|
89
|
+
- config/action_view_helpers/actionview/content_exfiltration_prevention_helper/prepend_content_exfiltration_prevention.yml
|
|
90
|
+
- config/action_view_helpers/actionview/content_exfiltration_prevention_helper/prevent_content_exfiltration.yml
|
|
91
|
+
- config/action_view_helpers/actionview/controller_helper/action_name.yml
|
|
92
|
+
- config/action_view_helpers/actionview/controller_helper/assign_controller.yml
|
|
93
|
+
- config/action_view_helpers/actionview/controller_helper/controller.yml
|
|
94
|
+
- config/action_view_helpers/actionview/controller_helper/controller_name.yml
|
|
95
|
+
- config/action_view_helpers/actionview/controller_helper/controller_path.yml
|
|
96
|
+
- config/action_view_helpers/actionview/controller_helper/cookies.yml
|
|
97
|
+
- config/action_view_helpers/actionview/controller_helper/flash.yml
|
|
98
|
+
- config/action_view_helpers/actionview/controller_helper/headers.yml
|
|
99
|
+
- config/action_view_helpers/actionview/controller_helper/logger.yml
|
|
100
|
+
- config/action_view_helpers/actionview/controller_helper/params.yml
|
|
101
|
+
- config/action_view_helpers/actionview/controller_helper/request.yml
|
|
102
|
+
- config/action_view_helpers/actionview/controller_helper/request_forgery_protection_token.yml
|
|
103
|
+
- config/action_view_helpers/actionview/controller_helper/response.yml
|
|
104
|
+
- config/action_view_helpers/actionview/controller_helper/session.yml
|
|
105
|
+
- config/action_view_helpers/actionview/csp_helper/csp_meta_tag.yml
|
|
106
|
+
- config/action_view_helpers/actionview/csrf_helper/csrf_meta_tags.yml
|
|
107
|
+
- config/action_view_helpers/actionview/date_helper/date_select.yml
|
|
108
|
+
- config/action_view_helpers/actionview/date_helper/datetime_select.yml
|
|
109
|
+
- config/action_view_helpers/actionview/date_helper/distance_of_time_in_words.yml
|
|
110
|
+
- config/action_view_helpers/actionview/date_helper/relative_time_in_words.yml
|
|
111
|
+
- config/action_view_helpers/actionview/date_helper/select_date.yml
|
|
112
|
+
- config/action_view_helpers/actionview/date_helper/select_datetime.yml
|
|
113
|
+
- config/action_view_helpers/actionview/date_helper/select_day.yml
|
|
114
|
+
- config/action_view_helpers/actionview/date_helper/select_hour.yml
|
|
115
|
+
- config/action_view_helpers/actionview/date_helper/select_minute.yml
|
|
116
|
+
- config/action_view_helpers/actionview/date_helper/select_month.yml
|
|
117
|
+
- config/action_view_helpers/actionview/date_helper/select_second.yml
|
|
118
|
+
- config/action_view_helpers/actionview/date_helper/select_time.yml
|
|
119
|
+
- config/action_view_helpers/actionview/date_helper/select_year.yml
|
|
120
|
+
- config/action_view_helpers/actionview/date_helper/time_ago_in_words.yml
|
|
121
|
+
- config/action_view_helpers/actionview/date_helper/time_select.yml
|
|
122
|
+
- config/action_view_helpers/actionview/date_helper/time_tag.yml
|
|
123
|
+
- config/action_view_helpers/actionview/debug_helper/debug.yml
|
|
124
|
+
- config/action_view_helpers/actionview/form_helper/apply_form_for_options.yml
|
|
125
|
+
- config/action_view_helpers/actionview/form_helper/button.yml
|
|
126
|
+
- config/action_view_helpers/actionview/form_helper/checkbox.yml
|
|
127
|
+
- config/action_view_helpers/actionview/form_helper/color_field.yml
|
|
128
|
+
- config/action_view_helpers/actionview/form_helper/date_field.yml
|
|
129
|
+
- config/action_view_helpers/actionview/form_helper/datetime_field.yml
|
|
130
|
+
- config/action_view_helpers/actionview/form_helper/email_field.yml
|
|
131
|
+
- config/action_view_helpers/actionview/form_helper/emitted_hidden_id.yml
|
|
132
|
+
- config/action_view_helpers/actionview/form_helper/fields.yml
|
|
133
|
+
- config/action_view_helpers/actionview/form_helper/fields_for.yml
|
|
134
|
+
- config/action_view_helpers/actionview/form_helper/file_field.yml
|
|
135
|
+
- config/action_view_helpers/actionview/form_helper/form_for.yml
|
|
136
|
+
- config/action_view_helpers/actionview/form_helper/form_with.yml
|
|
137
|
+
- config/action_view_helpers/actionview/form_helper/form_with_generates_ids.yml
|
|
138
|
+
- config/action_view_helpers/actionview/form_helper/form_with_generates_remote_forms.yml
|
|
139
|
+
- config/action_view_helpers/actionview/form_helper/hidden_field.yml
|
|
140
|
+
- config/action_view_helpers/actionview/form_helper/label.yml
|
|
141
|
+
- config/action_view_helpers/actionview/form_helper/month_field.yml
|
|
142
|
+
- config/action_view_helpers/actionview/form_helper/multipart.yml
|
|
143
|
+
- config/action_view_helpers/actionview/form_helper/multiple_file_field_include_hidden.yml
|
|
144
|
+
- config/action_view_helpers/actionview/form_helper/number_field.yml
|
|
145
|
+
- config/action_view_helpers/actionview/form_helper/password_field.yml
|
|
146
|
+
- config/action_view_helpers/actionview/form_helper/radio_button.yml
|
|
147
|
+
- config/action_view_helpers/actionview/form_helper/range_field.yml
|
|
148
|
+
- config/action_view_helpers/actionview/form_helper/search_field.yml
|
|
149
|
+
- config/action_view_helpers/actionview/form_helper/submit.yml
|
|
150
|
+
- config/action_view_helpers/actionview/form_helper/telephone_field.yml
|
|
151
|
+
- config/action_view_helpers/actionview/form_helper/text_field.yml
|
|
152
|
+
- config/action_view_helpers/actionview/form_helper/textarea.yml
|
|
153
|
+
- config/action_view_helpers/actionview/form_helper/time_field.yml
|
|
154
|
+
- config/action_view_helpers/actionview/form_helper/url_field.yml
|
|
155
|
+
- config/action_view_helpers/actionview/form_helper/week_field.yml
|
|
156
|
+
- config/action_view_helpers/actionview/form_options_helper/collection_checkboxes.yml
|
|
157
|
+
- config/action_view_helpers/actionview/form_options_helper/collection_radio_buttons.yml
|
|
158
|
+
- config/action_view_helpers/actionview/form_options_helper/collection_select.yml
|
|
159
|
+
- config/action_view_helpers/actionview/form_options_helper/grouped_collection_select.yml
|
|
160
|
+
- config/action_view_helpers/actionview/form_options_helper/grouped_options_for_select.yml
|
|
161
|
+
- config/action_view_helpers/actionview/form_options_helper/option_groups_from_collection_for_select.yml
|
|
162
|
+
- config/action_view_helpers/actionview/form_options_helper/options_for_select.yml
|
|
163
|
+
- config/action_view_helpers/actionview/form_options_helper/options_from_collection_for_select.yml
|
|
164
|
+
- config/action_view_helpers/actionview/form_options_helper/select.yml
|
|
165
|
+
- config/action_view_helpers/actionview/form_options_helper/time_zone_options_for_select.yml
|
|
166
|
+
- config/action_view_helpers/actionview/form_options_helper/time_zone_select.yml
|
|
167
|
+
- config/action_view_helpers/actionview/form_options_helper/weekday_options_for_select.yml
|
|
168
|
+
- config/action_view_helpers/actionview/form_options_helper/weekday_select.yml
|
|
169
|
+
- config/action_view_helpers/actionview/form_tag_helper/button_tag.yml
|
|
170
|
+
- config/action_view_helpers/actionview/form_tag_helper/checkbox_tag.yml
|
|
171
|
+
- config/action_view_helpers/actionview/form_tag_helper/color_field_tag.yml
|
|
172
|
+
- config/action_view_helpers/actionview/form_tag_helper/date_field_tag.yml
|
|
173
|
+
- config/action_view_helpers/actionview/form_tag_helper/datetime_field_tag.yml
|
|
174
|
+
- config/action_view_helpers/actionview/form_tag_helper/default_enforce_utf8.yml
|
|
175
|
+
- config/action_view_helpers/actionview/form_tag_helper/email_field_tag.yml
|
|
176
|
+
- config/action_view_helpers/actionview/form_tag_helper/embed_authenticity_token_in_remote_forms.yml
|
|
177
|
+
- config/action_view_helpers/actionview/form_tag_helper/field_id.yml
|
|
178
|
+
- config/action_view_helpers/actionview/form_tag_helper/field_name.yml
|
|
179
|
+
- config/action_view_helpers/actionview/form_tag_helper/field_set_tag.yml
|
|
180
|
+
- config/action_view_helpers/actionview/form_tag_helper/file_field_tag.yml
|
|
181
|
+
- config/action_view_helpers/actionview/form_tag_helper/form_tag.yml
|
|
182
|
+
- config/action_view_helpers/actionview/form_tag_helper/hidden_field_tag.yml
|
|
183
|
+
- config/action_view_helpers/actionview/form_tag_helper/image_submit_tag.yml
|
|
184
|
+
- config/action_view_helpers/actionview/form_tag_helper/label_tag.yml
|
|
185
|
+
- config/action_view_helpers/actionview/form_tag_helper/month_field_tag.yml
|
|
186
|
+
- config/action_view_helpers/actionview/form_tag_helper/number_field_tag.yml
|
|
187
|
+
- config/action_view_helpers/actionview/form_tag_helper/password_field_tag.yml
|
|
188
|
+
- config/action_view_helpers/actionview/form_tag_helper/radio_button_tag.yml
|
|
189
|
+
- config/action_view_helpers/actionview/form_tag_helper/range_field_tag.yml
|
|
190
|
+
- config/action_view_helpers/actionview/form_tag_helper/search_field_tag.yml
|
|
191
|
+
- config/action_view_helpers/actionview/form_tag_helper/select_tag.yml
|
|
192
|
+
- config/action_view_helpers/actionview/form_tag_helper/submit_tag.yml
|
|
193
|
+
- config/action_view_helpers/actionview/form_tag_helper/telephone_field_tag.yml
|
|
194
|
+
- config/action_view_helpers/actionview/form_tag_helper/text_field_tag.yml
|
|
195
|
+
- config/action_view_helpers/actionview/form_tag_helper/textarea_tag.yml
|
|
196
|
+
- config/action_view_helpers/actionview/form_tag_helper/time_field_tag.yml
|
|
197
|
+
- config/action_view_helpers/actionview/form_tag_helper/url_field_tag.yml
|
|
198
|
+
- config/action_view_helpers/actionview/form_tag_helper/utf8_enforcer_tag.yml
|
|
199
|
+
- config/action_view_helpers/actionview/form_tag_helper/week_field_tag.yml
|
|
200
|
+
- config/action_view_helpers/actionview/javascript_helper/escape_javascript.yml
|
|
201
|
+
- config/action_view_helpers/actionview/javascript_helper/javascript_cdata_section.yml
|
|
202
|
+
- config/action_view_helpers/actionview/javascript_helper/javascript_tag.yml
|
|
203
|
+
- config/action_view_helpers/actionview/number_helper/number_to_currency.yml
|
|
204
|
+
- config/action_view_helpers/actionview/number_helper/number_to_human.yml
|
|
205
|
+
- config/action_view_helpers/actionview/number_helper/number_to_human_size.yml
|
|
206
|
+
- config/action_view_helpers/actionview/number_helper/number_to_percentage.yml
|
|
207
|
+
- config/action_view_helpers/actionview/number_helper/number_to_phone.yml
|
|
208
|
+
- config/action_view_helpers/actionview/number_helper/number_with_delimiter.yml
|
|
209
|
+
- config/action_view_helpers/actionview/number_helper/number_with_precision.yml
|
|
210
|
+
- config/action_view_helpers/actionview/output_safety_helper/raw.yml
|
|
211
|
+
- config/action_view_helpers/actionview/output_safety_helper/safe_join.yml
|
|
212
|
+
- config/action_view_helpers/actionview/output_safety_helper/to_sentence.yml
|
|
213
|
+
- config/action_view_helpers/actionview/record_identifier/dom_class.yml
|
|
214
|
+
- config/action_view_helpers/actionview/record_identifier/dom_id.yml
|
|
215
|
+
- config/action_view_helpers/actionview/record_identifier/dom_target.yml
|
|
216
|
+
- config/action_view_helpers/actionview/record_identifier/model_name_from_record_or_class.yml
|
|
217
|
+
- config/action_view_helpers/actionview/rendering_helper/render.yml
|
|
218
|
+
- config/action_view_helpers/actionview/sanitize_helper/sanitize.yml
|
|
219
|
+
- config/action_view_helpers/actionview/sanitize_helper/sanitize_css.yml
|
|
220
|
+
- config/action_view_helpers/actionview/sanitize_helper/sanitizer_vendor.yml
|
|
221
|
+
- config/action_view_helpers/actionview/sanitize_helper/strip_links.yml
|
|
222
|
+
- config/action_view_helpers/actionview/sanitize_helper/strip_tags.yml
|
|
223
|
+
- config/action_view_helpers/actionview/tag_helper/cdata_section.yml
|
|
224
|
+
- config/action_view_helpers/actionview/tag_helper/content_tag.yml
|
|
225
|
+
- config/action_view_helpers/actionview/tag_helper/escape_once.yml
|
|
226
|
+
- config/action_view_helpers/actionview/tag_helper/tag.yml
|
|
227
|
+
- config/action_view_helpers/actionview/tag_helper/token_list.yml
|
|
228
|
+
- config/action_view_helpers/actionview/text_helper/concat.yml
|
|
229
|
+
- config/action_view_helpers/actionview/text_helper/current_cycle.yml
|
|
230
|
+
- config/action_view_helpers/actionview/text_helper/cycle.yml
|
|
231
|
+
- config/action_view_helpers/actionview/text_helper/excerpt.yml
|
|
232
|
+
- config/action_view_helpers/actionview/text_helper/highlight.yml
|
|
233
|
+
- config/action_view_helpers/actionview/text_helper/pluralize.yml
|
|
234
|
+
- config/action_view_helpers/actionview/text_helper/reset_cycle.yml
|
|
235
|
+
- config/action_view_helpers/actionview/text_helper/safe_concat.yml
|
|
236
|
+
- config/action_view_helpers/actionview/text_helper/simple_format.yml
|
|
237
|
+
- config/action_view_helpers/actionview/text_helper/truncate.yml
|
|
238
|
+
- config/action_view_helpers/actionview/text_helper/word_wrap.yml
|
|
239
|
+
- config/action_view_helpers/actionview/translation_helper/debug_missing_translation.yml
|
|
240
|
+
- config/action_view_helpers/actionview/translation_helper/localize.yml
|
|
241
|
+
- config/action_view_helpers/actionview/translation_helper/translate.yml
|
|
242
|
+
- config/action_view_helpers/actionview/url_helper/button_to.yml
|
|
243
|
+
- config/action_view_helpers/actionview/url_helper/button_to_generates_button_tag.yml
|
|
244
|
+
- config/action_view_helpers/actionview/url_helper/current_page?.yml
|
|
245
|
+
- config/action_view_helpers/actionview/url_helper/link_to.yml
|
|
246
|
+
- config/action_view_helpers/actionview/url_helper/link_to_if.yml
|
|
247
|
+
- config/action_view_helpers/actionview/url_helper/link_to_unless.yml
|
|
248
|
+
- config/action_view_helpers/actionview/url_helper/link_to_unless_current.yml
|
|
249
|
+
- config/action_view_helpers/actionview/url_helper/mail_to.yml
|
|
250
|
+
- config/action_view_helpers/actionview/url_helper/phone_to.yml
|
|
251
|
+
- config/action_view_helpers/actionview/url_helper/sms_to.yml
|
|
252
|
+
- config/action_view_helpers/actionview/url_helper/url_for.yml
|
|
253
|
+
- config/action_view_helpers/turbo-rails/drive_helper/turbo_exempts_page_from_cache.yml
|
|
254
|
+
- config/action_view_helpers/turbo-rails/drive_helper/turbo_exempts_page_from_cache_tag.yml
|
|
255
|
+
- config/action_view_helpers/turbo-rails/drive_helper/turbo_exempts_page_from_preview.yml
|
|
256
|
+
- config/action_view_helpers/turbo-rails/drive_helper/turbo_exempts_page_from_preview_tag.yml
|
|
257
|
+
- config/action_view_helpers/turbo-rails/drive_helper/turbo_page_requires_reload.yml
|
|
258
|
+
- config/action_view_helpers/turbo-rails/drive_helper/turbo_page_requires_reload_tag.yml
|
|
259
|
+
- config/action_view_helpers/turbo-rails/drive_helper/turbo_refresh_method_tag.yml
|
|
260
|
+
- config/action_view_helpers/turbo-rails/drive_helper/turbo_refresh_scroll_tag.yml
|
|
261
|
+
- config/action_view_helpers/turbo-rails/drive_helper/turbo_refreshes_with.yml
|
|
262
|
+
- config/action_view_helpers/turbo-rails/frames_helper/turbo_frame_tag.yml
|
|
263
|
+
- config/action_view_helpers/turbo-rails/includes_helper/turbo_include_tags.yml
|
|
264
|
+
- config/action_view_helpers/turbo-rails/streams_action_helper/turbo_stream_action_tag.yml
|
|
265
|
+
- config/action_view_helpers/turbo-rails/streams_action_helper/turbo_stream_refresh_tag.yml
|
|
266
|
+
- config/action_view_helpers/turbo-rails/streams_helper/turbo_stream.yml
|
|
267
|
+
- config/action_view_helpers/turbo-rails/streams_helper/turbo_stream_from.yml
|
|
268
|
+
- config/options.yml
|
|
269
|
+
- config/view_context_methods/actionview/base/annotate_rendered_view_with_filenames.yml
|
|
270
|
+
- config/view_context_methods/actionview/base/assign.yml
|
|
271
|
+
- config/view_context_methods/actionview/base/assigns.yml
|
|
272
|
+
- config/view_context_methods/actionview/base/automatically_disable_submit_tag.yml
|
|
273
|
+
- config/view_context_methods/actionview/base/compiled_method_container.yml
|
|
274
|
+
- config/view_context_methods/actionview/base/config.yml
|
|
275
|
+
- config/view_context_methods/actionview/base/default_form_builder.yml
|
|
276
|
+
- config/view_context_methods/actionview/base/default_formats.yml
|
|
277
|
+
- config/view_context_methods/actionview/base/field_error_proc.yml
|
|
278
|
+
- config/view_context_methods/actionview/base/formats.yml
|
|
279
|
+
- config/view_context_methods/actionview/base/in_rendering_context.yml
|
|
280
|
+
- config/view_context_methods/actionview/base/locale.yml
|
|
281
|
+
- config/view_context_methods/actionview/base/lookup_context.yml
|
|
282
|
+
- config/view_context_methods/actionview/base/output_buffer.yml
|
|
283
|
+
- config/view_context_methods/actionview/base/prefix_partial_path_with_controller_namespace.yml
|
|
284
|
+
- config/view_context_methods/actionview/base/remove_hidden_field_autocomplete.yml
|
|
285
|
+
- config/view_context_methods/actionview/base/streaming_completion_on_exception.yml
|
|
286
|
+
- config/view_context_methods/actionview/base/view_flow.yml
|
|
287
|
+
- config/view_context_methods/actionview/base/view_paths.yml
|
|
288
|
+
- config/view_context_methods/actionview/base/view_renderer.yml
|
|
289
|
+
- config/view_context_methods/actionview/template/local_assigns.yml
|
|
290
|
+
- config/view_context_methods/activemodel/conversion/convert_to_model.yml
|
|
291
|
+
- config/view_context_methods/activesupport/benchmarkable/benchmark.yml
|
|
25
292
|
- exe/herb
|
|
26
293
|
- ext/herb/error_helpers.c
|
|
27
294
|
- ext/herb/error_helpers.h
|
|
@@ -34,15 +301,15 @@ files:
|
|
|
34
301
|
- ext/herb/nodes.h
|
|
35
302
|
- herb.gemspec
|
|
36
303
|
- lib/herb.rb
|
|
37
|
-
- lib/herb/3.0/herb.so
|
|
38
|
-
- lib/herb/3.1/herb.so
|
|
39
304
|
- lib/herb/3.2/herb.so
|
|
40
305
|
- lib/herb/3.3/herb.so
|
|
41
306
|
- lib/herb/3.4/herb.so
|
|
42
307
|
- lib/herb/4.0/herb.so
|
|
43
308
|
- lib/herb/action_view/helper_registry.rb
|
|
309
|
+
- lib/herb/action_view/render_analyzer.rb
|
|
44
310
|
- lib/herb/ast.rb
|
|
45
311
|
- lib/herb/ast/erb_content_node.rb
|
|
312
|
+
- lib/herb/ast/erb_render_node.rb
|
|
46
313
|
- lib/herb/ast/helpers.rb
|
|
47
314
|
- lib/herb/ast/node.rb
|
|
48
315
|
- lib/herb/ast/nodes.rb
|
|
@@ -51,6 +318,11 @@ files:
|
|
|
51
318
|
- lib/herb/colors.rb
|
|
52
319
|
- lib/herb/configuration.rb
|
|
53
320
|
- lib/herb/defaults.yml
|
|
321
|
+
- lib/herb/dev/runner.rb
|
|
322
|
+
- lib/herb/dev/server.rb
|
|
323
|
+
- lib/herb/dev/server_entry.rb
|
|
324
|
+
- lib/herb/diff_operation.rb
|
|
325
|
+
- lib/herb/diff_result.rb
|
|
54
326
|
- lib/herb/engine.rb
|
|
55
327
|
- lib/herb/engine/compiler.rb
|
|
56
328
|
- lib/herb/engine/debug_visitor.rb
|
|
@@ -61,8 +333,10 @@ files:
|
|
|
61
333
|
- lib/herb/engine/validator.rb
|
|
62
334
|
- lib/herb/engine/validators/accessibility_validator.rb
|
|
63
335
|
- lib/herb/engine/validators/nesting_validator.rb
|
|
336
|
+
- lib/herb/engine/validators/render_validator.rb
|
|
64
337
|
- lib/herb/engine/validators/security_validator.rb
|
|
65
338
|
- lib/herb/errors.rb
|
|
339
|
+
- lib/herb/html/util.rb
|
|
66
340
|
- lib/herb/lex_result.rb
|
|
67
341
|
- lib/herb/location.rb
|
|
68
342
|
- lib/herb/parse_result.rb
|
|
@@ -79,14 +353,21 @@ files:
|
|
|
79
353
|
- lib/herb/warnings.rb
|
|
80
354
|
- sig/herb.rbs
|
|
81
355
|
- sig/herb/action_view/helper_registry.rbs
|
|
356
|
+
- sig/herb/action_view/render_analyzer.rbs
|
|
82
357
|
- sig/herb/ast.rbs
|
|
83
358
|
- sig/herb/ast/erb_content_node.rbs
|
|
359
|
+
- sig/herb/ast/erb_render_node.rbs
|
|
84
360
|
- sig/herb/ast/helpers.rbs
|
|
85
361
|
- sig/herb/ast/node.rbs
|
|
86
362
|
- sig/herb/ast/nodes.rbs
|
|
87
363
|
- sig/herb/bootstrap.rbs
|
|
88
364
|
- sig/herb/colors.rbs
|
|
89
365
|
- sig/herb/configuration.rbs
|
|
366
|
+
- sig/herb/dev/runner.rbs
|
|
367
|
+
- sig/herb/dev/server.rbs
|
|
368
|
+
- sig/herb/dev/server_entry.rbs
|
|
369
|
+
- sig/herb/diff_operation.rbs
|
|
370
|
+
- sig/herb/diff_result.rbs
|
|
90
371
|
- sig/herb/engine.rbs
|
|
91
372
|
- sig/herb/engine/compiler.rbs
|
|
92
373
|
- sig/herb/engine/debug.rbs
|
|
@@ -98,8 +379,10 @@ files:
|
|
|
98
379
|
- sig/herb/engine/validator.rbs
|
|
99
380
|
- sig/herb/engine/validators/accessibility_validator.rbs
|
|
100
381
|
- sig/herb/engine/validators/nesting_validator.rbs
|
|
382
|
+
- sig/herb/engine/validators/render_validator.rbs
|
|
101
383
|
- sig/herb/engine/validators/security_validator.rbs
|
|
102
384
|
- sig/herb/errors.rbs
|
|
385
|
+
- sig/herb/html/util.rbs
|
|
103
386
|
- sig/herb/lex_result.rbs
|
|
104
387
|
- sig/herb/location.rbs
|
|
105
388
|
- sig/herb/parse_result.rbs
|
|
@@ -118,6 +401,8 @@ files:
|
|
|
118
401
|
- sig/serialized.rbs
|
|
119
402
|
- sig/serialized_ast_errors.rbs
|
|
120
403
|
- sig/serialized_ast_nodes.rbs
|
|
404
|
+
- sig/vendor/did_you_mean.rbs
|
|
405
|
+
- sig/vendor/parallel.rbs
|
|
121
406
|
- src/analyze/action_view/attribute_extraction_helpers.c
|
|
122
407
|
- src/analyze/action_view/generated_handlers.c
|
|
123
408
|
- src/analyze/action_view/generated_handlers.h
|
|
@@ -150,6 +435,15 @@ files:
|
|
|
150
435
|
- src/ast/ast_nodes.c
|
|
151
436
|
- src/ast/ast_pretty_print.c
|
|
152
437
|
- src/ast/pretty_print.c
|
|
438
|
+
- src/diff/herb_diff.c
|
|
439
|
+
- src/diff/herb_diff_attributes.c
|
|
440
|
+
- src/diff/herb_diff_children.c
|
|
441
|
+
- src/diff/herb_diff_helpers.c
|
|
442
|
+
- src/diff/herb_diff_nodes.c
|
|
443
|
+
- src/diff/herb_hash.c
|
|
444
|
+
- src/diff/herb_hash_index_map.c
|
|
445
|
+
- src/diff/herb_hash_map.c
|
|
446
|
+
- src/diff/herb_hash_tree.c
|
|
153
447
|
- src/errors.c
|
|
154
448
|
- src/extract.c
|
|
155
449
|
- src/herb.c
|
|
@@ -175,6 +469,10 @@ files:
|
|
|
175
469
|
- src/include/ast/ast_nodes.h
|
|
176
470
|
- src/include/ast/ast_pretty_print.h
|
|
177
471
|
- src/include/ast/pretty_print.h
|
|
472
|
+
- src/include/diff/herb_diff.h
|
|
473
|
+
- src/include/diff/herb_hash.h
|
|
474
|
+
- src/include/diff/herb_hash_index_map.h
|
|
475
|
+
- src/include/diff/herb_hash_map.h
|
|
178
476
|
- src/include/errors.h
|
|
179
477
|
- src/include/extract.h
|
|
180
478
|
- src/include/herb.h
|
|
@@ -254,6 +552,7 @@ files:
|
|
|
254
552
|
- templates/java/org/herb/ast/Nodes.java.erb
|
|
255
553
|
- templates/java/org/herb/ast/Visitor.java.erb
|
|
256
554
|
- templates/javascript/packages/core/src/action-view-helpers.ts.erb
|
|
555
|
+
- templates/javascript/packages/core/src/config.ts.erb
|
|
257
556
|
- templates/javascript/packages/core/src/errors.ts.erb
|
|
258
557
|
- templates/javascript/packages/core/src/node-type-guards.ts.erb
|
|
259
558
|
- templates/javascript/packages/core/src/nodes.ts.erb
|
|
@@ -268,6 +567,7 @@ files:
|
|
|
268
567
|
- templates/lib/herb/visitor.rb.erb
|
|
269
568
|
- templates/rust/src/action_view_helpers.rs.erb
|
|
270
569
|
- templates/rust/src/ast/nodes.rs.erb
|
|
570
|
+
- templates/rust/src/config.rs.erb
|
|
271
571
|
- templates/rust/src/errors.rs.erb
|
|
272
572
|
- templates/rust/src/nodes.rs.erb
|
|
273
573
|
- templates/rust/src/union_types.rs.erb
|
|
@@ -281,6 +581,9 @@ files:
|
|
|
281
581
|
- templates/src/analyze/transform.c.erb
|
|
282
582
|
- templates/src/ast/ast_nodes.c.erb
|
|
283
583
|
- templates/src/ast/ast_pretty_print.c.erb
|
|
584
|
+
- templates/src/diff/herb_diff_helpers.c.erb
|
|
585
|
+
- templates/src/diff/herb_diff_nodes.c.erb
|
|
586
|
+
- templates/src/diff/herb_hash_tree.c.erb
|
|
284
587
|
- templates/src/errors.c.erb
|
|
285
588
|
- templates/src/include/analyze/action_view/helper_registry.h.erb
|
|
286
589
|
- templates/src/include/ast/ast_nodes.h.erb
|
|
@@ -392,7 +695,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
|
392
695
|
requirements:
|
|
393
696
|
- - ">="
|
|
394
697
|
- !ruby/object:Gem::Version
|
|
395
|
-
version: '3.
|
|
698
|
+
version: '3.2'
|
|
396
699
|
- - "<"
|
|
397
700
|
- !ruby/object:Gem::Version
|
|
398
701
|
version: 4.1.dev
|
data/lib/herb/3.0/herb.so
DELETED
|
Binary file
|
data/lib/herb/3.1/herb.so
DELETED
|
Binary file
|