Changelog¶ ↑
2.1.7 / 2020-06-25¶ ↑
-
updated dependencies
-
updated README
2.1.6 / 2019-05-02¶ ↑
-
updated dependencies
2.1.5 / 2018-11-27¶ ↑
-
fixed #8: Update deps & Add Azure Pipelines
2.1.4 / 2018-11-02¶ ↑
-
Moved to Azure DevOps
2.1.3 / 2018-06-25¶ ↑
-
updated dependencies
2.1.2 / 2018-04-13¶ ↑
-
just changed the urls for documentation and project
2.1.1 / 2017-11-06¶ ↑
-
updated reek dependency
2.1.0 / 2017-10-25¶ ↑
-
HM-9: Split module into two seperate modules
-
HM-10: Remove run_after_release
-
HM-11: Remove system('git add recipes/recipe.rb') if File.exist?('recipes/recipe.rb')
-
HM-13: Add more tests
-
Added task 'rake bundler:gemfile install'
-
Changed publican to daps docbook managing
2.0.0 / 2017-10-19¶ ↑
-
HM-2: Remove copy_manuals and get_projectname methods
-
HM-3: Remove get_develpath (was used by a already removed method)
-
HM-6: Cleanup run_before_release (Removed old stuff)
-
HM-7: Changed license from MIT to GPL-3.0-or-later
-
HM-8: Removed parseconfig and yaml dependency
1.6.2 / 2017-02-25¶ ↑
-
fixed travis
1.6.1 / 2017-02-22¶ ↑
-
updated dependencies
1.6.0 / 2016-08-08¶ ↑
-
fixed HM-2: Simplify copy_wiki method (dropped)
-
fixed HM-3: manns.rb (Code cleanup)
-
removed pandoc dependency
-
reworked spec files
1.5.1 / 2016-08-07¶ ↑
-
replaced Rake::Task with system('rake git:tag') because old procedure produces errors
-
added # encoding: UTF-8
-
fixed HM-1 - Testcase produces testfile on false place
1.5.0 / 2016-08-05¶ ↑
-
removed .index creation from run_before_release and from code
-
removed copy_mirror from run_before_release and from code
-
removed get_version and usage of a system based git. Now using the rake task.
1.4.9 / 2016-02-08¶ ↑
-
Added some new tests
1.4.8 / 2016-02-08¶ ↑
-
updated dependencies from gemnasium
1.4.7 / 2016-01-27¶ ↑
-
updated dependencies by gemnasium
1.4.6 / 2015-12-23¶ ↑
-
moved directory test to spec. So
Hoe
can handle the tests directly.
1.4.5 / 2015-12-23¶ ↑
-
Updated automatic tests
1.4.4 / 2015-12-22¶ ↑
-
Added security to README.rdoc
-
Updated dependencies by using gemnasium
1.4.3 / 2015-10-31¶ ↑
-
Added procedure to convert markdown to rst inside ./docs
-
Created new methods copy_mirror_create_dirs and copy_mirror_copy_files to reduce the copmplexity of the copy_mirror_method
1.4.2 / 2015-10-19¶ ↑
-
Added git tag procedure to copy_master method
1.4.1 / 2015-10-19¶ ↑
-
Added FileUtils.rm_rf('recipes/pkg') to cleanup method
1.4.0 / 2015-10-19¶ ↑
-
Added a copy_master method
1.3.0 / 2015-10-19¶ ↑
-
Added a “git pull” to copy_wiki_method
1 bug fix¶ ↑
-
Removed omnibus from require path
1.2.1 / 2015-10-13¶ ↑
-
fixed run_after_release for using create_packages instead of generate_packages
1.2.0 / 2015-10-13¶ ↑
-
HM-6 Copy wiki method implemented
-
use of .hoerc instead of own config
-
reworked update_workspace_method
-
reworked copy_mirror_method
-
excluded create_packages & deploy_packages methods to hoe-packaging
1.1.0 / 2015-10-05¶ ↑
-
HM-4 Add function to copy the content to a mirror directory
-
HM-5 Integration of bundle audit
-
HM-3 Update all content for using with GitLab
1.0.2 / 2015-10-02¶ ↑
-
reworked stuff for using with GitLab (HM-3)
1.0.1 / 2015-10-01¶ ↑
-
extended documentation so all methods and rake tasks will be explained (HM-2)
1.0.0 / 2015-09-28¶ ↑
-
Birthday!
-
fix HM-1
-
Implemented my project rake tasks
-
update_gemfile_lock
-
remove_pre_gemspec
-
update_workspace
-
update_index
-
copy_manuals
-
run_before_release
-
run_after_release
-
clean_pkg