| Index | index by Group | index by Distribution | index by Vendor | index by creation date | index by Name | Mirrors | Help | Search |
| Name: ruby2.5-rubygem-sass-testsuite | Distribution: SUSE Linux Enterprise 15 |
| Version: 3.5.3 | Vendor: SUSE LLC <https://www.suse.com/> |
| Release: 1.19 | Build date: Sat May 26 14:45:56 2018 |
| Group: Development/Languages/Ruby | Build host: overdrive1 |
| Size: 579470 | Source RPM: rubygem-sass-3.5.3-1.19.src.rpm |
| Packager: https://www.suse.com/ | |
| Url: http://sass-lang.com/ | |
| Summary: Test suite for sass | |
Test::Unit or RSpec files, useful for developers.
MIT
* Fri Nov 17 2017 mschnitzer@suse.com
- updated to version 3.5.3
* Update map source range as new elements are parsed (#2394)
* MapLiteral nodes have the end_pos of their first element, rather than the last. This PR fixes the wrong behavior.
* Wed Oct 11 2017 coolo@suse.com
- updated to version 3.5.2
no changelog found
* Thu Aug 03 2017 coolo@suse.com
- updated to version 3.5.1
CHANGELOG.md removed upstream
* Tue May 23 2017 coolo@suse.com
- updated to version 3.4.24
see installed CHANGELOG.md
* Tue Dec 20 2016 coolo@suse.com
- updated to version 3.4.23
see installed CHANGELOG.md
* Wed Apr 06 2016 coolo@suse.com
- updated to version 3.4.22
see installed CHANGELOG.md
* Thu Jan 21 2016 coolo@suse.com
- updated to version 3.4.21
see installed CHANGELOG.md
* Thu Dec 10 2015 coolo@suse.com
- updated to version 3.4.20
see installed CHANGELOG.md
* Sat Oct 10 2015 coolo@suse.com
- updated to version 3.4.19
see installed CHANGELOG.md
* Wed Aug 26 2015 coolo@suse.com
- updated to version 3.4.18
see installed CHANGELOG.md
* Sat Aug 22 2015 coolo@suse.com
- updated to version 3.4.17
see installed CHANGELOG.md
* Sat Jul 11 2015 coolo@suse.com
- updated to version 3.4.16
see installed CHANGELOG.md
* Tue Jun 23 2015 coolo@suse.com
- updated to version 3.4.15
see installed CHANGELOG.md
* Thu May 28 2015 coolo@suse.com
- updated to version 3.4.14
see installed CHANGELOG.md
* Fri Feb 27 2015 coolo@suse.com
- updated to version 3.4.13
* Sat Feb 14 2015 coolo@suse.com
- updated to version 3.4.12
* Mon Feb 09 2015 coolo@suse.com
- updated to version 3.4.11, no changelog
* Tue Oct 21 2014 coolo@suse.com
- updated to version 3.4.6, no changelog
* Wed Oct 15 2014 coolo@suse.com
- updated to version 3.4.5
see https://github.com/guard/listen/releases
* Mon Oct 13 2014 adrian@suse.de
- adapt to new rubygem packaging style
* Sun May 18 2014 coolo@suse.com
- updated to version 3.3.7
see https://github.com/guard/listen/releases
* Mon Apr 21 2014 coolo@suse.com
- updated to version 3.3.5
see https://github.com/guard/listen/releases
* Sun Mar 23 2014 coolo@suse.com
- updated to version 3.3.4
see https://github.com/guard/listen/releases
* Tue Mar 18 2014 coolo@suse.com
- updated to version 3.3.3
CHANGELOG moved to Github [releases](https://github.com/guard/listen/releases) page
* Thu Feb 06 2014 coolo@suse.com
- updated to version 3.2.14
(still no update for changelog)
* Sun Jan 05 2014 coolo@suse.com
- updated to version 3.2.13
(forgot to update http://sass-lang.com/docs/yardoc/file.SASS_CHANGELOG.html)
* Thu Oct 10 2013 coolo@suse.com
- updated to version 3.2.12
Add a couple missing requires, fixing some load errors, especially when using the command-line interface.
Tune up some heuristics for eliminating redundant generated selectors. This will prevent some selector elimination in cases where multi-layered @extend is being used and where it seems intuitively like selectors shouldn’t be eliminated.
Fix @extend’s semantics with respect to pseudo-elements. They are no longer treated identically to pseudo-classes.
A more understandable error is now provided when the -E option is passed to the Sass command line in ruby 1.8
Fixed a bug in the output of lists containing unary plus or minus operations during sass <=> scss conversion.
Avoid the IE7 content: counter bug with content: counters as well.
Fix some thread-safety issues.
* Tue Jul 30 2013 coolo@suse.com
- updated to version 3.2.10
(they forgot to update SASS_CHANGLOG.html)
* Mon May 13 2013 coolo@suse.com
- updated to version 3.2.9
- [#88] Update wdm dependency. (fixed by [@mrbinky3000][])
- [#78] Depend on latest rb-inotify. (fixed by [@mbj][])
* Wed Apr 24 2013 coolo@suse.com
- updated to version 3.2.8
see http://sass-lang.com/docs/yardoc/file.SASS_CHANGELOG.html
* Sat Mar 23 2013 coolo@suse.com
- use update-alternatives
* Mon Mar 18 2013 coolo@suse.com
- updated to version 3.2.7
see http://sass-lang.com/docs/yardoc/file.SASS_CHANGELOG.html
* Sun Mar 03 2013 coolo@suse.com
- updated to version 3.2.6
* Tue Jan 08 2013 coolo@suse.com
- updated to version 3.2.5
Fix a bug where bogus @extend warnings were being generated.
Fix an @import bug on Windows. Thanks to Darryl Miles.
Ruby 2.0.0-preview compatibility. Thanks to Eric Saxby.
Fix incorrect line numbering when using DOS line endings with the indented syntax.
* Sat Dec 22 2012 coolo@suse.com
- updated to version 3.2.4
- Fix imports from .jar files in JRuby. Thanks to Alex Hvostov.
- Allow comments within @import statements in SCSS.
- Fix a parsing performance bug where long decimals would occasionally take many minutes to parse.
* Mon Nov 12 2012 coolo@suse.com
- updated to version 3.2.3
* sass --watch no longer crashs when a file in a watched directory is deleted.
* Allow @extend within bubbling nodes such as @media.
* Fix various JRuby incompatibilities and test failures.
* Work around a performance bug that arises from using @extend with deeply-nested selectors.
* Sat Nov 03 2012 coolo@suse.com
- updated to version 3.2.2
see http://sass-lang.com/docs/yardoc/file.SASS_CHANGELOG.html
* Sun Aug 26 2012 coolo@suse.com
- updated to version 3.2.1
* Fix a buggy interaction with Pow and Capybara that caused EOFErrors.
* Sat Aug 11 2012 coolo@suse.com
- updated to version 3.2.0
see http://sass-lang.com/docs/yardoc/file.SASS_CHANGELOG.html
* Fri Jul 06 2012 coolo@suse.com
- update to 3.1.20
* Sat May 12 2012 coolo@suse.com
- update to 3.1.18
* Ruby 2.0 compatibility. Thanks to Jeremy Kemper.
* Deprecate the use of @extend within directives such as @media.
This has never worked correctly, and now it’s officially deprecated.
It will be an error in 3.2.
* Sun May 06 2012 coolo@suse.com
- update to 3.1.17
Don’t crash when calling #inspect on an internal Sass tree object in Ruby 1.9.
Fix some bugs in sass --watch introduced in 3.1.16. Thanks to Maher Sallam.
Support bare interpolation in the value portion of attribute selectors (e.g. [name=#{$value}]).
Support keyword arguments for the invert() function.
Handle backslash-separated paths better on Windows.
Fix rake install on Ruby 1.9.
Properly convert nested @if statements with sass-convert.
* Tue Apr 24 2012 coolo@suse.com
- update to 3.1.16
Fix some bugs in sass-convert selector parsing when converting from CSS.
Substantially improve compilation performance on Ruby 1.8.
Support the @-moz-document directive’s non-standard url-prefix and domain function syntax.
Support the @supports directive.
Fix a performance issue when using /*! */ comments with the Rails asset pipeline.
Support -moz-element.
Properly handle empty lists in sass-convert.
Move from FSSM to Listen for file-system monitoring.
* Tue Apr 10 2012 coolo@suse.com
- update to 3.1.15, see
http://sass-lang.com/docs/yardoc/file.SASS_CHANGELOG.html
* Mon Feb 13 2012 coolo@suse.com
- patch license to follow spdx.org standard
* Mon Oct 17 2011 fcastelli@suse.com
- update to 3.1.10
* Fri Aug 26 2011 fcastelli@novell.com
- update to 3.1.7
- add 'Provides' macros
* Thu Jul 21 2011 fcastelli@novell.com
- updated to 3.1.4
* Fri Jun 10 2011 aduffeck@novell.com
- initial version
/usr/lib64/ruby/gems/2.5.0/gems/sass-3.5.3/test /usr/lib64/ruby/gems/2.5.0/gems/sass-3.5.3/test/sass /usr/lib64/ruby/gems/2.5.0/gems/sass-3.5.3/test/sass-spec.yml /usr/lib64/ruby/gems/2.5.0/gems/sass-3.5.3/test/sass/cache_test.rb /usr/lib64/ruby/gems/2.5.0/gems/sass-3.5.3/test/sass/callbacks_test.rb /usr/lib64/ruby/gems/2.5.0/gems/sass-3.5.3/test/sass/compiler_test.rb /usr/lib64/ruby/gems/2.5.0/gems/sass-3.5.3/test/sass/conversion_test.rb /usr/lib64/ruby/gems/2.5.0/gems/sass-3.5.3/test/sass/css2sass_test.rb /usr/lib64/ruby/gems/2.5.0/gems/sass-3.5.3/test/sass/css_variable_test.rb /usr/lib64/ruby/gems/2.5.0/gems/sass-3.5.3/test/sass/data /usr/lib64/ruby/gems/2.5.0/gems/sass-3.5.3/test/sass/data/hsl-rgb.txt /usr/lib64/ruby/gems/2.5.0/gems/sass-3.5.3/test/sass/encoding_test.rb /usr/lib64/ruby/gems/2.5.0/gems/sass-3.5.3/test/sass/engine_test.rb /usr/lib64/ruby/gems/2.5.0/gems/sass-3.5.3/test/sass/exec_test.rb /usr/lib64/ruby/gems/2.5.0/gems/sass-3.5.3/test/sass/extend_test.rb /usr/lib64/ruby/gems/2.5.0/gems/sass-3.5.3/test/sass/fixtures /usr/lib64/ruby/gems/2.5.0/gems/sass-3.5.3/test/sass/fixtures/test_staleness_check_across_importers.css /usr/lib64/ruby/gems/2.5.0/gems/sass-3.5.3/test/sass/fixtures/test_staleness_check_across_importers.scss /usr/lib64/ruby/gems/2.5.0/gems/sass-3.5.3/test/sass/functions_test.rb /usr/lib64/ruby/gems/2.5.0/gems/sass-3.5.3/test/sass/importer_test.rb /usr/lib64/ruby/gems/2.5.0/gems/sass-3.5.3/test/sass/logger_test.rb /usr/lib64/ruby/gems/2.5.0/gems/sass-3.5.3/test/sass/mock_importer.rb /usr/lib64/ruby/gems/2.5.0/gems/sass-3.5.3/test/sass/more_results /usr/lib64/ruby/gems/2.5.0/gems/sass-3.5.3/test/sass/more_results/more1.css /usr/lib64/ruby/gems/2.5.0/gems/sass-3.5.3/test/sass/more_results/more1_with_line_comments.css /usr/lib64/ruby/gems/2.5.0/gems/sass-3.5.3/test/sass/more_results/more_import.css /usr/lib64/ruby/gems/2.5.0/gems/sass-3.5.3/test/sass/more_templates /usr/lib64/ruby/gems/2.5.0/gems/sass-3.5.3/test/sass/more_templates/_more_partial.sass /usr/lib64/ruby/gems/2.5.0/gems/sass-3.5.3/test/sass/more_templates/more1.sass /usr/lib64/ruby/gems/2.5.0/gems/sass-3.5.3/test/sass/more_templates/more_import.sass /usr/lib64/ruby/gems/2.5.0/gems/sass-3.5.3/test/sass/plugin_test.rb /usr/lib64/ruby/gems/2.5.0/gems/sass-3.5.3/test/sass/results /usr/lib64/ruby/gems/2.5.0/gems/sass-3.5.3/test/sass/results/alt.css /usr/lib64/ruby/gems/2.5.0/gems/sass-3.5.3/test/sass/results/basic.css /usr/lib64/ruby/gems/2.5.0/gems/sass-3.5.3/test/sass/results/cached_import_option.css /usr/lib64/ruby/gems/2.5.0/gems/sass-3.5.3/test/sass/results/compact.css /usr/lib64/ruby/gems/2.5.0/gems/sass-3.5.3/test/sass/results/complex.css /usr/lib64/ruby/gems/2.5.0/gems/sass-3.5.3/test/sass/results/compressed.css /usr/lib64/ruby/gems/2.5.0/gems/sass-3.5.3/test/sass/results/expanded.css /usr/lib64/ruby/gems/2.5.0/gems/sass-3.5.3/test/sass/results/filename_fn.css /usr/lib64/ruby/gems/2.5.0/gems/sass-3.5.3/test/sass/results/if.css /usr/lib64/ruby/gems/2.5.0/gems/sass-3.5.3/test/sass/results/import.css /usr/lib64/ruby/gems/2.5.0/gems/sass-3.5.3/test/sass/results/import_charset.css /usr/lib64/ruby/gems/2.5.0/gems/sass-3.5.3/test/sass/results/import_charset_ibm866.css /usr/lib64/ruby/gems/2.5.0/gems/sass-3.5.3/test/sass/results/import_content.css /usr/lib64/ruby/gems/2.5.0/gems/sass-3.5.3/test/sass/results/line_numbers.css /usr/lib64/ruby/gems/2.5.0/gems/sass-3.5.3/test/sass/results/mixins.css /usr/lib64/ruby/gems/2.5.0/gems/sass-3.5.3/test/sass/results/multiline.css /usr/lib64/ruby/gems/2.5.0/gems/sass-3.5.3/test/sass/results/nested.css /usr/lib64/ruby/gems/2.5.0/gems/sass-3.5.3/test/sass/results/options.css /usr/lib64/ruby/gems/2.5.0/gems/sass-3.5.3/test/sass/results/parent_ref.css /usr/lib64/ruby/gems/2.5.0/gems/sass-3.5.3/test/sass/results/script.css /usr/lib64/ruby/gems/2.5.0/gems/sass-3.5.3/test/sass/results/scss_import.css /usr/lib64/ruby/gems/2.5.0/gems/sass-3.5.3/test/sass/results/scss_importee.css /usr/lib64/ruby/gems/2.5.0/gems/sass-3.5.3/test/sass/results/subdir /usr/lib64/ruby/gems/2.5.0/gems/sass-3.5.3/test/sass/results/subdir/nested_subdir /usr/lib64/ruby/gems/2.5.0/gems/sass-3.5.3/test/sass/results/subdir/nested_subdir/nested_subdir.css /usr/lib64/ruby/gems/2.5.0/gems/sass-3.5.3/test/sass/results/subdir/subdir.css /usr/lib64/ruby/gems/2.5.0/gems/sass-3.5.3/test/sass/results/units.css /usr/lib64/ruby/gems/2.5.0/gems/sass-3.5.3/test/sass/results/warn.css /usr/lib64/ruby/gems/2.5.0/gems/sass-3.5.3/test/sass/results/warn_imported.css /usr/lib64/ruby/gems/2.5.0/gems/sass-3.5.3/test/sass/script_conversion_test.rb /usr/lib64/ruby/gems/2.5.0/gems/sass-3.5.3/test/sass/script_test.rb /usr/lib64/ruby/gems/2.5.0/gems/sass-3.5.3/test/sass/scss /usr/lib64/ruby/gems/2.5.0/gems/sass-3.5.3/test/sass/scss/css_test.rb /usr/lib64/ruby/gems/2.5.0/gems/sass-3.5.3/test/sass/scss/rx_test.rb /usr/lib64/ruby/gems/2.5.0/gems/sass-3.5.3/test/sass/scss/scss_test.rb /usr/lib64/ruby/gems/2.5.0/gems/sass-3.5.3/test/sass/scss/test_helper.rb /usr/lib64/ruby/gems/2.5.0/gems/sass-3.5.3/test/sass/source_map_test.rb /usr/lib64/ruby/gems/2.5.0/gems/sass-3.5.3/test/sass/superselector_test.rb /usr/lib64/ruby/gems/2.5.0/gems/sass-3.5.3/test/sass/templates /usr/lib64/ruby/gems/2.5.0/gems/sass-3.5.3/test/sass/templates/_cached_import_option_partial.scss /usr/lib64/ruby/gems/2.5.0/gems/sass-3.5.3/test/sass/templates/_double_import_loop2.sass /usr/lib64/ruby/gems/2.5.0/gems/sass-3.5.3/test/sass/templates/_filename_fn_import.scss /usr/lib64/ruby/gems/2.5.0/gems/sass-3.5.3/test/sass/templates/_imported_charset_ibm866.sass /usr/lib64/ruby/gems/2.5.0/gems/sass-3.5.3/test/sass/templates/_imported_charset_utf8.sass /usr/lib64/ruby/gems/2.5.0/gems/sass-3.5.3/test/sass/templates/_imported_content.sass /usr/lib64/ruby/gems/2.5.0/gems/sass-3.5.3/test/sass/templates/_partial.sass /usr/lib64/ruby/gems/2.5.0/gems/sass-3.5.3/test/sass/templates/_same_name_different_partiality.scss /usr/lib64/ruby/gems/2.5.0/gems/sass-3.5.3/test/sass/templates/alt.sass /usr/lib64/ruby/gems/2.5.0/gems/sass-3.5.3/test/sass/templates/basic.sass /usr/lib64/ruby/gems/2.5.0/gems/sass-3.5.3/test/sass/templates/bork1.sass /usr/lib64/ruby/gems/2.5.0/gems/sass-3.5.3/test/sass/templates/bork2.sass /usr/lib64/ruby/gems/2.5.0/gems/sass-3.5.3/test/sass/templates/bork3.sass /usr/lib64/ruby/gems/2.5.0/gems/sass-3.5.3/test/sass/templates/bork4.sass /usr/lib64/ruby/gems/2.5.0/gems/sass-3.5.3/test/sass/templates/bork5.sass /usr/lib64/ruby/gems/2.5.0/gems/sass-3.5.3/test/sass/templates/cached_import_option.scss /usr/lib64/ruby/gems/2.5.0/gems/sass-3.5.3/test/sass/templates/compact.sass /usr/lib64/ruby/gems/2.5.0/gems/sass-3.5.3/test/sass/templates/complex.sass /usr/lib64/ruby/gems/2.5.0/gems/sass-3.5.3/test/sass/templates/compressed.sass /usr/lib64/ruby/gems/2.5.0/gems/sass-3.5.3/test/sass/templates/double_import_loop1.sass /usr/lib64/ruby/gems/2.5.0/gems/sass-3.5.3/test/sass/templates/expanded.sass /usr/lib64/ruby/gems/2.5.0/gems/sass-3.5.3/test/sass/templates/filename_fn.scss /usr/lib64/ruby/gems/2.5.0/gems/sass-3.5.3/test/sass/templates/if.sass /usr/lib64/ruby/gems/2.5.0/gems/sass-3.5.3/test/sass/templates/import.sass /usr/lib64/ruby/gems/2.5.0/gems/sass-3.5.3/test/sass/templates/import_charset.sass /usr/lib64/ruby/gems/2.5.0/gems/sass-3.5.3/test/sass/templates/import_charset_ibm866.sass /usr/lib64/ruby/gems/2.5.0/gems/sass-3.5.3/test/sass/templates/import_content.sass /usr/lib64/ruby/gems/2.5.0/gems/sass-3.5.3/test/sass/templates/importee.less /usr/lib64/ruby/gems/2.5.0/gems/sass-3.5.3/test/sass/templates/importee.sass /usr/lib64/ruby/gems/2.5.0/gems/sass-3.5.3/test/sass/templates/line_numbers.sass /usr/lib64/ruby/gems/2.5.0/gems/sass-3.5.3/test/sass/templates/mixin_bork.sass /usr/lib64/ruby/gems/2.5.0/gems/sass-3.5.3/test/sass/templates/mixins.sass /usr/lib64/ruby/gems/2.5.0/gems/sass-3.5.3/test/sass/templates/multiline.sass /usr/lib64/ruby/gems/2.5.0/gems/sass-3.5.3/test/sass/templates/nested.sass /usr/lib64/ruby/gems/2.5.0/gems/sass-3.5.3/test/sass/templates/nested_bork1.sass /usr/lib64/ruby/gems/2.5.0/gems/sass-3.5.3/test/sass/templates/nested_bork2.sass /usr/lib64/ruby/gems/2.5.0/gems/sass-3.5.3/test/sass/templates/nested_bork3.sass /usr/lib64/ruby/gems/2.5.0/gems/sass-3.5.3/test/sass/templates/nested_bork4.sass /usr/lib64/ruby/gems/2.5.0/gems/sass-3.5.3/test/sass/templates/nested_import.sass /usr/lib64/ruby/gems/2.5.0/gems/sass-3.5.3/test/sass/templates/nested_mixin_bork.sass /usr/lib64/ruby/gems/2.5.0/gems/sass-3.5.3/test/sass/templates/options.sass /usr/lib64/ruby/gems/2.5.0/gems/sass-3.5.3/test/sass/templates/parent_ref.sass /usr/lib64/ruby/gems/2.5.0/gems/sass-3.5.3/test/sass/templates/same_name_different_ext.sass /usr/lib64/ruby/gems/2.5.0/gems/sass-3.5.3/test/sass/templates/same_name_different_ext.scss /usr/lib64/ruby/gems/2.5.0/gems/sass-3.5.3/test/sass/templates/same_name_different_partiality.scss /usr/lib64/ruby/gems/2.5.0/gems/sass-3.5.3/test/sass/templates/script.sass /usr/lib64/ruby/gems/2.5.0/gems/sass-3.5.3/test/sass/templates/scss_import.scss /usr/lib64/ruby/gems/2.5.0/gems/sass-3.5.3/test/sass/templates/scss_importee.scss /usr/lib64/ruby/gems/2.5.0/gems/sass-3.5.3/test/sass/templates/single_import_loop.sass /usr/lib64/ruby/gems/2.5.0/gems/sass-3.5.3/test/sass/templates/subdir /usr/lib64/ruby/gems/2.5.0/gems/sass-3.5.3/test/sass/templates/subdir/import_up1.scss /usr/lib64/ruby/gems/2.5.0/gems/sass-3.5.3/test/sass/templates/subdir/import_up2.scss /usr/lib64/ruby/gems/2.5.0/gems/sass-3.5.3/test/sass/templates/subdir/nested_subdir /usr/lib64/ruby/gems/2.5.0/gems/sass-3.5.3/test/sass/templates/subdir/nested_subdir/_nested_partial.sass /usr/lib64/ruby/gems/2.5.0/gems/sass-3.5.3/test/sass/templates/subdir/nested_subdir/nested_subdir.sass /usr/lib64/ruby/gems/2.5.0/gems/sass-3.5.3/test/sass/templates/subdir/subdir.sass /usr/lib64/ruby/gems/2.5.0/gems/sass-3.5.3/test/sass/templates/units.sass /usr/lib64/ruby/gems/2.5.0/gems/sass-3.5.3/test/sass/templates/warn.sass /usr/lib64/ruby/gems/2.5.0/gems/sass-3.5.3/test/sass/templates/warn_imported.sass /usr/lib64/ruby/gems/2.5.0/gems/sass-3.5.3/test/sass/test_helper.rb /usr/lib64/ruby/gems/2.5.0/gems/sass-3.5.3/test/sass/util /usr/lib64/ruby/gems/2.5.0/gems/sass-3.5.3/test/sass/util/multibyte_string_scanner_test.rb /usr/lib64/ruby/gems/2.5.0/gems/sass-3.5.3/test/sass/util/normalized_map_test.rb /usr/lib64/ruby/gems/2.5.0/gems/sass-3.5.3/test/sass/util/subset_map_test.rb /usr/lib64/ruby/gems/2.5.0/gems/sass-3.5.3/test/sass/util_test.rb /usr/lib64/ruby/gems/2.5.0/gems/sass-3.5.3/test/sass/value_helpers_test.rb /usr/lib64/ruby/gems/2.5.0/gems/sass-3.5.3/test/test_helper.rb
Generated by rpm2html 1.8.1
Fabrice Bellet, Mon Feb 9 17:46:23 2026