publican_creators 1.2.3 → 1.2.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.
- checksums.yaml +4 -4
- data/CHANGELOG.md +237 -228
- data/CONTRIBUTING.md +21 -24
- data/LICENSE.md +635 -635
- data/MAINTENANCE.md +18 -18
- data/README.md +94 -94
- data/bin/publican_creators.rb +22 -22
- data/bin/revision_creator.rb +20 -20
- data/etc/publicancreators.cfg +84 -84
- data/lib/publican_creators.rb +210 -209
- data/lib/publican_creators/change.rb +287 -287
- data/lib/publican_creators/checker.rb +58 -58
- data/lib/publican_creators/create.rb +131 -131
- data/lib/publican_creators/export.rb +236 -236
- data/lib/publican_creators/get.rb +76 -75
- data/lib/publican_creators/notifier.rb +33 -32
- data/lib/publican_creators/prepare.rb +91 -91
- data/lib/publican_creators/revision.rb +56 -56
- data/lib/publican_creators/testlib.rb +37 -37
- data/lib/publican_creators/version.rb +35 -35
- metadata +17 -20
- data/data/publican_creators/publican-revision.png +0 -0
- data/data/publican_creators/publican.png +0 -0
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: f6f6e1bb11530170b09b2c1917d2d465b463f53cfc9380b467fddaa9caccf471
|
|
4
|
+
data.tar.gz: ab0f469c3690cd844b37b7e0e30856e2566787d9016cec3fb65d87ab2652b330
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 89ed7ee0705a381a4ef359adb79610daf1e8c6d3bdfb175529e07c5af8beb5b1109841c52fc4249d5efeae372f0570825d528ea500150097090425829c2ab523
|
|
7
|
+
data.tar.gz: 13612b032644424c528035609df252b7b280825cb38d93b2286beb5b73b0d9f7548d6f998014960fa0dce8f378eefeb0f7343cb41e00ce7bd0ac5a5ebd6db5b3
|
data/CHANGELOG.md
CHANGED
|
@@ -1,229 +1,238 @@
|
|
|
1
|
-
### 1.2.
|
|
2
|
-
|
|
3
|
-
*
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
|
|
118
|
-
|
|
119
|
-
|
|
120
|
-
|
|
121
|
-
|
|
122
|
-
|
|
123
|
-
|
|
124
|
-
|
|
125
|
-
|
|
126
|
-
|
|
127
|
-
|
|
128
|
-
|
|
129
|
-
|
|
130
|
-
|
|
131
|
-
|
|
132
|
-
* fixed
|
|
133
|
-
|
|
134
|
-
### 0.4.
|
|
135
|
-
|
|
136
|
-
####
|
|
137
|
-
|
|
138
|
-
* fixed PC-
|
|
139
|
-
* fixed
|
|
140
|
-
|
|
141
|
-
|
|
142
|
-
|
|
143
|
-
|
|
144
|
-
|
|
145
|
-
|
|
146
|
-
|
|
147
|
-
|
|
148
|
-
|
|
149
|
-
|
|
150
|
-
|
|
151
|
-
|
|
152
|
-
|
|
153
|
-
|
|
154
|
-
|
|
155
|
-
|
|
156
|
-
|
|
157
|
-
|
|
158
|
-
|
|
159
|
-
|
|
160
|
-
|
|
161
|
-
|
|
162
|
-
|
|
163
|
-
|
|
164
|
-
|
|
165
|
-
|
|
166
|
-
|
|
167
|
-
|
|
168
|
-
|
|
169
|
-
|
|
170
|
-
|
|
171
|
-
|
|
172
|
-
|
|
173
|
-
|
|
174
|
-
|
|
175
|
-
|
|
176
|
-
|
|
177
|
-
|
|
178
|
-
|
|
179
|
-
|
|
180
|
-
|
|
181
|
-
|
|
182
|
-
|
|
183
|
-
|
|
184
|
-
|
|
185
|
-
|
|
186
|
-
|
|
187
|
-
|
|
188
|
-
|
|
189
|
-
|
|
190
|
-
|
|
191
|
-
|
|
192
|
-
|
|
193
|
-
|
|
194
|
-
|
|
195
|
-
|
|
196
|
-
|
|
197
|
-
|
|
198
|
-
|
|
199
|
-
|
|
200
|
-
|
|
201
|
-
|
|
202
|
-
*
|
|
203
|
-
|
|
204
|
-
|
|
205
|
-
|
|
206
|
-
|
|
207
|
-
|
|
208
|
-
|
|
209
|
-
* PC-
|
|
210
|
-
* PC-
|
|
211
|
-
* PC-
|
|
212
|
-
|
|
213
|
-
|
|
214
|
-
|
|
215
|
-
|
|
216
|
-
|
|
217
|
-
|
|
218
|
-
*
|
|
219
|
-
*
|
|
220
|
-
|
|
221
|
-
|
|
222
|
-
|
|
223
|
-
|
|
224
|
-
|
|
225
|
-
|
|
226
|
-
|
|
227
|
-
|
|
228
|
-
|
|
1
|
+
### 1.2.5 / 2020-07-10
|
|
2
|
+
|
|
3
|
+
* Added PR#43: Create Dependabot config file that fixes issue #41 Dependabot can't resolve your Ruby dependency files
|
|
4
|
+
* Fixed workflow file
|
|
5
|
+
|
|
6
|
+
### 1.2.4 / 2020-06-27
|
|
7
|
+
|
|
8
|
+
* updated dependencies
|
|
9
|
+
|
|
10
|
+
### 1.2.3 / 2019-05-20
|
|
11
|
+
|
|
12
|
+
* Updated dependencies
|
|
13
|
+
* Bump rspec from 3.7.0 to 3.8.0
|
|
14
|
+
* Bump rdoc from 6.0.4 to 6.1.1
|
|
15
|
+
* [Security] Bump nokogiri from 1.8.3 to 1.10.3
|
|
16
|
+
* Bump rubocop from 0.57.2 to 0.68.1
|
|
17
|
+
|
|
18
|
+
### 1.2.2 / 2018-06-30
|
|
19
|
+
|
|
20
|
+
#### 1 patch enhancement
|
|
21
|
+
|
|
22
|
+
* updated dependencies
|
|
23
|
+
|
|
24
|
+
### 1.2.1 / 2018-04-29
|
|
25
|
+
|
|
26
|
+
#### 1 misc enhancement
|
|
27
|
+
|
|
28
|
+
* updated dependencies
|
|
29
|
+
* updated documentation and projects url
|
|
30
|
+
|
|
31
|
+
### 1.2.0 / 2017-11-07
|
|
32
|
+
|
|
33
|
+
#### 3 minor enhancements
|
|
34
|
+
|
|
35
|
+
* updated dependencies
|
|
36
|
+
* code refactoring with rubocop and reek
|
|
37
|
+
* use XDG Standard for config files
|
|
38
|
+
|
|
39
|
+
### 1.1.2 / 2017-02-27
|
|
40
|
+
|
|
41
|
+
#### 1 minor enhancement
|
|
42
|
+
|
|
43
|
+
* updated dependencies
|
|
44
|
+
|
|
45
|
+
### 1.1.1 / 2017-02-23
|
|
46
|
+
|
|
47
|
+
#### 1 minor enhancement
|
|
48
|
+
|
|
49
|
+
* updated dependencies
|
|
50
|
+
|
|
51
|
+
### 1.1.0 / 2016-08-24
|
|
52
|
+
|
|
53
|
+
#### 1 minor enhancement
|
|
54
|
+
|
|
55
|
+
* updated dependencies
|
|
56
|
+
|
|
57
|
+
#### 1 major enhancement
|
|
58
|
+
|
|
59
|
+
* fixed setup (Removed :setup_start from :setup)
|
|
60
|
+
|
|
61
|
+
### 1.0.4 / 2016-08-06
|
|
62
|
+
|
|
63
|
+
#### 1 minor enhancement
|
|
64
|
+
|
|
65
|
+
* updated dependencies from gemnasium
|
|
66
|
+
|
|
67
|
+
### 1.0.3 / 2016-02-08
|
|
68
|
+
|
|
69
|
+
#### 1 minor enhancement
|
|
70
|
+
|
|
71
|
+
* updated dependencies from gemnasium
|
|
72
|
+
|
|
73
|
+
### 1.0.2 / 2016-01-27
|
|
74
|
+
|
|
75
|
+
#### 1 minor enhancement
|
|
76
|
+
|
|
77
|
+
* updated dependencies by gemnasium
|
|
78
|
+
|
|
79
|
+
### 1.0.1 / 2015-12-23
|
|
80
|
+
|
|
81
|
+
#### 1 minor enhancement
|
|
82
|
+
|
|
83
|
+
* updated dependencies
|
|
84
|
+
|
|
85
|
+
### 0.4.14 / 2015-12-07
|
|
86
|
+
|
|
87
|
+
#### 1 minor enhancement
|
|
88
|
+
|
|
89
|
+
* fixed URL for openHUB and Openhatch
|
|
90
|
+
|
|
91
|
+
### 0.4.13 / 2015-09-08
|
|
92
|
+
|
|
93
|
+
#### 3 minor enhancements
|
|
94
|
+
|
|
95
|
+
* fixed PC23 (usage of setup.rb instead of native code).
|
|
96
|
+
* New structure: etc contains the publicancreators.cfg which will installed to HOME/.publican_creators/publicancreators.cfg. Also share/publican_creators contains the pictures for the launchers.
|
|
97
|
+
* Added .index and MANIFEST for packagers
|
|
98
|
+
|
|
99
|
+
### 0.4.12 / 2015-09-07
|
|
100
|
+
|
|
101
|
+
#### 1 minor enhancement
|
|
102
|
+
|
|
103
|
+
* Added bintray deployment
|
|
104
|
+
|
|
105
|
+
### 0.4.9 / 2015-06-27
|
|
106
|
+
|
|
107
|
+
#### 1 minor enhancement
|
|
108
|
+
|
|
109
|
+
* Fixed link creater for bins. The old code removes the old link, but doesn't creates a new one.
|
|
110
|
+
|
|
111
|
+
### 0.4.8.1 / 2015-05-26
|
|
112
|
+
|
|
113
|
+
#### 2 minor enhancements
|
|
114
|
+
|
|
115
|
+
* Improved and extended testcases for continuous integration
|
|
116
|
+
* Improved code to pacify rubocop.
|
|
117
|
+
|
|
118
|
+
### 0.4.8 / 2015-05-26
|
|
119
|
+
|
|
120
|
+
#### 1 bug fix
|
|
121
|
+
|
|
122
|
+
* fixed PC-18 Can't use RevisionCreator anymore
|
|
123
|
+
|
|
124
|
+
### 0.4.7 / 2015-05-25
|
|
125
|
+
|
|
126
|
+
#### 1 bug fix
|
|
127
|
+
|
|
128
|
+
* fixed PC-17 Fix buildscript (Rakefile)
|
|
129
|
+
|
|
130
|
+
#### 1 cosmetics
|
|
131
|
+
|
|
132
|
+
* fixed PC-16 Refactor prepare
|
|
133
|
+
|
|
134
|
+
### 0.4.6 / 2015-05-23
|
|
135
|
+
|
|
136
|
+
#### 4 bug fixes
|
|
137
|
+
|
|
138
|
+
* fixed PC-15 Cleanup and simplify the codebase
|
|
139
|
+
* fixed Inch CI: revision/f0acc2fd/code_object/1107530
|
|
140
|
+
* fixed Inch CI: revision/f0acc2fd/code_object/1104611
|
|
141
|
+
* fixed Inch CI: revision/f0acc2fd/code_object/1107517
|
|
142
|
+
|
|
143
|
+
### 0.4.5 / 2015-05-21
|
|
144
|
+
|
|
145
|
+
#### 2 bug fixes
|
|
146
|
+
|
|
147
|
+
* fixed PC-13 Hardcoded language in fix_authorgroup_work
|
|
148
|
+
* fixed PC-14 Refactor fix_authorgroup_work
|
|
149
|
+
|
|
150
|
+
### 0.4.4 / 2015-05-20
|
|
151
|
+
|
|
152
|
+
#### 2 bug fixes
|
|
153
|
+
|
|
154
|
+
* fixed PC-12 Extend RevisionCreator for changing the version number in Article_Info or Book_Info
|
|
155
|
+
* Updated documentation after fixing PC-12
|
|
156
|
+
|
|
157
|
+
### 0.4.3 / 2015-05-18
|
|
158
|
+
|
|
159
|
+
#### 1 cosmetic
|
|
160
|
+
|
|
161
|
+
* Updated and improved documentation
|
|
162
|
+
|
|
163
|
+
### 0.4.2 / 2015-05-16
|
|
164
|
+
|
|
165
|
+
#### 3 bug fixes
|
|
166
|
+
|
|
167
|
+
* Removed require PublicanCreators from RevisonCreator, because otherwise starts PublicanCreators.
|
|
168
|
+
* Fixed get class. Now it's possible to use blanks instead of underscores.
|
|
169
|
+
* Also possible to use blanks instead of underscores in RevisionCreator.
|
|
170
|
+
|
|
171
|
+
### 0.4.0 / 2015-05-16
|
|
172
|
+
|
|
173
|
+
#### 1 bug fix
|
|
174
|
+
|
|
175
|
+
* Both desktop files from PublicanCreators and RevisionCreators having just the name PublicanCreators. Now PublicanCreators uses its name and RevisionCreators its name.
|
|
176
|
+
|
|
177
|
+
#### 3 cosmetic
|
|
178
|
+
|
|
179
|
+
* Made the shell output more colorful. Used yellow as standard color, red for fails, green for successes and blue for to check things.
|
|
180
|
+
* Extended Rakefile for preparing, building and publishing this gems docs.
|
|
181
|
+
|
|
182
|
+
### 0.3.6 / 2015-05-15
|
|
183
|
+
|
|
184
|
+
#### 1 bug fix
|
|
185
|
+
|
|
186
|
+
* Fixed Rakefile buildscript issue
|
|
187
|
+
|
|
188
|
+
### 0.3.5 / 2015-05-15
|
|
189
|
+
|
|
190
|
+
#### 1 bug fix
|
|
191
|
+
|
|
192
|
+
* fixed link_binary_rev (The variable for checker aren't resolved
|
|
193
|
+
|
|
194
|
+
#### 1 minor enhancement
|
|
195
|
+
|
|
196
|
+
* Changed the buildscript from shellscript to Rakefile. A little bit more comfortable.
|
|
197
|
+
|
|
198
|
+
### 0.3.2 / 2015-05-15
|
|
199
|
+
|
|
200
|
+
#### 2 bug fixes
|
|
201
|
+
|
|
202
|
+
* Readded IRB to binary. Otherwise it doesn't start from /usr/bin (Hotfix)
|
|
203
|
+
* Hotfix for test file
|
|
204
|
+
|
|
205
|
+
### 0.3.0 / 2015-05-09
|
|
206
|
+
|
|
207
|
+
#### 3 bug fixes
|
|
208
|
+
|
|
209
|
+
* PC-1: Create UI for add_revision
|
|
210
|
+
* PC-4: Create UI (Task)
|
|
211
|
+
* PC-5: Create/Update Documentation (Task)
|
|
212
|
+
|
|
213
|
+
### 0.2.0 / 2015-05-07
|
|
214
|
+
|
|
215
|
+
#### 5 bug fixes
|
|
216
|
+
|
|
217
|
+
* PC-6: Create rules for setup Fedora
|
|
218
|
+
* PC-7: Fix setup.sh
|
|
219
|
+
* PC-8: Add URL to Bugtracker into UI
|
|
220
|
+
* PC-9: Split methods from module PublicanCreatorsChange
|
|
221
|
+
* PC-10: Config versioning
|
|
222
|
+
|
|
223
|
+
### 0.1.1 / 2015-05-06
|
|
224
|
+
|
|
225
|
+
#### 2 minor enhancements
|
|
226
|
+
|
|
227
|
+
* Fetches the titlename, type and environment from a yad dialogbox
|
|
228
|
+
* Creates the initial documentation by using publican with using your titlename, your chosen type and environment
|
|
229
|
+
|
|
230
|
+
#### 2 bug fixes
|
|
231
|
+
|
|
232
|
+
* PC-2: Extend documentation A-Type
|
|
233
|
+
* PC-3: Extend documentation B-Type
|
|
234
|
+
|
|
235
|
+
### 0.1.0 / 2015-04-25
|
|
236
|
+
|
|
237
|
+
#### 1 major enhancement
|
|
229
238
|
* Build the base functions
|