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