publican_creators 1.2.0 → 1.2.2

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
- SHA1:
3
- metadata.gz: c660fc98ab3cbb5b82253dc1f7908b099d88082a
4
- data.tar.gz: 74178f252813b554df11ef7c77f2ce1a0a99454b
2
+ SHA256:
3
+ metadata.gz: b5218fa81035f2a85081a6b9c648cb3a24a432d102a703d45d82744499c6c137
4
+ data.tar.gz: f918da0438a767d38ae04a8cb0c6fe817ed46c25c97d074cc509d9c3ebd92655
5
5
  SHA512:
6
- metadata.gz: d5be012a754b38251b185fbac0f5d45b0bb45ccb195854bfd7135f27cfbdd940cc820889a7e1741973c35036bd22c1ce8754fa43e2febc16bb1ff5cfb71628c1
7
- data.tar.gz: 10664a84720c992d2cb93f2d0dc5d6945831d029db75dcb8bae61f5a9bb9fe023c6bfb06e641fd8377577c5f4a8b13ce94bcccdde54d331a8fdcc1883005ea11
6
+ metadata.gz: 239553f3ce1f320e27f8c996cce5a69d1ac554780e29af89c73bddde680f49a8d456b425307aa277681f747e703f69863baa0fa6687f63e575c03faf69aac880
7
+ data.tar.gz: 783059a61381f588fe60f9df99275e7bb26babd96ed71fef6030fddb9581246946d03829380019578c5a1b7a9e2979203b1299e5dfb7be5a5a038c22e241a326
@@ -0,0 +1,17 @@
1
+ # @markup markdown
2
+ # @title Code of Conduct
3
+ # @author Sascha Manns
4
+
5
+ # Contributor Code of Conduct
6
+
7
+ As contributors and maintainers of this project, we pledge to respect all people who contribute through reporting issues, posting feature requests, updating documentation, submitting pull requests or patches, and other activities.
8
+
9
+ We are committed to making participation in this project a harassment-free experience for everyone, regardless of level of experience, gender, gender identity and expression, sexual orientation, disability, personal appearance, body size, race, age, or religion.
10
+
11
+ Examples of unacceptable behavior by participants include the use of sexual language or imagery, derogatory comments or personal attacks, trolling, public or private harassment, insults, or other unprofessional conduct.
12
+
13
+ Project maintainers have the right and responsibility to remove, edit, or reject comments, commits, code, wiki edits, issues, and other contributions that are not aligned to this Code of Conduct. Project maintainers who do not follow the Code of Conduct may be removed from the project team.
14
+
15
+ Instances of abusive, harassing, or otherwise unacceptable behavior may be reported by opening an issue or contacting one or more of the project maintainers.
16
+
17
+ This Code of Conduct is adapted from the [Contributor Covenant](http:contributor-covenant.org), version 1.0.0, available at [http://contributor-covenant.org/version/1/0/0/](http://contributor-covenant.org/version/1/0/0/)
@@ -0,0 +1,25 @@
1
+ # IDEAS:
2
+
3
+ * Add ideas on: https://github.com/saigkill/publican_creators/issues
4
+
5
+ ## COOL HACKS:
6
+
7
+ * Open a bugreport on https://github.com/saigkill/publican_creators/issues.
8
+ * Please use the -u flag when generating the patch as it makes the patch
9
+ more readable.
10
+ * Write a good explanation of what the patch does.
11
+ * It is better to use git format-patch command: git format-patch HEAD^
12
+
13
+ # STRUCTURE:
14
+
15
+ ## BRANCHES:
16
+
17
+ ### `master` BRANCH:
18
+ The master branch is the last stable version.
19
+
20
+ ### `develop` BRANCH:
21
+ The develop branch is the current edge of development.
22
+
23
+ ### PULL REQUESTS:
24
+ Please base all Pullrequests off the `develop` branch. Merges to
25
+ `X.X` only occur through the `develop` branch.
data/Gemfile CHANGED
@@ -1,29 +1,26 @@
1
- # -*- ruby -*-
2
-
3
- # DO NOT EDIT THIS FILE. Instead, edit Rakefile, and run `rake bundler:gemfile`.
4
-
5
- source "https://rubygems.org/"
6
-
7
- gem "nokogiri", "~>1.8"
8
- gem "parseconfig", "~>1.0"
9
- gem "rainbow", "~>2.2"
10
- gem "notifier", "~>0.5"
11
- gem "xdg", "~>2.2"
12
-
13
- gem "coveralls", "~>0.8", :group => [:development, :test]
14
- gem "hoe-bundler", "~>1.3", :group => [:development, :test]
15
- gem "hoe-doofus", "~>1.0", :group => [:development, :test]
16
- gem "hoe-git", "~>1.6", :group => [:development, :test]
17
- gem "hoe-rubygems", "~>1.0", :group => [:development, :test]
18
- gem "hoe-manns", "~>1.6", :group => [:development, :test]
19
- gem "hoe-reek", "~>1.2", :group => [:development, :test]
20
- gem "hoe-rubocop", "~>1.0", :group => [:development, :test]
21
- gem "hoe-version", "~>1.2", :group => [:development, :test]
22
- gem "hoe", "~>3.16", :group => [:development, :test]
23
- gem "rake", "~>12.2", :group => [:development, :test]
24
- gem "rdoc", "~>5.1", :group => [:development, :test]
25
- gem "bundler", "~>1.16", :group => [:development, :test]
26
- gem "rspec", "~>3.7", :group => [:development, :test]
27
- gem "rubocop", "~>0.51", :group => [:development, :test]
28
-
29
- # vim: syntax=ruby
1
+ # -*- ruby -*-
2
+
3
+ # DO NOT EDIT THIS FILE. Instead, edit Rakefile, and run `rake bundler:gemfile`.
4
+
5
+ source "https://rubygems.org/"
6
+
7
+ gem "nokogiri", "~>1.8"
8
+ gem "parseconfig", "~>1.0"
9
+ gem "rainbow", "~>3.0"
10
+ gem "notifier", "~>0.5"
11
+ gem "xdg", "~>2.2"
12
+
13
+ gem "coveralls", "~>0.8", :group => [:development, :test]
14
+ gem "hoe-rubygems", "~>1.0", :group => [:development, :test]
15
+ gem "hoe-manns", "~>2.1", :group => [:development, :test]
16
+ gem "hoe-reek", "~>1.2", :group => [:development, :test]
17
+ gem "hoe-rubocop", "~>1.0", :group => [:development, :test]
18
+ gem "hoe-version", "~>1.2", :group => [:development, :test]
19
+ gem "hoe", "~>3.17", :group => [:development, :test]
20
+ gem "rake", "~>12.3", :group => [:development, :test]
21
+ gem "rdoc", "~>6.0", :group => [:development, :test]
22
+ gem "bundler", "~>1.16", :group => [:development, :test]
23
+ gem "rspec", "~>3.7", :group => [:development, :test]
24
+ gem "rubocop", "~>0.57", :group => [:development, :test]
25
+
26
+ # vim: syntax=ruby
@@ -1,129 +1,126 @@
1
- GEM
2
- remote: https://rubygems.org/
3
- specs:
4
- ast (2.3.0)
5
- axiom-types (0.1.1)
6
- descendants_tracker (~> 0.0.4)
7
- ice_nine (~> 0.11.0)
8
- thread_safe (~> 0.3, >= 0.3.1)
9
- bundler-audit (0.6.0)
10
- bundler (~> 1.2)
11
- thor (~> 0.18)
12
- codeclimate-engine-rb (0.4.0)
13
- virtus (~> 1.0)
14
- coercible (1.0.0)
15
- descendants_tracker (~> 0.0.1)
16
- coveralls (0.8.21)
17
- json (>= 1.8, < 3)
18
- simplecov (~> 0.14.1)
19
- term-ansicolor (~> 1.3)
20
- thor (~> 0.19.4)
21
- tins (~> 1.6)
22
- descendants_tracker (0.0.4)
23
- thread_safe (~> 0.3, >= 0.3.1)
24
- diff-lcs (1.3)
25
- docile (1.1.5)
26
- equalizer (0.0.11)
27
- hoe (3.16.1)
28
- rake (>= 0.8, < 13.0)
29
- hoe-bundler (1.3.0)
30
- hoe (>= 2.2.0)
31
- hoe-doofus (1.0.0)
32
- hoe-git (1.6.0)
33
- hoe-manns (1.6.2)
34
- bundler-audit (~> 0.5)
35
- parseconfig (~> 1.0)
36
- rainbow (~> 2.2)
37
- hoe-reek (1.2.2)
38
- bundler (~> 1.16)
39
- reek (~> 4.7)
40
- hoe-rubocop (1.0.8)
41
- bundler (~> 1.14)
42
- rubocop (~> 0.47)
43
- hoe-rubygems (1.0.0)
44
- hoe-version (1.2.0)
45
- ice_nine (0.11.2)
46
- json (2.1.0)
47
- mini_portile2 (2.3.0)
48
- nokogiri (1.8.1)
49
- mini_portile2 (~> 2.3.0)
50
- notifier (0.5.2)
51
- parallel (1.12.0)
52
- parseconfig (1.0.8)
53
- parser (2.4.0.0)
54
- ast (~> 2.2)
55
- powerpack (0.1.1)
56
- rainbow (2.2.2)
57
- rake
58
- rake (12.2.1)
59
- rdoc (5.1.0)
60
- reek (4.7.3)
61
- codeclimate-engine-rb (~> 0.4.0)
62
- parser (>= 2.4.0.0, < 2.5)
63
- rainbow (~> 2.0)
64
- rspec (3.7.0)
65
- rspec-core (~> 3.7.0)
66
- rspec-expectations (~> 3.7.0)
67
- rspec-mocks (~> 3.7.0)
68
- rspec-core (3.7.0)
69
- rspec-support (~> 3.7.0)
70
- rspec-expectations (3.7.0)
71
- diff-lcs (>= 1.2.0, < 2.0)
72
- rspec-support (~> 3.7.0)
73
- rspec-mocks (3.7.0)
74
- diff-lcs (>= 1.2.0, < 2.0)
75
- rspec-support (~> 3.7.0)
76
- rspec-support (3.7.0)
77
- rubocop (0.51.0)
78
- parallel (~> 1.10)
79
- parser (>= 2.3.3.1, < 3.0)
80
- powerpack (~> 0.1)
81
- rainbow (>= 2.2.2, < 3.0)
82
- ruby-progressbar (~> 1.7)
83
- unicode-display_width (~> 1.0, >= 1.0.1)
84
- ruby-progressbar (1.9.0)
85
- simplecov (0.14.1)
86
- docile (~> 1.1.0)
87
- json (>= 1.8, < 3)
88
- simplecov-html (~> 0.10.0)
89
- simplecov-html (0.10.2)
90
- term-ansicolor (1.6.0)
91
- tins (~> 1.0)
92
- thor (0.19.4)
93
- thread_safe (0.3.6)
94
- tins (1.15.1)
95
- unicode-display_width (1.3.0)
96
- virtus (1.0.5)
97
- axiom-types (~> 0.1)
98
- coercible (~> 1.0)
99
- descendants_tracker (~> 0.0, >= 0.0.3)
100
- equalizer (~> 0.0, >= 0.0.9)
101
- xdg (2.2.3)
102
-
103
- PLATFORMS
104
- ruby
105
-
106
- DEPENDENCIES
107
- bundler (~> 1.16)
108
- coveralls (~> 0.8)
109
- hoe (~> 3.16)
110
- hoe-bundler (~> 1.3)
111
- hoe-doofus (~> 1.0)
112
- hoe-git (~> 1.6)
113
- hoe-manns (~> 1.6)
114
- hoe-reek (~> 1.2)
115
- hoe-rubocop (~> 1.0)
116
- hoe-rubygems (~> 1.0)
117
- hoe-version (~> 1.2)
118
- nokogiri (~> 1.8)
119
- notifier (~> 0.5)
120
- parseconfig (~> 1.0)
121
- rainbow (~> 2.2)
122
- rake (~> 12.2)
123
- rdoc (~> 5.1)
124
- rspec (~> 3.7)
125
- rubocop (~> 0.51)
126
- xdg (~> 2.2)
127
-
128
- BUNDLED WITH
129
- 1.16.0
1
+ GEM
2
+ remote: https://rubygems.org/
3
+ specs:
4
+ ast (2.4.0)
5
+ axiom-types (0.1.1)
6
+ descendants_tracker (~> 0.0.4)
7
+ ice_nine (~> 0.11.0)
8
+ thread_safe (~> 0.3, >= 0.3.1)
9
+ bundler-audit (0.6.0)
10
+ bundler (~> 1.2)
11
+ thor (~> 0.18)
12
+ codeclimate-engine-rb (0.4.1)
13
+ virtus (~> 1.0)
14
+ coercible (1.0.0)
15
+ descendants_tracker (~> 0.0.1)
16
+ coveralls (0.8.22)
17
+ json (>= 1.8, < 3)
18
+ simplecov (~> 0.16.1)
19
+ term-ansicolor (~> 1.3)
20
+ thor (~> 0.19.4)
21
+ tins (~> 1.6)
22
+ descendants_tracker (0.0.4)
23
+ thread_safe (~> 0.3, >= 0.3.1)
24
+ diff-lcs (1.3)
25
+ docile (1.3.1)
26
+ equalizer (0.0.11)
27
+ hoe (3.17.0)
28
+ rake (>= 0.8, < 13.0)
29
+ hoe-manns (2.1.3)
30
+ bundler-audit (~> 0.6)
31
+ rainbow (~> 3.0)
32
+ hoe-reek (1.2.4)
33
+ bundler (~> 1.16)
34
+ reek (~> 4.8)
35
+ hoe-rubocop (1.0.9)
36
+ bundler (~> 1.16)
37
+ rubocop (~> 0.55)
38
+ hoe-rubygems (1.0.0)
39
+ hoe-version (1.2.0)
40
+ ice_nine (0.11.2)
41
+ jaro_winkler (1.5.1)
42
+ json (2.1.0)
43
+ mini_portile2 (2.3.0)
44
+ nokogiri (1.8.3)
45
+ mini_portile2 (~> 2.3.0)
46
+ nokogiri (1.8.3-x64-mingw32)
47
+ mini_portile2 (~> 2.3.0)
48
+ notifier (0.5.2)
49
+ parallel (1.12.1)
50
+ parseconfig (1.0.8)
51
+ parser (2.5.1.0)
52
+ ast (~> 2.4.0)
53
+ powerpack (0.1.2)
54
+ rainbow (3.0.0)
55
+ rake (12.3.1)
56
+ rdoc (6.0.4)
57
+ reek (4.8.2)
58
+ codeclimate-engine-rb (~> 0.4.0)
59
+ parser (>= 2.5.0.0, < 2.6)
60
+ rainbow (>= 2.0, < 4.0)
61
+ rspec (3.7.0)
62
+ rspec-core (~> 3.7.0)
63
+ rspec-expectations (~> 3.7.0)
64
+ rspec-mocks (~> 3.7.0)
65
+ rspec-core (3.7.1)
66
+ rspec-support (~> 3.7.0)
67
+ rspec-expectations (3.7.0)
68
+ diff-lcs (>= 1.2.0, < 2.0)
69
+ rspec-support (~> 3.7.0)
70
+ rspec-mocks (3.7.0)
71
+ diff-lcs (>= 1.2.0, < 2.0)
72
+ rspec-support (~> 3.7.0)
73
+ rspec-support (3.7.1)
74
+ rubocop (0.57.2)
75
+ jaro_winkler (~> 1.5.1)
76
+ parallel (~> 1.10)
77
+ parser (>= 2.5)
78
+ powerpack (~> 0.1)
79
+ rainbow (>= 2.2.2, < 4.0)
80
+ ruby-progressbar (~> 1.7)
81
+ unicode-display_width (~> 1.0, >= 1.0.1)
82
+ ruby-progressbar (1.9.0)
83
+ simplecov (0.16.1)
84
+ docile (~> 1.1)
85
+ json (>= 1.8, < 3)
86
+ simplecov-html (~> 0.10.0)
87
+ simplecov-html (0.10.2)
88
+ term-ansicolor (1.6.0)
89
+ tins (~> 1.0)
90
+ thor (0.19.4)
91
+ thread_safe (0.3.6)
92
+ tins (1.16.3)
93
+ unicode-display_width (1.4.0)
94
+ virtus (1.0.5)
95
+ axiom-types (~> 0.1)
96
+ coercible (~> 1.0)
97
+ descendants_tracker (~> 0.0, >= 0.0.3)
98
+ equalizer (~> 0.0, >= 0.0.9)
99
+ xdg (2.2.3)
100
+
101
+ PLATFORMS
102
+ ruby
103
+ x64-mingw32
104
+ x86_64-linux
105
+
106
+ DEPENDENCIES
107
+ bundler (~> 1.16)
108
+ coveralls (~> 0.8)
109
+ hoe (~> 3.17)
110
+ hoe-manns (~> 2.1)
111
+ hoe-reek (~> 1.2)
112
+ hoe-rubocop (~> 1.0)
113
+ hoe-rubygems (~> 1.0)
114
+ hoe-version (~> 1.2)
115
+ nokogiri (~> 1.8)
116
+ notifier (~> 0.5)
117
+ parseconfig (~> 1.0)
118
+ rainbow (~> 3.0)
119
+ rake (~> 12.3)
120
+ rdoc (~> 6.0)
121
+ rspec (~> 3.7)
122
+ rubocop (~> 0.57)
123
+ xdg (~> 2.2)
124
+
125
+ BUNDLED WITH
126
+ 1.16.3
@@ -1,208 +1,221 @@
1
- === 1.2.0 / 2017-11-07
2
-
3
- * 3 minor enhancements
4
-
5
- * updated dependencies
6
- * code refactoring with rubocop and reek
7
- * use XDG Standard for config files
8
-
9
- === 1.1.2 / 2017-02-27
10
-
11
- * 1 minor enhancement
12
-
13
- * updated dependencies
14
-
15
- === 1.1.1 / 2017-02-23
16
-
17
- * 1 minor enhancement
18
-
19
- * updated dependencies
20
-
21
- === 1.1.0 / 2016-08-24
22
-
23
- * 1 minor enhancement
24
-
25
- * updated dependencies
26
-
27
- * 1 major enhancement
28
-
29
- * fixed setup (Removed :setup_start from :setup)
30
-
31
- === 1.0.4 / 2016-08-06
32
-
33
- * 1 minor enhancement
34
-
35
- * updated dependencies from gemnasium
36
-
37
- === 1.0.3 / 2016-02-08
38
-
39
- * 1 minor enhancement
40
-
41
- * updated dependencies from gemnasium
42
-
43
- === 1.0.2 / 2016-01-27
44
-
45
- * 1 minor enhancement
46
-
47
- * updated dependencies by gemnasium
48
-
49
- === 1.0.1 / 2015-12-23
50
-
51
- * 1 minor enhancement
52
-
53
- * updated dependencies
54
-
55
- === 0.4.14 / 2015-12-07
56
-
57
- * 1 minor enhancement
58
-
59
- * fixed URL for openHUB and Openhatch
60
-
61
- === 0.4.13 / 2015-09-08
62
-
63
- * 3 minor enhancements
64
-
65
- * fixed PC23 (usage of setup.rb instead of native code).
66
- * 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.
67
- * Added .index and MANIFEST for packagers
68
-
69
- === 0.4.12 / 2015-09-07
70
-
71
- * 1 minor enhancement
72
-
73
- * Added bintray deployment
74
-
75
- === 0.4.9 / 2015-06-27
76
-
77
- * 1 minor enhancement
78
-
79
- * Fixed link creater for bins. The old code removes the old link, but doesn't creates a new one.
80
-
81
- === 0.4.8.1 / 2015-05-26
82
-
83
- * 2 minor enhancements
84
-
85
- * Improved and extended testcases for continuous integration
86
- * Improved code to pacify rubocop.
87
-
88
- === 0.4.8 / 2015-05-26
89
-
90
- * 1 bug fix
91
-
92
- * fixed PC-18 Can't use RevisionCreator anymore
93
-
94
- === 0.4.7 / 2015-05-25
95
-
96
- * 1 bug fix
97
-
98
- * fixed PC-17 Fix buildscript (Rakefile)
99
-
100
- * 1 cosmetics
101
-
102
- * fixed PC-16 Refactor prepare
103
-
104
- === 0.4.6 / 2015-05-23
105
-
106
- * 4 bug fixes
107
-
108
- * fixed PC-15 Cleanup and simplify the codebase
109
- * fixed Inch CI: revision/f0acc2fd/code_object/1107530
110
- * fixed Inch CI: revision/f0acc2fd/code_object/1104611
111
- * fixed Inch CI: revision/f0acc2fd/code_object/1107517
112
-
113
- === 0.4.5 / 2015-05-21
114
-
115
- * 2 bug fixes
116
-
117
- * fixed PC-13 Hardcoded language in fix_authorgroup_work
118
- * fixed PC-14 Refactor fix_authorgroup_work
119
-
120
- === 0.4.4 / 2015-05-20
121
-
122
- * 2 bug fixes
123
-
124
- * fixed PC-12 Extend RevisionCreator for changing the version number in Article_Info or Book_Info
125
- * Updated documentation after fixing PC-12
126
-
127
- === 0.4.3 / 2015-05-18
128
-
129
- * 1 cosmetic
130
-
131
- * Updated and improved documentation
132
-
133
- === 0.4.2 / 2015-05-16
134
-
135
- * 3 bug fixes
136
-
137
- * Removed require PublicanCreators from RevisonCreator, because otherwise starts PublicanCreators.
138
- * Fixed get class. Now it's possible to use blanks instead of underscores.
139
- * Also possible to use blanks instead of underscores in RevisionCreator.
140
-
141
- === 0.4.0 / 2015-05-16
142
-
143
- * 1 bug fix
144
-
145
- * Both desktop files from PublicanCreators and RevisionCreators having just the name PublicanCreators. Now PublicanCreators uses its name and RevisionCreators its name.
146
-
147
- * 3 cosmetic
148
-
149
- * Made the shell output more colorful. Used yellow as standard color, red for fails, green for successes and blue for to check things.
150
- * Extended Rakefile for preparing, building and publishing this gems docs.
151
-
152
- === 0.3.6 / 2015-05-15
153
-
154
- * 1 bug fix
155
-
156
- * Fixed Rakefile buildscript issue
157
-
158
- === 0.3.5 / 2015-05-15
159
-
160
- * 1 bug fix
161
-
162
- * fixed link_binary_rev (The variable for checker aren't resolved
163
-
164
- * 1 minor enhancement
165
-
166
- * Changed the buildscript from shellscript to Rakefile. A little bit more comfortable.
167
-
168
- === 0.3.2 / 2015-05-15
169
-
170
- * 2 bug fixes
171
-
172
- * Readded IRB to binary. Otherwise it doesn't start from /usr/bin (Hotfix)
173
- * Hotfix for test file
174
-
175
- === 0.3.0 / 2015-05-09
176
-
177
- * 3 bug fixes
178
-
179
- * PC-1: Create UI for add_revision
180
- * PC-4: Create UI (Task)
181
- * PC-5: Create/Update Documentation (Task)
182
-
183
- === 0.2.0 / 2015-05-07
184
-
185
- * 5 bug fixes
186
-
187
- * PC-6: Create rules for setup Fedora
188
- * PC-7: Fix setup.sh
189
- * PC-8: Add URL to Bugtracker into UI
190
- * PC-9: Split methods from module PublicanCreatorsChange
191
- * PC-10: Config versioning
192
-
193
- === 0.1.1 / 2015-05-06
194
-
195
- * 2 minor enhancements
196
-
197
- * Fetches the titlename, type and environment from a yad dialogbox
198
- * Creates the initial documentation by using publican with using your titlename, your chosen type and environment
199
-
200
- * 2 bug fixes
201
-
202
- * PC-2: Extend documentation A-Type
203
- * PC-3: Extend documentation B-Type
204
-
205
- === 0.1.0 / 2015-04-25
206
-
207
- * 1 major enhancement
1
+ === 1.2.2 / 2018-06-30
2
+
3
+ * 1 patch enhancement
4
+
5
+ * updated dependencies
6
+
7
+ === 1.2.1 / 2018-04-29
8
+
9
+ * 1 misc enhancement
10
+
11
+ * updated dependencies
12
+ * updated documentation and projects url
13
+
14
+ === 1.2.0 / 2017-11-07
15
+
16
+ * 3 minor enhancements
17
+
18
+ * updated dependencies
19
+ * code refactoring with rubocop and reek
20
+ * use XDG Standard for config files
21
+
22
+ === 1.1.2 / 2017-02-27
23
+
24
+ * 1 minor enhancement
25
+
26
+ * updated dependencies
27
+
28
+ === 1.1.1 / 2017-02-23
29
+
30
+ * 1 minor enhancement
31
+
32
+ * updated dependencies
33
+
34
+ === 1.1.0 / 2016-08-24
35
+
36
+ * 1 minor enhancement
37
+
38
+ * updated dependencies
39
+
40
+ * 1 major enhancement
41
+
42
+ * fixed setup (Removed :setup_start from :setup)
43
+
44
+ === 1.0.4 / 2016-08-06
45
+
46
+ * 1 minor enhancement
47
+
48
+ * updated dependencies from gemnasium
49
+
50
+ === 1.0.3 / 2016-02-08
51
+
52
+ * 1 minor enhancement
53
+
54
+ * updated dependencies from gemnasium
55
+
56
+ === 1.0.2 / 2016-01-27
57
+
58
+ * 1 minor enhancement
59
+
60
+ * updated dependencies by gemnasium
61
+
62
+ === 1.0.1 / 2015-12-23
63
+
64
+ * 1 minor enhancement
65
+
66
+ * updated dependencies
67
+
68
+ === 0.4.14 / 2015-12-07
69
+
70
+ * 1 minor enhancement
71
+
72
+ * fixed URL for openHUB and Openhatch
73
+
74
+ === 0.4.13 / 2015-09-08
75
+
76
+ * 3 minor enhancements
77
+
78
+ * fixed PC23 (usage of setup.rb instead of native code).
79
+ * 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.
80
+ * Added .index and MANIFEST for packagers
81
+
82
+ === 0.4.12 / 2015-09-07
83
+
84
+ * 1 minor enhancement
85
+
86
+ * Added bintray deployment
87
+
88
+ === 0.4.9 / 2015-06-27
89
+
90
+ * 1 minor enhancement
91
+
92
+ * Fixed link creater for bins. The old code removes the old link, but doesn't creates a new one.
93
+
94
+ === 0.4.8.1 / 2015-05-26
95
+
96
+ * 2 minor enhancements
97
+
98
+ * Improved and extended testcases for continuous integration
99
+ * Improved code to pacify rubocop.
100
+
101
+ === 0.4.8 / 2015-05-26
102
+
103
+ * 1 bug fix
104
+
105
+ * fixed PC-18 Can't use RevisionCreator anymore
106
+
107
+ === 0.4.7 / 2015-05-25
108
+
109
+ * 1 bug fix
110
+
111
+ * fixed PC-17 Fix buildscript (Rakefile)
112
+
113
+ * 1 cosmetics
114
+
115
+ * fixed PC-16 Refactor prepare
116
+
117
+ === 0.4.6 / 2015-05-23
118
+
119
+ * 4 bug fixes
120
+
121
+ * fixed PC-15 Cleanup and simplify the codebase
122
+ * fixed Inch CI: revision/f0acc2fd/code_object/1107530
123
+ * fixed Inch CI: revision/f0acc2fd/code_object/1104611
124
+ * fixed Inch CI: revision/f0acc2fd/code_object/1107517
125
+
126
+ === 0.4.5 / 2015-05-21
127
+
128
+ * 2 bug fixes
129
+
130
+ * fixed PC-13 Hardcoded language in fix_authorgroup_work
131
+ * fixed PC-14 Refactor fix_authorgroup_work
132
+
133
+ === 0.4.4 / 2015-05-20
134
+
135
+ * 2 bug fixes
136
+
137
+ * fixed PC-12 Extend RevisionCreator for changing the version number in Article_Info or Book_Info
138
+ * Updated documentation after fixing PC-12
139
+
140
+ === 0.4.3 / 2015-05-18
141
+
142
+ * 1 cosmetic
143
+
144
+ * Updated and improved documentation
145
+
146
+ === 0.4.2 / 2015-05-16
147
+
148
+ * 3 bug fixes
149
+
150
+ * Removed require PublicanCreators from RevisonCreator, because otherwise starts PublicanCreators.
151
+ * Fixed get class. Now it's possible to use blanks instead of underscores.
152
+ * Also possible to use blanks instead of underscores in RevisionCreator.
153
+
154
+ === 0.4.0 / 2015-05-16
155
+
156
+ * 1 bug fix
157
+
158
+ * Both desktop files from PublicanCreators and RevisionCreators having just the name PublicanCreators. Now PublicanCreators uses its name and RevisionCreators its name.
159
+
160
+ * 3 cosmetic
161
+
162
+ * Made the shell output more colorful. Used yellow as standard color, red for fails, green for successes and blue for to check things.
163
+ * Extended Rakefile for preparing, building and publishing this gems docs.
164
+
165
+ === 0.3.6 / 2015-05-15
166
+
167
+ * 1 bug fix
168
+
169
+ * Fixed Rakefile buildscript issue
170
+
171
+ === 0.3.5 / 2015-05-15
172
+
173
+ * 1 bug fix
174
+
175
+ * fixed link_binary_rev (The variable for checker aren't resolved
176
+
177
+ * 1 minor enhancement
178
+
179
+ * Changed the buildscript from shellscript to Rakefile. A little bit more comfortable.
180
+
181
+ === 0.3.2 / 2015-05-15
182
+
183
+ * 2 bug fixes
184
+
185
+ * Readded IRB to binary. Otherwise it doesn't start from /usr/bin (Hotfix)
186
+ * Hotfix for test file
187
+
188
+ === 0.3.0 / 2015-05-09
189
+
190
+ * 3 bug fixes
191
+
192
+ * PC-1: Create UI for add_revision
193
+ * PC-4: Create UI (Task)
194
+ * PC-5: Create/Update Documentation (Task)
195
+
196
+ === 0.2.0 / 2015-05-07
197
+
198
+ * 5 bug fixes
199
+
200
+ * PC-6: Create rules for setup Fedora
201
+ * PC-7: Fix setup.sh
202
+ * PC-8: Add URL to Bugtracker into UI
203
+ * PC-9: Split methods from module PublicanCreatorsChange
204
+ * PC-10: Config versioning
205
+
206
+ === 0.1.1 / 2015-05-06
207
+
208
+ * 2 minor enhancements
209
+
210
+ * Fetches the titlename, type and environment from a yad dialogbox
211
+ * Creates the initial documentation by using publican with using your titlename, your chosen type and environment
212
+
213
+ * 2 bug fixes
214
+
215
+ * PC-2: Extend documentation A-Type
216
+ * PC-3: Extend documentation B-Type
217
+
218
+ === 0.1.0 / 2015-04-25
219
+
220
+ * 1 major enhancement
208
221
  * Build the base functions