hoe-manns 2.1.3 → 2.1.5

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
data/Manifest.txt DELETED
@@ -1,14 +0,0 @@
1
- Gemfile
2
- Gemfile.lock
3
- History.rdoc
4
- LICENSE.rdoc
5
- Manifest.txt
6
- README.rdoc
7
- Rakefile
8
- CODE_OF_CONDUCT.md
9
- CONTRIBUTING.md
10
- MAINTENANCE.md
11
- lib/hoe/manns.rb
12
- lib/hoe/manns-methods.rb
13
- spec/manns_spec.rb
14
- spec/spec_helper.rb
data/README.rdoc DELETED
@@ -1,96 +0,0 @@
1
- = hoe-manns
2
-
3
- code :: https://github.com/saigkill/hoe-manns
4
- rdoc :: http://www.rubydoc.info/gems/hoe-manns
5
- docs :: https://github.com/saigkill/hoe-manns/wiki
6
- bugs & feature requests:: https://github.com/saigkill/hoe-manns/issues
7
- mailing list :: https://groups.google.com/forum/#!forum/saigkills-hoe-plugins
8
- openhub statistics :: https://www.openhub.net/p/hoe-manns
9
- authors blog :: https://saigkills-backtrace.de
10
- min_rubyver :: 2.3.0
11
-
12
- last public version :: {<img src="https://badge.fury.io/rb/hoe-manns.png" alt="Last Version" />}[http://rubygems.org/gems/hoe-manns]
13
- downloads latest :: {<img src="https://img.shields.io/gem/dtv/hoe-manns.svg" alt="Downloads latest version" />}[http://rubygems.org/gems/hoe-manns]
14
- downloads all :: {<img src="https://img.shields.io/gem/dt/hoe-manns.svg" alt="Downloads all versions" />}[http://rubygems.org/gems/hoe-manns]
15
- continuous integration :: {<img src="https://travis-ci.org/saigkill/hoe-manns.svg?branch=master" alt="Build Status" />}[https://travis-ci.org/saigkill/hoe-manns]
16
- continuous integration :: {<img src="https://scrutinizer-ci.com/g/saigkill/hoe-manns/badges/build.png?b=master" />}[https://scrutinizer-ci.com/g/saigkill/hoe-manns/build-status/master]
17
- code quality :: {<img src="https://scrutinizer-ci.com/g/saigkill/hoe-manns/badges/quality-score.png?b=master" />}[https://scrutinizer-ci.com/g/saigkill/hoe-manns/]
18
- code quality :: {<img src="https://api.codeclimate.com/v1/badges/009b795034d7c698c74f/maintainability" />}[https://codeclimate.com/github/saigkill/hoe-manns/maintainability]
19
- code quality :: {<img src="https://api.codacy.com/project/badge/Grade/bfa993bdac4b46efa6e102daf97ca311" alt="Codacy code quality" />}[https://www.codacy.com/app/saigkill_2/hoe-manns?utm_source=github.com&amp;utm_medium=referral&amp;utm_content=saigkill/hoe-manns&amp;utm_campaign=Badge_Grade]
20
- security :: {<img src="https://hakiri.io/github/saigkill/hoe-manns/master.svg" alt="security" />}[https://hakiri.io/github/saigkill/hoe-manns/master/shield]
21
- test coverage :: {<img src="https://coveralls.io/repos/github/saigkill/hoe-manns/badge.svg?branch=master" alt="Test Coverage" />}[https://coveralls.io/github/saigkill/hoe-manns]
22
- documentation quality :: {<img src="https://inch-ci.org/github/saigkill/hoe-manns.svg?branch=master" alt="Documentation Quality" />}[https://inch-ci.org/github/saigkill/hoe-manns]
23
-
24
- == DESCRIPTION:
25
-
26
- hoe-manns is a small collection of my personal used rake tasks for using with hoe. Actually it includes that tasks:
27
-
28
- * bundler:gemfile_lock
29
- * bundle_audit:*
30
- * clean_pkg
31
- * copy_master
32
- * remove_pre_gemspec
33
- * run_before_release
34
- * run_after_release
35
-
36
- The History.rdoc contains a detailed description of what has changed.
37
-
38
- hoe-manns is released under the GPL3 License, see the file 'LICENSE.rdoc' for more information.
39
-
40
- The official website is:
41
-
42
- https://saigkills-backtrace.de
43
-
44
- == FEATURES:
45
-
46
- * Updates the Gemfile.lock
47
- * Removes the old *.gemspec created in test cases
48
- * copies your manuals to your docpath.
49
- * runs the rake tasks before release: git:manifest, bundler:gemfile, update_gemfile_lock, remove_pre_gemspec,
50
- bundler_audit:run and copy_mirror.
51
- * runs after release: send_email.
52
- * Cleans up the pkg dir
53
- * provides bundler_audit tasks
54
-
55
- == REQUIREMENTS:
56
-
57
- * rake
58
- * hoe
59
- * bundler-audit
60
-
61
- == INSTALL:
62
-
63
- The installation is very easy.
64
-
65
- gem install hoe-manns
66
-
67
- == SYNOPSIS:
68
-
69
- Use in your Rakefile:
70
-
71
- Hoe.plugin :manns
72
-
73
- Hoe.spec 'your project' do
74
- ...
75
- end
76
-
77
- Also add hoe-manns to your requirements and recreate your Gemfile.
78
-
79
-
80
- == DEVELOPERS:
81
-
82
- After checking out the source, run:
83
-
84
- $ rake newb
85
-
86
- This task will install any missing dependencies, run the tests/specs, and generate the RDoc.
87
- Also you can read the MAINTENANCE.md and CONTRIBUTING.md for more information.
88
-
89
- === IDEAS:
90
-
91
- * Add ideas on: https://github.com/saigkill/hoe-manns/issues
92
-
93
-
94
- == PROBLEM REPORTING:
95
-
96
- Bugs should be reported to https://bugs.launchpad.net/hoe-manns. You will need to create an account for yourself.
data/Rakefile DELETED
@@ -1,71 +0,0 @@
1
- # -*- ruby -*-
2
- # Copyright (C) 2013-2018 Sascha Manns <Sascha.Manns@outlook.de>
3
- # Release:
4
- # Pre-release:
5
- #* update docs
6
- #* Update copyright years if needed, in the following paths:
7
- # + lib/*
8
- #* Check version in lib/hoe-manns.rb
9
- #* Update History.rdoc & NEWS
10
- #* git:manifest
11
- #* bundler:gemfile
12
- #* bundler:gemfile_lock
13
- # x64-mingw32
14
- # x64-mswin32
15
- # x86-mingw32
16
- # x86-mswin32
17
- # ruby
18
- # x86_64-linux
19
- #* bundle_audit:run
20
- #* git -a -m "Anything"
21
- #* git tag x.x.x
22
-
23
- # Release:
24
- #* Create Release in Github
25
- #* rake release
26
- #* send_email
27
- #* clean_pkg
28
-
29
- # Post-release:
30
- #* Bump version
31
- #* Add new Milestone on Github
32
-
33
- # Dependencies
34
- require 'rubygems'
35
- require 'hoe'
36
-
37
- Hoe.plugin :bundler
38
- Hoe.plugin :rdoc
39
- Hoe.plugin :rubygems
40
- Hoe.plugin :version
41
-
42
-
43
- ###########################################DEVELOPING ZONE##############################################################
44
- # rubocop:disable Metrics/LineLength
45
- Hoe.spec 'hoe-manns' do
46
- developer('Sascha Manns', 'Sascha.Manns@outlook.de')
47
- license 'GPL-3.0' # this should match the license in the README
48
- require_ruby_version '>= 2.3.0'
49
-
50
- dependency 'rainbow', '~> 3.0'
51
- dependency 'bundler-audit', '~> 0.6'
52
-
53
- extra_dev_deps << ['hoe-bundler', '~> 1.4']
54
- extra_dev_deps << ['hoe-rubygems', '~> 1.0']
55
- extra_dev_deps << ['hoe-version', '~> 1.2']
56
- extra_dev_deps << ['rdoc', '~> 6.0']
57
- extra_dev_deps << ['rspec', '~> 3.7']
58
- extra_dev_deps << ['coveralls', '~> 0.8']
59
-
60
- self.history_file = 'History.rdoc'
61
- self.readme_file = 'README.rdoc'
62
- self.extra_rdoc_files = FileList['*.rdoc'].to_a
63
- self.post_install_message = 'Please file bugreports on: https://github.com/saigkill/hoe-manns/issues'
64
- end
65
-
66
- ##################################################SETUP ZONE############################################################
67
-
68
-
69
-
70
- # vim: syntax=ruby
71
-