Changelog for
ruby2.1-rubygem-yast-rake-doc-0.2.6-4.1.x86_64.rpm :
Mon Nov 23 13:00:00 2015 jreidingerAATTsuse.com
- fix build target for sle12sp2 (bnc#0)
- 0.2.6
Wed Oct 28 13:00:00 2015 ancorAATTsuse.com
- added target sle12sp2 ( needed for SP1 maintenance bnc#1)
- 0.2.5
Fri Oct 16 14:00:00 2015 igonzalezsosaAATTsuse.com
- add a submit_to method to simplify OBS configuration
Tue Apr 28 14:00:00 2015 lslezakAATTsuse.cz
- use rubocop for checking the code style
Tue Apr 28 14:00:00 2015 lslezakAATTsuse.cz
- optionally load the tasks from yast-rake-ci if it is installed
- 0.2.3
Thu Apr 23 14:00:00 2015 lslezakAATTsuse.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 14:00:00 2015 jreidingerAATTsuse.com
- regenerate spec file to fix build for ruby2.2 in OBS
Thu Mar 26 13:00:00 2015 lslezakAATTsuse.cz
- fixed gem packaging (missing \"lib/tasks/spell.dict\" file)
- 0.2.1
Wed Mar 11 13:00:00 2015 lslezakAATTsuse.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 13:00:00 2014 lslezakAATTsuse.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 13:00:00 2014 jreidingerAATTsuse.com
- test:unit: run all tests in single run (gh#yast/yast-rake#11)
- 0.1.9
Mon Jun 9 14:00:00 2014 jreidingerAATTsuse.com
- install: Fix matching for autoyast-rnc directory
- 0.1.8
Fri Jun 6 14:00:00 2014 locilkaAATTsuse.com
- Added support for Yast \"data\" directory
- 0.1.7
Wed Jan 15 13:00:00 2014 jreidingerAATTsuse.com
- Add \"install\" task for installation to proper location
- 0.1.6
Mon Dec 9 13:00:00 2013 lslezakAATTsuse.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 13:00:00 2013 mvidnerAATTsuse.com
- Fixed `rake run` to work and `rake run[foo]` to really use
the local files.
- 0.1.4
Fri Oct 25 14:00:00 2013 jreidingerAATTsuse.com
- Run test:unit even for nested test directories
(gh#yast/yast-rake#2)
- 0.1.3
Mon Oct 14 14:00:00 2013 jreidingerAATTsuse.com
- do not run test before packaging as it is runned in osc:build
during rpm build
- 0.1.2
Thu Sep 19 14:00:00 2013 jreidingerAATTsuse.com
- initial version