File rubygem-less-rails.changes of Package rubygem-less-rails
-------------------------------------------------------------------
Thu May 7 21:00:23 UTC 2020 - Stephan Kulow <coolo@suse.com>
- updated to version 5.0.0
see installed CHANGELOG.md
### 5.0.0 - 2020-04-11
* Update dependencies (Rails 5.2 and 6.0, Ruby 2.6 and Ruby 2.7a), drop old rubies and rails versions.
* Dropping official JRuby support (removing it from CI).
* Lock to sprockets ~> 3.0.
-------------------------------------------------------------------
Thu Nov 22 05:20:07 UTC 2018 - Stephan Kulow <coolo@suse.com>
- updated to version 4.0.0
see installed CHANGELOG.md
### 4.0.0 - 2018-10-31
* The import scanner now takes into account multiple [import options](http://lesscss.org/features/#import-atrules-feature-import-options).
* Removed Tilt and Grease as dependencies.
* **Breaking Change**: If you are requiring your less files using the extension, e.g:
`*= require semantic_ui/definitions/modules/accordion.less`
you need to remove the extension like so:
`*= require semantic_ui/definitions/modules/accordion`
-------------------------------------------------------------------
Wed Oct 11 06:07:58 UTC 2017 - coolo@suse.com
- updated to version 3.0.0
see installed CHANGELOG.md
-------------------------------------------------------------------
Thu Oct 13 04:33:17 UTC 2016 - coolo@suse.com
- updated to version 2.8.0
see installed CHANGELOG.md
### 2.8.0 - ?
* Make it possible to pass parameters to less.rb
Fixes https://github.com/metaskills/less-rails/issues/94
-------------------------------------------------------------------
Thu Jan 21 05:38:58 UTC 2016 - coolo@suse.com
- updated to version 2.7.1
see installed CHANGELOG.md
### 2.7.1 - 2016-09-01
* Fix Sprockets 3 integration. Thanks @suzan2go and @ccallebs!
-------------------------------------------------------------------
Fri Apr 17 04:29:04 UTC 2015 - coolo@suse.com
- updated to version 2.7.0
-------------------------------------------------------------------
Mon Feb 9 08:06:41 UTC 2015 - coolo@suse.com
- updated to version 2.6.0
-------------------------------------------------------------------
Mon Oct 13 14:20:03 UTC 2014 - coolo@suse.com
- adapt to new rubygem packaging
-------------------------------------------------------------------
Sat Mar 15 18:46:00 UTC 2014 - coolo@suse.com
- updated to version 2.5.0
* Update to Less.rb v2.5 and follow version mirror. Fixes #84.
-------------------------------------------------------------------
Fri Sep 13 11:06:23 UTC 2013 - coolo@suse.com
- updated to version 2.4.2
* Another stab at better initialization process. Fixes #68. Fixes #62.
-------------------------------------------------------------------
Sat Sep 7 05:19:56 UTC 2013 - coolo@suse.com
- updated to version 2.4.0
* Moving to less.rb 2.4.x which is current v1.4.2 of less.
-------------------------------------------------------------------
Thu May 16 10:27:49 UTC 2013 - coolo@suse.com
- updated to version 2.3.3
* Implement dumpLineNumbers functionality. Thanks @matthew342.
-------------------------------------------------------------------
Wed Mar 20 09:07:05 UTC 2013 - coolo@suse.com
- updated to version 2.3.2
* Rails 4 compatability. Thanks @zhengjia.
* Update to less gem 2.3.1 which really uses less v1.3.3
-------------------------------------------------------------------
Fri Jan 4 09:32:21 UTC 2013 - coolo@suse.com
- initial package (version 2.2.6)