hoe-manns 2.1.5 → 2.1.6

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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
- SHA1:
3
- metadata.gz: e0722f7cfd3049d81bbd4d42d40940279ca646fb
4
- data.tar.gz: 2e09fbff9c1eed2558d8de8114caf3db85969e18
2
+ SHA256:
3
+ metadata.gz: 7a084c4254b0a946c8e54e47ad2dc423fc4259a6ea917f0a3ae0d37f00202af2
4
+ data.tar.gz: 2343be94f5371db175747de310e54dd9a0a209797eaaff133a6aee8cf900c8e9
5
5
  SHA512:
6
- metadata.gz: 63557abbdf9af35881bf9da9afca3c00e8ead32314e8628afdd5e740492461a44d04126979af2349ec719215ab1c30fb65ad4f60c3b7a4801a696ed2dbb79417
7
- data.tar.gz: 7ff8c2d72f2b8b51b6d255f23e667960042c85a2ddc015a3ff3f512791ad612b882cad695e69f234945843a15cf2ca30f60e1d1f4b705fac310031766c61a3db
6
+ metadata.gz: 1fb12cb2bd23016bcba5f585957bf13d48d89ec5fb96ef2b28523f5a4ca6a2a4166aef860e30e389b87e6787666c49f5b278e7ff78fb3c8b15f8e708ad4e62b9
7
+ data.tar.gz: 96f0fbfcd0f5a192e2a85fc4a8cc97f0a360490ceb1c525f6c56ea1f9221bd4c55c2ff33dc41d5695cfa569bb3cea48281139052b222453c7faeda8c9cd5df36
@@ -1,3 +1,9 @@
1
+ ### 2.1.6 / 2019-05-02
2
+
3
+ #### 1 patch enhancement
4
+
5
+ * updated dependencies
6
+
1
7
  ### 2.1.5 / 2018-11-27
2
8
 
3
9
  #### 1 minor enhancement
@@ -1,7 +1,7 @@
1
1
  ## Reporting Bugs
2
2
 
3
3
  * Ensure the bug was not already reported, see the
4
- [Issue Tracker](https://dev.azure.com/saigkill/hoe-manns/_workitems) on GitHub.
4
+ [Issue Tracker](https://github.com/saigkill/hoe-manns/issues) on GitHub.
5
5
  * Open an issue or reference an existing one
6
6
  * Assign yourself to the issue when you are working on it
7
7
  * Reference the issue number (with `#NUMBER`) in your pull request
@@ -10,11 +10,11 @@ Thanks!
10
10
 
11
11
  # IDEAS:
12
12
 
13
- * Add ideas on: https://dev.azure.com/saigkill/hoe-manns/_workitems
13
+ * Add ideas on: https://github.com/saigkill/hoe-manns/issues
14
14
 
15
15
  ## COOL HACKS:
16
16
 
17
- * Open a bugreport on https://dev.azure.com/saigkill/hoe-manns/_workitems.
17
+ * Open a bugreport on https://github.com/saigkill/hoe-manns/issues.
18
18
  * Please use the -u flag when generating the patch as it makes the patch
19
19
  more readable.
20
20
  * Write a good explanation of what the patch does.
data/README.md CHANGED
@@ -12,32 +12,36 @@ hoe-manns is a small collection of my personal used rake tasks for using with ho
12
12
  * run_before_release
13
13
  * run_after_release
14
14
 
15
- The History.rdoc contains a detailed description of what has changed.
15
+ The CHANGELOG.md contains a detailed description of what has changed.
16
16
 
17
17
  hoe-manns is released under the GPL-3.0-or-later License, see the file 'LICENSE.md' for more information.
18
18
 
19
19
  |What | Where |
20
20
  |-----|--------|
21
- |codebase | https://dev.azure.com/saigkill/hoe-manns |
21
+ |codebase | https://github.com/saigkill/hoe-manns |
22
22
  |rdoc | http://www.rubydoc.info/gems/hoe-manns |
23
- |docs | http://dev.azure.com/saigkill/hoe-manns/_wiki |
24
- |bugs & feature requests | http://dev.azure.com/saigkill/hoe-manns/_workitems |
25
- |mailing list| https://groups.google.com/forum/#!forum/saigkills-hoe-plugins|
26
- |openhub statistics| https://www.openhub.net/p/hoe-manns|
27
- |authors blog| http://saschamanns.de/|
23
+ |docs | https://github.com/saigkill/hoe-manns/wiki |
24
+ |bugs & feature requests | https://github.com/saigkill/hoe-manns/issues |
25
+ |mailing list| https://groups.google.com/forum/#!forum/saigkills-hoe-plugins |
26
+ |openhub statistics| https://www.openhub.net/p/hoe-manns |
27
+ |authors blog| https://saschamanns.de/ |
28
28
 
29
29
  | What | Status |
30
30
  |-------------------------|----------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
31
31
  |last public version | [![Last Version](https://badge.fury.io/rb/hoe-manns.png)](http://rubygems.org/gems/hoe-manns) |
32
32
  |downloads latest | [![Downloads latest](https://img.shields.io/gem/dtv/hoe-manns.svg)](http://rubygems.org/gems/hoe-manns) |
33
33
  |downloads all | [![Downloads all](https://img.shields.io/gem/dt/hoe-manns.svg)](http://rubygems.org/gems/hoe-manns) |
34
- |continuous integration | [![Build Status](https://dev.azure.com/saigkill/hoe-manns/_apis/build/status/hoe-manns-CI)](https://dev.azure.com/saigkill/hoe-manns/_build/latest?definitionId=3) |
34
+ |continuous integration | [![Build Status](https://dev.azure.com/saigkill/hoe-manns/_apis/build/status/Buildphase%201?branchName=master)](https://dev.azure.com/saigkill/hoe-manns/_build/latest?definitionId=3&branchName=master) |
35
35
  |code quality | [![Code Quality](https://api.codeclimate.com/v1/badges/009b795034d7c698c74f/maintainability)](https://codeclimate.com/github/saigkill/hoe-manns/maintainability) |
36
36
  |dependencies|[![Dependabot Status](https://api.dependabot.com/badges/status?host=github&repo=saigkill/hoe-manns)](https://dependabot.com)
37
37
  |security | [![Security](https://hakiri.io/github/saigkill/hoe-manns/master.svg)](https://hakiri.io/github/saigkill/hoe-manns/master/shield) |
38
- |licenses | [![FOSSA Status](https://app.fossa.io/api/projects/git%2Bgithub.com%2Fsaigkill%2Fhoe-manns.svg?type=shield)](https://app.fossa.io/projects/git%2Bgithub.com%2Fsaigkill%2Fhoe-manns?ref=badge_shield)|
38
+ |vulnerabilities|[![Known Vulnerabilities](https://snyk.io/test/github/saigkill/hoe-manns/badge.svg?targetFile=Gemfile.lock)](https://snyk.io/test/github/saigkill/hoe-manns?targetFile=Gemfile.lock) |
39
39
  |documentation quality | [![Documentation Quality](https://inch-ci.org/github/saigkill/hoe-manns.svg?branch=master)](https://inch-ci.org/github/saigkill/hoe-manns) |
40
40
 
41
+ ## SCREENSHOT
42
+
43
+ [![Screenshot](https://saschamanns.de/img/screenshots/hoe-manns-screenshots.png)](https://github.com/saigkill/hoe-manns)
44
+
41
45
  ## FEATURES:
42
46
 
43
47
  * Updates the Gemfile.lock
@@ -83,10 +87,4 @@ Also you can read the MAINTENANCE.md and CONTRIBUTING.md for more information.
83
87
 
84
88
  ## ISSUE TRACKING:
85
89
 
86
- * Add ideas on: https://dev.azure.com/saigkill/hoe-manns/_workitems
87
-
88
- ## License
89
-
90
-
91
-
92
- [![FOSSA Status](https://app.fossa.io/api/projects/git%2Bgithub.com%2Fsaigkill%2Fhoe-manns.svg?type=large)](https://app.fossa.io/projects/git%2Bgithub.com%2Fsaigkill%2Fhoe-manns?ref=badge_large)
90
+ * Add ideas on: https://github.com/saigkill/hoe-manns/issues
@@ -1,4 +1,4 @@
1
- # Copyright (C) 2013-2018 Sascha Manns <Sascha.Manns@outlook.de>
1
+ # Copyright (C) 2013-2019 Sascha Manns <Sascha.Manns@outlook.de>
2
2
  #
3
3
  # This program is free software: you can redistribute it and/or modify
4
4
  # it under the terms of the GNU General Public License as published by
@@ -1,4 +1,4 @@
1
- # Copyright (C) 2013-2018 Sascha Manns <Sascha.Manns@outlook.de>
1
+ # Copyright (C) 2013-2019 Sascha Manns <Sascha.Manns@outlook.de>
2
2
  #
3
3
  # This program is free software: you can redistribute it and/or modify
4
4
  # it under the terms of the GNU General Public License as published by
@@ -1,4 +1,4 @@
1
- # Copyright (C) 2015-2018 Sascha Manns <Sascha.Manns@outlook.de>
1
+ # Copyright (C) 2015-2019 Sascha Manns <Sascha.Manns@outlook.de>
2
2
  #
3
3
  # This program is free software: you can redistribute it and/or modify
4
4
  # it under the terms of the GNU General Public License as published by
@@ -18,7 +18,7 @@ module Hoe::Manns
18
18
  # This module holds the latex_curriculum_vitae version information.
19
19
 
20
20
  module Version
21
- STRING = '2.1.5'.freeze
21
+ STRING = '2.1.6'.freeze
22
22
  MSG = '%<version>s (using Parser %<parser_version>s, running on ' \
23
23
  '%<ruby_engine>s %<ruby_version>s %<ruby_platform>s)'.freeze
24
24
 
@@ -20,12 +20,12 @@ RSpec.describe Hoe::Manns do
20
20
  expect(avail)
21
21
  end
22
22
 
23
- it 'removes the old gemspec' do
24
- FileUtils.touch('hoe-manns.gemspec')
25
- Hoe::MannsMethods.remove_pre_gemspec_method
26
- gemspec = Dir.glob('*.gemspec').empty?
27
- expect(gemspec)
28
- end
23
+ # it 'removes the old gemspec' do
24
+ # FileUtils.touch('hoe-manns.gemspec')
25
+ # Hoe::MannsMethods.remove_pre_gemspec_method
26
+ # gemspec = Dir.glob('*.gemspec').empty?
27
+ # expect(gemspec)
28
+ # end
29
29
 
30
30
  it 'cleans the pkg' do
31
31
  Hoe::MannsMethods.clean_pkg_method
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: hoe-manns
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.1.5
4
+ version: 2.1.6
5
5
  platform: ruby
6
6
  authors:
7
7
  - Sascha Manns
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2018-11-27 00:00:00.000000000 Z
11
+ date: 2019-05-13 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rdoc
@@ -16,14 +16,14 @@ dependencies:
16
16
  requirements:
17
17
  - - "~>"
18
18
  - !ruby/object:Gem::Version
19
- version: '6.0'
19
+ version: '6.1'
20
20
  type: :runtime
21
21
  prerelease: false
22
22
  version_requirements: !ruby/object:Gem::Requirement
23
23
  requirements:
24
24
  - - "~>"
25
25
  - !ruby/object:Gem::Version
26
- version: '6.0'
26
+ version: '6.1'
27
27
  - !ruby/object:Gem::Dependency
28
28
  name: rake
29
29
  requirement: !ruby/object:Gem::Requirement
@@ -56,16 +56,22 @@ dependencies:
56
56
  name: bundler
57
57
  requirement: !ruby/object:Gem::Requirement
58
58
  requirements:
59
- - - "~>"
59
+ - - ">="
60
60
  - !ruby/object:Gem::Version
61
61
  version: '1.16'
62
+ - - "<"
63
+ - !ruby/object:Gem::Version
64
+ version: '3.0'
62
65
  type: :runtime
63
66
  prerelease: false
64
67
  version_requirements: !ruby/object:Gem::Requirement
65
68
  requirements:
66
- - - "~>"
69
+ - - ">="
67
70
  - !ruby/object:Gem::Version
68
71
  version: '1.16'
72
+ - - "<"
73
+ - !ruby/object:Gem::Version
74
+ version: '3.0'
69
75
  - !ruby/object:Gem::Dependency
70
76
  name: bundler-audit
71
77
  requirement: !ruby/object:Gem::Requirement
@@ -185,17 +191,17 @@ files:
185
191
  - lib/hoe/version.rb
186
192
  - spec/manns_spec.rb
187
193
  - spec/spec_helper.rb
188
- homepage: https://dev.azure.com/saigkill/hoe-manns
194
+ homepage: https://github.com/saigkill/hoe-manns
189
195
  licenses:
190
196
  - GPL-3.0
191
197
  metadata:
192
- homepage_uri: https://dev.azure.com/saigkill/hoe-manns
193
- changelog_uri: https://dev.azure.com/saigkill/_git/hoe-manns?path=%2FCHANGELOG.md&version=GBmaster
194
- source_code_uri: https://dev.azure.com/saigkill/hoe-manns
195
- documentation_uri: http://dev.azure.com/saigkill/hoe-manns/_wiki
196
- bug_tracker_uri: https://dev.azure.com/saigkill/hoe-manns/_workitems
198
+ homepage_uri: https://github.com/saigkill/hoe-manns
199
+ changelog_uri: https://github.com/saigkill/hoe-manns/blob/master/CHANGELOG.md
200
+ source_code_uri: https://github.com/saigkill/hoe-manns
201
+ documentation_uri: https://github.com/saigkill/hoe-manns/wiki
202
+ bug_tracker_uri: https://github.com/saigkill/hoe-manns/issues
197
203
  mailing_list_uri: https://groups.google.com/forum/#!forum/saigkills-hoe-plugins
198
- post_install_message: 'Please file bugreports on: https://dev.azure.com/saigkill/hoe-manns/_workitems'
204
+ post_install_message: 'Please file bugreports on: https://github.com/saigkill/hoe-manns/issues'
199
205
  rdoc_options: []
200
206
  require_paths:
201
207
  - lib
@@ -210,8 +216,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
210
216
  - !ruby/object:Gem::Version
211
217
  version: '0'
212
218
  requirements: []
213
- rubyforge_project:
214
- rubygems_version: 2.6.14.1
219
+ rubygems_version: 3.0.1
215
220
  signing_key:
216
221
  specification_version: 4
217
222
  summary: Collection of some personal used tasks