hoe-manns 1.5.0 → 1.5.1

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: d92445a2b2d793b9a79dcc001dfbc1c9b1a16430
4
- data.tar.gz: 59c53519795d67f03989a2124426356ac3c6b15a
3
+ metadata.gz: cb8db77b801fe0340f7056d362222d2b680563d3
4
+ data.tar.gz: 7319bbe1dbb473085058277b353151ad64b3b308
5
5
  SHA512:
6
- metadata.gz: 0b4ab4fb6d83dca04e664fd6c9fc658aef4a35f377bddc11ea4c459a55f05b8a50223cf0d191c125d2fee3dbcd7fc369536183893f8c7c5e305708cdcccd6d73
7
- data.tar.gz: f72485b93d74692d73066e1ec6c1ed1ca0cba7214cf007f515e5826fa2ece5b0da44f6c8defbfa1b15a3599f5463cd405b370da58fa689551cc28a9795a34c73
6
+ metadata.gz: 9e87e814c2bb15160f6226dea976835b84751cd08d0da6cea2f2b16502463d8a100cde47a3eb067f0a5bb238a6c5fbe6f61ddc72c0b8976248631dc05d56c460
7
+ data.tar.gz: 9d1c96ca8748ec59c1c2653cac71e44d768e6edd4661e7a3ba93ab9d8d742e5892a94514f1b32556f3b07952feaa94372fb0014a2a79e513c5f1888a3a2c18f4
data/CONTRIBUTING.md CHANGED
@@ -30,4 +30,4 @@ based on `master` will likely be cherry picked.
30
30
 
31
31
  Need to report an issue? Use that issue tracker:
32
32
 
33
- * https://saigkill.myjetbrains.com/youtrack/issues?q=project%3A+hoe-manns
33
+ * https://saigkill.myjetbrains.com/youtrack/issues
data/History.rdoc CHANGED
@@ -1,3 +1,11 @@
1
+ === 1.5.1 / 2016-08-07
2
+
3
+ * 3 minor enhancement
4
+
5
+ * replaced Rake::Task['git:tag'] with system('rake git:tag') because old procedure produces errors
6
+ * added # encoding: UTF-8
7
+ * fixed HM-1 - Testcase produces testfile on false place
8
+
1
9
  === 1.5.0 / 2016-08-05
2
10
 
3
11
  * 3 minor issues:
data/README.rdoc CHANGED
@@ -2,9 +2,9 @@
2
2
 
3
3
  home :: http://saigkill.github.io
4
4
  code :: http://github.com/saigkill/hoe-manns
5
- docu :: https://saigkill.github.io/hoe-manns-doc/
5
+ docu :: https://saigkill.github.io/docs/hoe-manns/hoe-manns-doc/
6
6
  apidoc :: http://www.rubydoc.info/gems/hoe-manns
7
- bugs :: https://saigkill.myjetbrains.com/youtrack/issues?q=project%3A+hoe-manns
7
+ bugs :: https://saigkill.myjetbrains.com/youtrack/issues
8
8
  license :: {<img src="http://img.shields.io/:license-mit-blue.svg" />}[https://github.com/saigkill/hoe-manns/blob/master/LICENSE.rdoc]
9
9
  last public version :: {<img src="https://badge.fury.io/rb/hoe-manns.png" alt="Last Version" />}[http://rubygems.org/gems/hoe-manns]
10
10
  downloads latest :: {<img src="https://img.shields.io/gem/dtv/hoe-manns.svg" alt="Downloads latest version" />}[http://rubygems.org/gems/hoe-manns]
@@ -13,7 +13,7 @@ continuous integration :: {<img src="https://travis-ci.org/saigkill/hoe-manns.sv
13
13
  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]
14
14
  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]
15
15
  code quality :: {<img src="https://d3s6mut3hikguw.cloudfront.net/github/saigkill/hoe-manns/badges/gpa.svg" alt="Code Quality" />}[https://codeclimate.com/github/saigkill/hoe-manns]
16
- code quality :: {<img src="https://api.codacy.com/project/badge/35e9e27255e8477e96f33b5016720b30" />}[https://www.codacy.com/app/saigkill/hoe-manns]
16
+ code quality :: {<img src="https://api.codacy.com/project/badge/Grade/59c5e250bebd4116b39a7577f361f061" alt="Codacy code quality" />}[https://www.codacy.com/app/samannsml/hoe-manns?utm_source=github.com&utm_medium=referral&utm_content=saigkill/hoe-manns&utm_campaign=Badge_Grade]
17
17
  security :: {<img src="https://hakiri.io/github/saigkill/hoe-manns/master.svg" alt="security" />}[https://hakiri.io/github/saigkill/hoe-manns/master]
18
18
  coverage :: {<img src="https://coveralls.io/repos/saigkill/hoe-manns/badge.svg?branch=master&service=github" alt="Coverage Status" />}[https://coveralls.io/github/saigkill/hoe-manns?branch=master]
19
19
  dependency check :: {<img src="https://gemnasium.com/saigkill/hoe-manns.svg" alt="Dependency Status" />}[https://gemnasium.com/saigkill/hoe-manns]
@@ -52,7 +52,7 @@ hoe-manns is a small collection of my personal used rake tasks for using with ho
52
52
  This Gem was programmed and tested for Linux systems. If anyone would like to make the methods also fit for other OS,
53
53
  i'm happy about Pull requests.
54
54
 
55
- For a detailed information please visit: https://saigkill.github.io/hoe-manns-doc/
55
+ For a detailed information please visit: https://saigkill.github.io/docs/hoe-manns/hoe-manns-doc/
56
56
 
57
57
  If you like this piece of software don't forget to give the gitlab repo a star.
58
58
 
@@ -79,7 +79,7 @@ Also add hoe-manns to your requirements and recreate your Gemfile.
79
79
 
80
80
  gem install hoe-manns
81
81
 
82
- Edit your .hoerc: https://saigkill.github.io/hoe-manns-doc/
82
+ Edit your .hoerc: https://saigkill.github.io/docs/hoe-manns/hoe-manns-doc/
83
83
 
84
84
  == DEVELOPERS:
85
85
 
data/Rakefile CHANGED
@@ -56,7 +56,7 @@ Hoe.spec 'hoe-manns' do
56
56
  self.history_file = 'History.rdoc'
57
57
  self.readme_file = 'README.rdoc'
58
58
  self.extra_rdoc_files = FileList['*.rdoc'].to_a
59
- self.post_install_message = '*** Edit your .hoerc: https://saigkill.github.io/hoe-manns-doc/ *** Please file bugreports and feature requests on: https://saigkill.myjetbrains.com/youtrack/issues?q=project%3A+hoe-manns'
59
+ self.post_install_message = '*** Edit your .hoerc: https://saigkill.github.io/docs/hoe-manns/hoe-manns-doc/ *** Please file bugreports and feature requests on: https://saigkill.myjetbrains.com/youtrack/issues'
60
60
  end
61
61
 
62
62
  ##################################################SETUP ZONE############################################################
data/lib/hoe/manns.rb CHANGED
@@ -1,4 +1,4 @@
1
- #!/usr/bin/env ruby
1
+ # encoding: UTF-8
2
2
  # @encoding: utf-8
3
3
  # @author: Sascha Manns
4
4
  # @abstract: hoe-manns is a small collection of my personal used rake tasks for using with hoe
@@ -12,7 +12,7 @@ require 'hoe'
12
12
  # Main module for hoe-manns
13
13
  module Hoe::Manns
14
14
  # Version constant for HOE::Manns
15
- VERSION = '1.5.0'
15
+ VERSION = '1.5.1'
16
16
 
17
17
  attr_accessor :remove_pre_gemspec
18
18
  attr_accessor :copy_manuals
@@ -194,7 +194,7 @@ README.rdoc VERSION recipes/recipe.rb).each do |i|
194
194
  system('git add recipes/recipe.rb') if File.exist?('recipes/recipe.rb')
195
195
  system('git push')
196
196
  puts 'Set a Git Tag'.colour(:yellow)
197
- Rake::Task['git:tag']
197
+ system('rake git:tag')
198
198
  puts 'Checking out develop again'.colour(:yellow)
199
199
  system('git checkout develop')
200
200
  puts 'Done'.colour(:green)
data/spec/manns_spec.rb CHANGED
@@ -22,9 +22,7 @@ describe 'Hoe::Manns' do
22
22
  describe 'remove_pre_gemspec' do
23
23
  it 'removes the old gemspec' do
24
24
  Hoe::Manns.remove_pre_gemspec_method
25
- FileUtils.cd('..') do
26
- FileUtils.touch('hoe-manns.gemspec')
27
- end
25
+ FileUtils.touch('hoe-manns.gemspec')
28
26
  gemspec = Dir.glob('*.gemspec').empty? == true
29
27
  expect(gemspec) == false
30
28
  end
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: 1.5.0
4
+ version: 1.5.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Sascha Manns
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2016-08-05 00:00:00.000000000 Z
11
+ date: 2016-08-07 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: parseconfig
@@ -300,8 +300,8 @@ homepage: http://saigkill.github.io
300
300
  licenses:
301
301
  - MIT
302
302
  metadata: {}
303
- post_install_message: "*** Edit your .hoerc: https://saigkill.github.io/hoe-manns-doc/
304
- *** Please file bugreports and feature requests on: https://saigkill.myjetbrains.com/youtrack/issues?q=project%3A+hoe-manns"
303
+ post_install_message: "*** Edit your .hoerc: https://saigkill.github.io/docs/hoe-manns/hoe-manns-doc/
304
+ *** Please file bugreports and feature requests on: https://saigkill.myjetbrains.com/youtrack/issues"
305
305
  rdoc_options:
306
306
  - "--main"
307
307
  - README.rdoc