File rubygem-yast-rake.changes of Package rubygem-yast-rake
------------------------------------------------------------------- Wed Oct 28 15:18:23 UTC 2015 - ancor@suse.com - added target sle12sp2 ( needed for SP1 maintenance bnc#1) - 0.2.5 ------------------------------------------------------------------- Fri Oct 16 14:59:38 UTC 2015 - igonzalezsosa@suse.com - add a submit_to method to simplify OBS configuration ------------------------------------------------------------------- Tue Apr 28 15:38:56 UTC 2015 - lslezak@suse.cz - use rubocop for checking the code style ------------------------------------------------------------------- Tue Apr 28 13:34:00 UTC 2015 - lslezak@suse.cz - optionally load the tasks from yast-rake-ci if it is installed - 0.2.3 ------------------------------------------------------------------- Thu Apr 23 18:27:49 UTC 2015 - lslezak@suse.cz - allow to run the "check:spelling" task outside a Git checkout (to use it in the Jenkins jobs during package build) - colorize the misspelled words in the output (if the "rainbow" gem is installed) - use YAML config files - 0.2.2 ------------------------------------------------------------------- Wed Apr 1 10:07:26 UTC 2015 - jreidinger@suse.com - regenerate spec file to fix build for ruby2.2 in OBS ------------------------------------------------------------------- Thu Mar 26 14:08:51 UTC 2015 - lslezak@suse.cz - fixed gem packaging (missing "lib/tasks/spell.dict" file) - 0.2.1 ------------------------------------------------------------------- Wed Mar 11 20:02:42 UTC 2015 - lslezak@suse.cz - added "check:spelling" task - spell check files (by default *.md and *.html files), needs "raspell" gem (no explicit dependency) - do not crash when there is no "package/*.spec" file (e.g. in yast.github.io repository) - 0.2.0 ------------------------------------------------------------------- Thu Nov 13 09:26:46 UTC 2014 - lslezak@suse.cz - new tasks: - "pot" - collect translatable strings and create *.pot files - "check:pot" - check for common mistakes in translations - 0.1.10 ------------------------------------------------------------------- Wed Oct 29 10:02:46 UTC 2014 - jreidinger@suse.com - test:unit: run all tests in single run (gh#yast/yast-rake#11) - 0.1.9 ------------------------------------------------------------------- Mon Jun 9 07:38:51 UTC 2014 - jreidinger@suse.com - install: Fix matching for autoyast-rnc directory - 0.1.8 ------------------------------------------------------------------- Fri Jun 6 13:41:03 CEST 2014 - locilka@suse.com - Added support for Yast "data" directory - 0.1.7 ------------------------------------------------------------------- Wed Jan 15 14:03:18 UTC 2014 - jreidinger@suse.com - Add "install" task for installation to proper location - 0.1.6 ------------------------------------------------------------------- Mon Dec 9 09:25:59 UTC 2013 - lslezak@suse.cz - read the version number directly from *.spec file (ignore VERSION files), adapted "version:bump" task, removed "version:update_spec" task (not needed anymore) - 0.1.5 ------------------------------------------------------------------- Thu Nov 7 10:20:46 UTC 2013 - mvidner@suse.com - Fixed `rake run` to work and `rake run[foo]` to really use the local files. - 0.1.4 ------------------------------------------------------------------- Fri Oct 25 10:32:12 UTC 2013 - jreidinger@suse.com - Run test:unit even for nested test directories (gh#yast/yast-rake#2) - 0.1.3 ------------------------------------------------------------------- Mon Oct 14 08:10:49 UTC 2013 - jreidinger@suse.com - do not run test before packaging as it is runned in osc:build during rpm build - 0.1.2 ------------------------------------------------------------------- Thu Sep 19 14:06:10 UTC 2013 - jreidinger@suse.com - initial version