publican_creators 1.2.2 → 1.2.3
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/{History.rdoc → CHANGELOG.md} +73 -65
- data/CONTRIBUTING.md +2 -3
- data/LICENSE.md +636 -0
- data/README.md +95 -0
- data/bin/publican_creators.rb +1 -1
- data/bin/revision_creator.rb +1 -1
- data/lib/publican_creators.rb +3 -5
- data/lib/publican_creators/change.rb +1 -1
- data/lib/publican_creators/checker.rb +1 -1
- data/lib/publican_creators/create.rb +1 -1
- data/lib/publican_creators/export.rb +1 -1
- data/lib/publican_creators/get.rb +1 -1
- data/lib/publican_creators/notifier.rb +1 -1
- data/lib/publican_creators/prepare.rb +1 -1
- data/lib/publican_creators/revision.rb +1 -1
- data/lib/publican_creators/testlib.rb +1 -1
- data/lib/publican_creators/version.rb +35 -0
- metadata +64 -144
- data/CODE_OF_CONDUCT.md +0 -17
- data/Gemfile +0 -26
- data/Gemfile.lock +0 -126
- data/LICENSE.rdoc +0 -619
- data/Manifest.txt +0 -28
- data/README.rdoc +0 -86
- data/Rakefile +0 -151
- data/config.reek +0 -111
- data/spec/lib_spec.rb +0 -401
- data/spec/spec_helper.rb +0 -16
data/README.md
ADDED
@@ -0,0 +1,95 @@
|
|
1
|
+
# publican_creators
|
2
|
+
|
3
|
+
## DESCRIPTION:
|
4
|
+
|
5
|
+
publican_creators are a small tool for daily DocBook writers who are using the Redhat publican tool
|
6
|
+
https://fedorahosted.org/publican/.
|
7
|
+
|
8
|
+
publican_creators provides a simple gui for creating new DocBook stuff. It supports different environments, so you can predefine currently
|
9
|
+
three environments (like work, home, home2) and work with them. You also can build to different output targets through
|
10
|
+
the shipped Buildscript.
|
11
|
+
|
12
|
+
The CHANGELOG.md contains a detailed description of what has changed.
|
13
|
+
|
14
|
+
hoe-reek is released under the GPL3 License, see the file 'LICENSE.md' for more information.
|
15
|
+
|
16
|
+
The official website is:
|
17
|
+
|
18
|
+
https://github.com/saigkill/publican_creators
|
19
|
+
|
20
|
+
|What|Where|
|
21
|
+
|-----|-------------------------------------------------------------------------------------|
|
22
|
+
|code | https://github.com/saigkill/publican_creators |
|
23
|
+
|docs | https://saschamanns.de/docs/publican_creators/index.html |
|
24
|
+
|apidoc | http://rubydoc.info/gems/publican_creators |
|
25
|
+
|bugs & feature requests | https://github.com/saigkill/publican_creators/issues |
|
26
|
+
|mailing list | https://groups.google.com/forum/#!forum/publican_creators |
|
27
|
+
|openhub statistics | https://www.openhub.net/p/publicancreators |
|
28
|
+
|authors blog | https://saschamanns.de |
|
29
|
+
|min. rubyver | 2.3.0 |
|
30
|
+
|
31
|
+
| What | Status |
|
32
|
+
|-------------------------|----------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
|
33
|
+
|last public version | [![Last Version](https://badge.fury.io/rb/publican_creators.png)](http://rubygems.org/gems/publican_creators) |
|
34
|
+
|downloads latest | [![Downloads latest](https://img.shields.io/gem/dtv/publican_creators.svg)](http://rubygems.org/gems/publican_creators) |
|
35
|
+
|downloads all | [![Downloads all](https://img.shields.io/gem/dt/publican_creators.svg)](http://rubygems.org/gems/publican_creators) |
|
36
|
+
|code quality | [![Maintainability](https://api.codeclimate.com/v1/badges/e6e62c135374e4c9e495/maintainability)](https://codeclimate.com/github/saigkill/publican_creators/maintainability) |
|
37
|
+
|continuous integration | [![Build Status](https://dev.azure.com/saigkill/publican_creators/_apis/build/status/publican_creators-CI?branchName=master)](https://dev.azure.com/saigkill/publican_creators/_build/latest?definitionId=11&branchName=master) |
|
38
|
+
|dependencies|[![Dependabot Status](https://api.dependabot.com/badges/status?host=github&repo=saigkill/publican_creators)](https://dependabot.com) |
|
39
|
+
|security | [![Security](https://hakiri.io/github/saigkill/publican_creators/master.svg)](https://hakiri.io/github/saigkill/publican_creators/master/shield) |
|
40
|
+
|vulnerabilities|[![Known Vulnerabilities](https://snyk.io/test/github/saigkill/publican_creators/badge.svg?targetFile=Gemfile.lock)](https://snyk.io/test/github/saigkill/publican_creators?targetFile=Gemfile.lock) |
|
41
|
+
|documentation quality | [![Documentation Quality](https://inch-ci.org/github/saigkill/publican_creators.svg?branch=master)](https://inch-ci.org/github/saigkill/publican_creators) |
|
42
|
+
|
43
|
+
|
44
|
+
## SCREENSHOT
|
45
|
+
|
46
|
+
### Main
|
47
|
+
[![Screenshot](https://saschamanns.de//img/screenshots/PublicanCreators.png)](https://github.com/saigkill/publican_creators)
|
48
|
+
|
49
|
+
### Revision Creator
|
50
|
+
[![Screenshot](https://saschamanns.de//img/screenshots/RevisionCreator.png)](https://github.com/saigkill/publican_creators)
|
51
|
+
|
52
|
+
## FEATURES/PROBLEMS:
|
53
|
+
|
54
|
+
* GUI to control publican
|
55
|
+
|
56
|
+
## SYNOPSIS:
|
57
|
+
|
58
|
+
$ publican_creators.rb (Main program)
|
59
|
+
$ revision_creator.rb (The revision updater)
|
60
|
+
|
61
|
+
Or just use the Launcher.
|
62
|
+
|
63
|
+
This Gem was programmed and tested on Linux systems. If anyone would like to make the methods also fit for other OS,
|
64
|
+
I'm happy about Pull requests.
|
65
|
+
|
66
|
+
## REQUIREMENTS:
|
67
|
+
|
68
|
+
* nokogiri
|
69
|
+
* parseconfig
|
70
|
+
* rainbow
|
71
|
+
* notifier
|
72
|
+
|
73
|
+
## REQUIREMENTS (hard dependencies):
|
74
|
+
|
75
|
+
* yad
|
76
|
+
* publican (a 4.x version is needed)
|
77
|
+
|
78
|
+
## INSTALL:
|
79
|
+
|
80
|
+
The installation is very easy.
|
81
|
+
|
82
|
+
gem install publican_creators
|
83
|
+
cd /path/to/gem (In case of using RVM ~/.rvm/gems/ruby-$RUBYVERSION/gems/publican_creators)
|
84
|
+
rake
|
85
|
+
|
86
|
+
You have to run the setup after each gem update.
|
87
|
+
|
88
|
+
## DEVELOPERS:
|
89
|
+
|
90
|
+
After checking out the source, run:
|
91
|
+
|
92
|
+
$ rake newb
|
93
|
+
|
94
|
+
This task will install any missing dependencies, run the tests/specs,
|
95
|
+
and generate the RDoc.
|
data/bin/publican_creators.rb
CHANGED
@@ -1,5 +1,5 @@
|
|
1
1
|
#!/usr/bin/env ruby
|
2
|
-
# Copyright (C) 2013-
|
2
|
+
# Copyright (C) 2013-2019 Sascha Manns <Sascha.Manns@outlook.de>
|
3
3
|
#
|
4
4
|
# This program is free software: you can redistribute it and/or modify
|
5
5
|
# it under the terms of the GNU General Public License as published by
|
data/bin/revision_creator.rb
CHANGED
@@ -1,5 +1,5 @@
|
|
1
1
|
#!/usr/bin/env ruby
|
2
|
-
# Copyright (C) 2013-
|
2
|
+
# Copyright (C) 2013-2019 Sascha Manns <Sascha.Manns@outlook.de>
|
3
3
|
#
|
4
4
|
# This program is free software: you can redistribute it and/or modify
|
5
5
|
# it under the terms of the GNU General Public License as published by
|
data/lib/publican_creators.rb
CHANGED
@@ -1,5 +1,5 @@
|
|
1
1
|
#!/usr/bin/env ruby
|
2
|
-
# Copyright (C) 2013-
|
2
|
+
# Copyright (C) 2013-2019 Sascha Manns <Sascha.Manns@outlook.de>
|
3
3
|
#
|
4
4
|
# This program is free software: you can redistribute it and/or modify
|
5
5
|
# it under the terms of the GNU General Public License as published by
|
@@ -21,6 +21,7 @@ require_relative 'publican_creators/change'
|
|
21
21
|
require_relative 'publican_creators/export'
|
22
22
|
require_relative 'publican_creators/prepare'
|
23
23
|
require_relative 'publican_creators/notifier'
|
24
|
+
require_relative 'publican_creators/version'
|
24
25
|
require 'fileutils'
|
25
26
|
require 'nokogiri'
|
26
27
|
require 'rainbow/ext/string'
|
@@ -29,9 +30,6 @@ require 'xdg'
|
|
29
30
|
# Main Class of PublicanCreators
|
30
31
|
# @return [String] true or false
|
31
32
|
class PublicanCreators
|
32
|
-
# Versionizing
|
33
|
-
VERSION = '1.2.2'.freeze
|
34
|
-
|
35
33
|
puts 'publican_creators'.color(:yellow)
|
36
34
|
puts "Version: #{VERSION}".color(:yellow)
|
37
35
|
puts
|
@@ -206,6 +204,6 @@ class PublicanCreators
|
|
206
204
|
|
207
205
|
puts "Now you can find your documentation there: #{targetdir}/#{title}".color(:green)
|
208
206
|
Notifier.run
|
209
|
-
puts "Thanks for using: publican_creators #{
|
207
|
+
puts "Thanks for using: publican_creators #{PublicanCreators::Version::STRING}".color(:green)
|
210
208
|
end
|
211
209
|
end
|
@@ -1,4 +1,4 @@
|
|
1
|
-
# Copyright (C) 2013-
|
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-
|
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-
|
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-
|
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-
|
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-
|
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-
|
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-
|
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-
|
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
|
@@ -0,0 +1,35 @@
|
|
1
|
+
# Copyright (C) 2015-2019 Sascha Manns <Sascha.Manns@outlook.de>
|
2
|
+
#
|
3
|
+
# This program is free software: you can redistribute it and/or modify
|
4
|
+
# it under the terms of the GNU General Public License as published by
|
5
|
+
# the Free Software Foundation, either version 3 of the License, or
|
6
|
+
# (at your option) any later version.
|
7
|
+
#
|
8
|
+
# This program is distributed in the hope that it will be useful,
|
9
|
+
# but WITHOUT ANY WARRANTY; without even the implied warranty of
|
10
|
+
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
11
|
+
# GNU General Public License for more details.
|
12
|
+
#
|
13
|
+
# You should have received a copy of the GNU General Public License
|
14
|
+
# along with this program. If not, see <http://www.gnu.org/licenses/>.
|
15
|
+
|
16
|
+
# main module
|
17
|
+
module PublicanCreators
|
18
|
+
# This module holds the latex_curriculum_vitae version information.
|
19
|
+
|
20
|
+
module Version
|
21
|
+
STRING = '1.2.3'.freeze
|
22
|
+
MSG = '%<version>s (using Parser %<parser_version>s, running on ' \
|
23
|
+
'%<ruby_engine>s %<ruby_version>s %<ruby_platform>s)'.freeze
|
24
|
+
|
25
|
+
def self.version(debug = false)
|
26
|
+
if debug
|
27
|
+
format(MSG, version: STRING, parser_version: Parser::VERSION,
|
28
|
+
ruby_engine: RUBY_ENGINE, ruby_version: RUBY_VERSION,
|
29
|
+
ruby_platform: RUBY_PLATFORM)
|
30
|
+
else
|
31
|
+
STRING
|
32
|
+
end
|
33
|
+
end
|
34
|
+
end
|
35
|
+
end
|
metadata
CHANGED
@@ -1,43 +1,43 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: publican_creators
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.2.
|
4
|
+
version: 1.2.3
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Sascha Manns
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date:
|
11
|
+
date: 2019-05-20 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
|
-
name:
|
14
|
+
name: rdoc
|
15
15
|
requirement: !ruby/object:Gem::Requirement
|
16
16
|
requirements:
|
17
17
|
- - "~>"
|
18
18
|
- !ruby/object:Gem::Version
|
19
|
-
version: '1
|
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: '1
|
26
|
+
version: '6.1'
|
27
27
|
- !ruby/object:Gem::Dependency
|
28
|
-
name:
|
28
|
+
name: rake
|
29
29
|
requirement: !ruby/object:Gem::Requirement
|
30
30
|
requirements:
|
31
31
|
- - "~>"
|
32
32
|
- !ruby/object:Gem::Version
|
33
|
-
version: '
|
33
|
+
version: '12.3'
|
34
34
|
type: :runtime
|
35
35
|
prerelease: false
|
36
36
|
version_requirements: !ruby/object:Gem::Requirement
|
37
37
|
requirements:
|
38
38
|
- - "~>"
|
39
39
|
- !ruby/object:Gem::Version
|
40
|
-
version: '
|
40
|
+
version: '12.3'
|
41
41
|
- !ruby/object:Gem::Dependency
|
42
42
|
name: rainbow
|
43
43
|
requirement: !ruby/object:Gem::Requirement
|
@@ -53,97 +53,83 @@ dependencies:
|
|
53
53
|
- !ruby/object:Gem::Version
|
54
54
|
version: '3.0'
|
55
55
|
- !ruby/object:Gem::Dependency
|
56
|
-
name:
|
56
|
+
name: bundler
|
57
57
|
requirement: !ruby/object:Gem::Requirement
|
58
58
|
requirements:
|
59
59
|
- - "~>"
|
60
60
|
- !ruby/object:Gem::Version
|
61
|
-
version: '0
|
61
|
+
version: '2.0'
|
62
62
|
type: :runtime
|
63
63
|
prerelease: false
|
64
64
|
version_requirements: !ruby/object:Gem::Requirement
|
65
65
|
requirements:
|
66
66
|
- - "~>"
|
67
67
|
- !ruby/object:Gem::Version
|
68
|
-
version: '0
|
68
|
+
version: '2.0'
|
69
69
|
- !ruby/object:Gem::Dependency
|
70
|
-
name:
|
70
|
+
name: parseconfig
|
71
71
|
requirement: !ruby/object:Gem::Requirement
|
72
72
|
requirements:
|
73
73
|
- - "~>"
|
74
74
|
- !ruby/object:Gem::Version
|
75
|
-
version: '
|
75
|
+
version: '1.0'
|
76
76
|
type: :runtime
|
77
77
|
prerelease: false
|
78
78
|
version_requirements: !ruby/object:Gem::Requirement
|
79
79
|
requirements:
|
80
80
|
- - "~>"
|
81
81
|
- !ruby/object:Gem::Version
|
82
|
-
version: '
|
83
|
-
- !ruby/object:Gem::Dependency
|
84
|
-
name: coveralls
|
85
|
-
requirement: !ruby/object:Gem::Requirement
|
86
|
-
requirements:
|
87
|
-
- - "~>"
|
88
|
-
- !ruby/object:Gem::Version
|
89
|
-
version: '0.8'
|
90
|
-
type: :development
|
91
|
-
prerelease: false
|
92
|
-
version_requirements: !ruby/object:Gem::Requirement
|
93
|
-
requirements:
|
94
|
-
- - "~>"
|
95
|
-
- !ruby/object:Gem::Version
|
96
|
-
version: '0.8'
|
82
|
+
version: '1.0'
|
97
83
|
- !ruby/object:Gem::Dependency
|
98
|
-
name:
|
84
|
+
name: rspec
|
99
85
|
requirement: !ruby/object:Gem::Requirement
|
100
86
|
requirements:
|
101
87
|
- - "~>"
|
102
88
|
- !ruby/object:Gem::Version
|
103
|
-
version: '
|
104
|
-
type: :
|
89
|
+
version: '3.8'
|
90
|
+
type: :runtime
|
105
91
|
prerelease: false
|
106
92
|
version_requirements: !ruby/object:Gem::Requirement
|
107
93
|
requirements:
|
108
94
|
- - "~>"
|
109
95
|
- !ruby/object:Gem::Version
|
110
|
-
version: '
|
96
|
+
version: '3.8'
|
111
97
|
- !ruby/object:Gem::Dependency
|
112
|
-
name:
|
98
|
+
name: xdg
|
113
99
|
requirement: !ruby/object:Gem::Requirement
|
114
100
|
requirements:
|
115
101
|
- - "~>"
|
116
102
|
- !ruby/object:Gem::Version
|
117
|
-
version: '2.
|
118
|
-
type: :
|
103
|
+
version: '2.2'
|
104
|
+
type: :runtime
|
119
105
|
prerelease: false
|
120
106
|
version_requirements: !ruby/object:Gem::Requirement
|
121
107
|
requirements:
|
122
108
|
- - "~>"
|
123
109
|
- !ruby/object:Gem::Version
|
124
|
-
version: '2.
|
110
|
+
version: '2.2'
|
125
111
|
- !ruby/object:Gem::Dependency
|
126
|
-
name:
|
112
|
+
name: nokogiri
|
127
113
|
requirement: !ruby/object:Gem::Requirement
|
128
114
|
requirements:
|
129
115
|
- - "~>"
|
130
116
|
- !ruby/object:Gem::Version
|
131
|
-
version: '1.
|
132
|
-
type: :
|
117
|
+
version: '1.10'
|
118
|
+
type: :runtime
|
133
119
|
prerelease: false
|
134
120
|
version_requirements: !ruby/object:Gem::Requirement
|
135
121
|
requirements:
|
136
122
|
- - "~>"
|
137
123
|
- !ruby/object:Gem::Version
|
138
|
-
version: '1.
|
124
|
+
version: '1.10'
|
139
125
|
- !ruby/object:Gem::Dependency
|
140
|
-
name:
|
126
|
+
name: combine_pdf
|
141
127
|
requirement: !ruby/object:Gem::Requirement
|
142
128
|
requirements:
|
143
129
|
- - "~>"
|
144
130
|
- !ruby/object:Gem::Version
|
145
131
|
version: '1.0'
|
146
|
-
type: :
|
132
|
+
type: :runtime
|
147
133
|
prerelease: false
|
148
134
|
version_requirements: !ruby/object:Gem::Requirement
|
149
135
|
requirements:
|
@@ -151,148 +137,82 @@ dependencies:
|
|
151
137
|
- !ruby/object:Gem::Version
|
152
138
|
version: '1.0'
|
153
139
|
- !ruby/object:Gem::Dependency
|
154
|
-
name:
|
140
|
+
name: pony
|
155
141
|
requirement: !ruby/object:Gem::Requirement
|
156
142
|
requirements:
|
157
143
|
- - "~>"
|
158
144
|
- !ruby/object:Gem::Version
|
159
|
-
version: '1
|
160
|
-
type: :
|
161
|
-
prerelease: false
|
162
|
-
version_requirements: !ruby/object:Gem::Requirement
|
163
|
-
requirements:
|
164
|
-
- - "~>"
|
165
|
-
- !ruby/object:Gem::Version
|
166
|
-
version: '1.2'
|
167
|
-
- !ruby/object:Gem::Dependency
|
168
|
-
name: hoe
|
169
|
-
requirement: !ruby/object:Gem::Requirement
|
170
|
-
requirements:
|
171
|
-
- - "~>"
|
172
|
-
- !ruby/object:Gem::Version
|
173
|
-
version: '3.17'
|
174
|
-
type: :development
|
175
|
-
prerelease: false
|
176
|
-
version_requirements: !ruby/object:Gem::Requirement
|
177
|
-
requirements:
|
178
|
-
- - "~>"
|
179
|
-
- !ruby/object:Gem::Version
|
180
|
-
version: '3.17'
|
181
|
-
- !ruby/object:Gem::Dependency
|
182
|
-
name: rake
|
183
|
-
requirement: !ruby/object:Gem::Requirement
|
184
|
-
requirements:
|
185
|
-
- - "~>"
|
186
|
-
- !ruby/object:Gem::Version
|
187
|
-
version: '12.3'
|
188
|
-
type: :development
|
189
|
-
prerelease: false
|
190
|
-
version_requirements: !ruby/object:Gem::Requirement
|
191
|
-
requirements:
|
192
|
-
- - "~>"
|
193
|
-
- !ruby/object:Gem::Version
|
194
|
-
version: '12.3'
|
195
|
-
- !ruby/object:Gem::Dependency
|
196
|
-
name: rdoc
|
197
|
-
requirement: !ruby/object:Gem::Requirement
|
198
|
-
requirements:
|
199
|
-
- - "~>"
|
200
|
-
- !ruby/object:Gem::Version
|
201
|
-
version: '6.0'
|
202
|
-
type: :development
|
145
|
+
version: '1'
|
146
|
+
type: :runtime
|
203
147
|
prerelease: false
|
204
148
|
version_requirements: !ruby/object:Gem::Requirement
|
205
149
|
requirements:
|
206
150
|
- - "~>"
|
207
151
|
- !ruby/object:Gem::Version
|
208
|
-
version: '
|
152
|
+
version: '1'
|
209
153
|
- !ruby/object:Gem::Dependency
|
210
|
-
name:
|
154
|
+
name: notifier
|
211
155
|
requirement: !ruby/object:Gem::Requirement
|
212
156
|
requirements:
|
213
157
|
- - "~>"
|
214
158
|
- !ruby/object:Gem::Version
|
215
|
-
version: '
|
216
|
-
type: :
|
159
|
+
version: '0.5'
|
160
|
+
type: :runtime
|
217
161
|
prerelease: false
|
218
162
|
version_requirements: !ruby/object:Gem::Requirement
|
219
163
|
requirements:
|
220
164
|
- - "~>"
|
221
165
|
- !ruby/object:Gem::Version
|
222
|
-
version: '
|
166
|
+
version: '0.5'
|
223
167
|
- !ruby/object:Gem::Dependency
|
224
|
-
name:
|
168
|
+
name: coveralls
|
225
169
|
requirement: !ruby/object:Gem::Requirement
|
226
170
|
requirements:
|
227
171
|
- - "~>"
|
228
172
|
- !ruby/object:Gem::Version
|
229
|
-
version: '
|
230
|
-
type: :
|
173
|
+
version: '0.8'
|
174
|
+
type: :runtime
|
231
175
|
prerelease: false
|
232
176
|
version_requirements: !ruby/object:Gem::Requirement
|
233
177
|
requirements:
|
234
178
|
- - "~>"
|
235
179
|
- !ruby/object:Gem::Version
|
236
|
-
version: '
|
180
|
+
version: '0.8'
|
237
181
|
- !ruby/object:Gem::Dependency
|
238
182
|
name: rubocop
|
239
183
|
requirement: !ruby/object:Gem::Requirement
|
240
184
|
requirements:
|
241
185
|
- - "~>"
|
242
186
|
- !ruby/object:Gem::Version
|
243
|
-
version: '0.
|
244
|
-
type: :
|
187
|
+
version: '0.68'
|
188
|
+
type: :runtime
|
245
189
|
prerelease: false
|
246
190
|
version_requirements: !ruby/object:Gem::Requirement
|
247
191
|
requirements:
|
248
192
|
- - "~>"
|
249
193
|
- !ruby/object:Gem::Version
|
250
|
-
version: '0.
|
251
|
-
description:
|
252
|
-
|
253
|
-
|
254
|
-
|
255
|
-
It will work on the Article_Info.xml, Book_Info.xml, TITLE.ent, Author_Group.xml and Revision_History.xml and
|
256
|
-
will replace the default values with your name, your company, your company_divison and your private or your business
|
257
|
-
email address, depending on your chosen environment. Also, you can set your config file that you want to remove
|
258
|
-
the Title Logo or the Legal Notice. As a feature, it ships a build script for each project.
|
259
|
-
|
260
|
-
The History.rdoc contains a detailed description of what has changed.
|
261
|
-
|
262
|
-
hoe-reek is released under the GPL3 License, see the file 'License.rdoc'
|
263
|
-
for more information.
|
264
|
-
|
265
|
-
The official website is:
|
266
|
-
|
267
|
-
https://github.com/saigkill/publican_creators
|
268
|
-
email:
|
269
|
-
- Sascha.Manns@outlook.de
|
194
|
+
version: '0.68'
|
195
|
+
description: |2
|
196
|
+
publican_creators are a small tool for daily DocBook writers who are using the Redhat publican tool
|
197
|
+
https://fedorahosted.org/publican/.
|
198
|
+
email: Sascha.Manns@outlook.de
|
270
199
|
executables:
|
271
200
|
- publican_creators.rb
|
272
201
|
- revision_creator.rb
|
273
202
|
extensions: []
|
274
203
|
extra_rdoc_files:
|
275
|
-
-
|
276
|
-
-
|
277
|
-
- History.rdoc
|
278
|
-
- LICENSE.rdoc
|
204
|
+
- CHANGELOG.md
|
205
|
+
- LICENSE.md
|
279
206
|
- MAINTENANCE.md
|
280
|
-
-
|
281
|
-
- README.rdoc
|
207
|
+
- README.md
|
282
208
|
files:
|
283
|
-
-
|
209
|
+
- CHANGELOG.md
|
284
210
|
- CONTRIBUTING.md
|
285
|
-
-
|
286
|
-
- Gemfile.lock
|
287
|
-
- History.rdoc
|
288
|
-
- LICENSE.rdoc
|
211
|
+
- LICENSE.md
|
289
212
|
- MAINTENANCE.md
|
290
|
-
-
|
291
|
-
- README.rdoc
|
292
|
-
- Rakefile
|
213
|
+
- README.md
|
293
214
|
- bin/publican_creators.rb
|
294
215
|
- bin/revision_creator.rb
|
295
|
-
- config.reek
|
296
216
|
- data/publican_creators/publican-revision.png
|
297
217
|
- data/publican_creators/publican.png
|
298
218
|
- etc/publicancreators.cfg
|
@@ -306,17 +226,18 @@ files:
|
|
306
226
|
- lib/publican_creators/prepare.rb
|
307
227
|
- lib/publican_creators/revision.rb
|
308
228
|
- lib/publican_creators/testlib.rb
|
309
|
-
-
|
310
|
-
- spec/spec_helper.rb
|
229
|
+
- lib/publican_creators/version.rb
|
311
230
|
homepage: https://github.com/saigkill/publican_creators
|
312
231
|
licenses:
|
313
232
|
- GPL-3.0
|
314
|
-
metadata:
|
315
|
-
|
316
|
-
|
317
|
-
|
318
|
-
|
319
|
-
|
233
|
+
metadata:
|
234
|
+
homepage_uri: https://github.com/saigkill/publican_creators
|
235
|
+
changelog_uri: https://github.com/saigkill/publican_creators/blob/master/CHANGELOG.md
|
236
|
+
source_code_uri: https://github.com/saigkill/publican_creators
|
237
|
+
documentation_uri: https://saschamanns.de/docs/publican_creators/index.html
|
238
|
+
bug_tracker_uri: https://github.com/saigkill/publican_creators/issues
|
239
|
+
post_install_message:
|
240
|
+
rdoc_options: []
|
320
241
|
require_paths:
|
321
242
|
- lib
|
322
243
|
required_ruby_version: !ruby/object:Gem::Requirement
|
@@ -331,9 +252,8 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
331
252
|
version: '0'
|
332
253
|
requirements: []
|
333
254
|
rubyforge_project:
|
334
|
-
rubygems_version: 2.7.6
|
255
|
+
rubygems_version: 2.7.6.2
|
335
256
|
signing_key:
|
336
257
|
specification_version: 4
|
337
|
-
summary:
|
338
|
-
the Redhat publican tool https://fedorahosted.org/publican/
|
258
|
+
summary: Small tool for daily DocBook writers
|
339
259
|
test_files: []
|