publican_creators 1.1.0 → 1.1.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: a99756e100dc5bb42cb557f950c519921e2f9afb
4
- data.tar.gz: 580d98349d46f6422c93611c7e29e217fbfbc8e5
3
+ metadata.gz: 18a9920ef35b7e4489faf8b074a707caf961f30f
4
+ data.tar.gz: 728a949f61e12a9e3ed3553b5bfda4eacb1d3a98
5
5
  SHA512:
6
- metadata.gz: 8a37476b173f30fa4cb6800a1daa61a2ef7fc28e314b3906b4ca53a2fbe9c1573d709e448aa56badcc52a42775a2258699924be474a80b37d58d52efb68d38f9
7
- data.tar.gz: 7f35300631edc5c5f66d681ad092e56c241828734f3b9745c1c6cab9136c2e403edbc9ccaa19ff38e74ed0b6ba7d2d45f9c8ec68c0cd88a6454d063cee5b9983
6
+ metadata.gz: 716352f181625efa94db347cb59cf2afed5b564b0dc62884381083a65259911cb93720c4767eb47e0422f7e714fb9e8591d853498b0c2dbd17ab689b9a1955f7
7
+ data.tar.gz: b8d2ed04bba63bf73aea1c58e809cc89951adf51f1fa61568a0954ce5d45339400b8bd8c0b13e11fe565eb5cbff712b5079fc83410940252b84012acf9e15223
@@ -2,63 +2,75 @@ GEM
2
2
  remote: https://rubygems.org/
3
3
  specs:
4
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)
5
9
  bundler-audit (0.5.0)
6
10
  bundler (~> 1.2)
7
11
  thor (~> 0.18)
8
- coveralls (0.8.15)
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.19)
9
17
  json (>= 1.8, < 3)
10
18
  simplecov (~> 0.12.0)
11
19
  term-ansicolor (~> 1.3)
12
20
  thor (~> 0.19.1)
13
- tins (>= 1.6.0, < 2)
14
- diff-lcs (1.2.5)
21
+ tins (~> 1.6)
22
+ descendants_tracker (0.0.4)
23
+ thread_safe (~> 0.3, >= 0.3.1)
24
+ diff-lcs (1.3)
15
25
  docile (1.1.5)
26
+ equalizer (0.0.11)
16
27
  highline (1.7.8)
17
- hoe (3.15.1)
18
- rake (>= 0.8, < 12.0)
28
+ hoe (3.16.0)
29
+ rake (>= 0.8, < 13.0)
19
30
  hoe-bundler (1.3.0)
20
31
  hoe (>= 2.2.0)
21
32
  hoe-git (1.6.0)
22
33
  hoe-highline (0.2.1)
23
34
  highline (~> 1.6)
24
35
  hoe (~> 3.11)
25
- hoe-manns (1.6.0)
26
- bundler-audit (~> 0.4)
36
+ hoe-manns (1.6.1)
37
+ bundler-audit (~> 0.5)
27
38
  parseconfig (~> 1.0)
28
39
  rainbow (~> 2.1)
29
- hoe-reek (1.1.5)
40
+ hoe-reek (1.1.7)
30
41
  bundler (~> 1.11)
31
- setup (~> 5.2)
32
- hoe-rubocop (1.0.6)
42
+ reek (~> 4.4)
43
+ hoe-rubocop (1.0.7)
33
44
  bundler (~> 1.11)
34
- hoe (~> 3.14)
35
- rubocop (~> 0.37)
45
+ rubocop (~> 0.42)
36
46
  hoe-rubygems (1.0.0)
37
47
  hoe-seattlerb (1.3.5)
38
48
  hoe-version (1.2.0)
39
- json (1.8.3)
49
+ ice_nine (0.11.2)
50
+ json (2.0.3)
40
51
  manns_shared (1.0.7)
41
52
  nokogiri (~> 1.6)
42
53
  setup (~> 5.2)
43
54
  mini_portile2 (2.1.0)
44
- nokogiri (1.6.8)
55
+ nokogiri (1.7.0.1)
45
56
  mini_portile2 (~> 2.1.0)
46
- pkg-config (~> 1.1.7)
47
57
  notifier (0.5.2)
48
58
  parseconfig (1.0.8)
49
- parser (2.3.1.2)
59
+ parser (2.4.0.0)
50
60
  ast (~> 2.2)
51
- pkg-config (1.1.7)
52
61
  powerpack (0.1.1)
53
- rainbow (2.1.0)
54
- rake (11.2.2)
55
- rdoc (4.2.2)
56
- json (~> 1.4)
62
+ rainbow (2.2.1)
63
+ rake (11.3.0)
64
+ rdoc (4.3.0)
65
+ reek (4.5.6)
66
+ codeclimate-engine-rb (~> 0.4.0)
67
+ parser (>= 2.3.1.2, < 2.5)
68
+ rainbow (~> 2.0)
57
69
  rspec (3.5.0)
58
70
  rspec-core (~> 3.5.0)
59
71
  rspec-expectations (~> 3.5.0)
60
72
  rspec-mocks (~> 3.5.0)
61
- rspec-core (3.5.2)
73
+ rspec-core (3.5.4)
62
74
  rspec-support (~> 3.5.0)
63
75
  rspec-expectations (3.5.0)
64
76
  diff-lcs (>= 1.2.0, < 2.0)
@@ -67,8 +79,8 @@ GEM
67
79
  diff-lcs (>= 1.2.0, < 2.0)
68
80
  rspec-support (~> 3.5.0)
69
81
  rspec-support (3.5.0)
70
- rubocop (0.42.0)
71
- parser (>= 2.3.1.1, < 3.0)
82
+ rubocop (0.47.1)
83
+ parser (>= 2.3.3.1, < 3.0)
72
84
  powerpack (~> 0.1)
73
85
  rainbow (>= 1.99.1, < 3.0)
74
86
  ruby-progressbar (~> 1.7)
@@ -80,11 +92,17 @@ GEM
80
92
  json (>= 1.8, < 3)
81
93
  simplecov-html (~> 0.10.0)
82
94
  simplecov-html (0.10.0)
83
- term-ansicolor (1.3.2)
95
+ term-ansicolor (1.4.0)
84
96
  tins (~> 1.0)
85
- thor (0.19.1)
86
- tins (1.12.0)
87
- unicode-display_width (1.1.0)
97
+ thor (0.19.4)
98
+ thread_safe (0.3.6)
99
+ tins (1.13.2)
100
+ unicode-display_width (1.1.3)
101
+ virtus (1.0.5)
102
+ axiom-types (~> 0.1)
103
+ coercible (~> 1.0)
104
+ descendants_tracker (~> 0.0, >= 0.0.3)
105
+ equalizer (~> 0.0, >= 0.0.9)
88
106
 
89
107
  PLATFORMS
90
108
  ruby
@@ -115,4 +133,4 @@ DEPENDENCIES
115
133
  simplecov (~> 0.12)
116
134
 
117
135
  BUNDLED WITH
118
- 1.12.5
136
+ 1.13.6
@@ -1,3 +1,9 @@
1
+ === 1.1.1 / 2017-02-23
2
+
3
+ * 1 minor enhancement
4
+
5
+ * updated dependencies
6
+
1
7
  === 1.1.0 / 2016-08-24
2
8
 
3
9
  * 1 minor enhancement
@@ -2,7 +2,7 @@
2
2
 
3
3
  (The MIT License)
4
4
 
5
- Copyright (c) 2015-2016 Sascha Manns <samannsml@directbox.com>
5
+ Copyright (c) 2015-2017 Sascha Manns <Sascha.Manns@mailbox.org>
6
6
 
7
7
  Permission is hereby granted, free of charge, to any person obtaining
8
8
  a copy of this software and associated documentation files (the
@@ -1,9 +1,7 @@
1
1
  = publican_creators
2
2
 
3
- home :: http://saigkill.github.io
3
+ home :: http://saigkill.tuxfamily.org
4
4
  code :: https://github.com/saigkill/publican_creators
5
- docs :: https://saigkill.github.io/docs/publicancreators/en-US/html/
6
- bugs :: https://saigkill.myjetbrains.com/youtrack/issues
7
5
  openhub statistics :: https://www.openhub.net/p/publican_creators
8
6
  min. rubyver :: 2.2.0
9
7
  license :: {<img src="http://img.shields.io/:license-mit-blue.svg" />}[https://gitlab.com/saigkill/publican_creators/blob/master/LICENSE.rdoc]
@@ -19,7 +17,7 @@ test coverage :: {<img src="https://coveralls.io/repos/saigkill/PublicanCreators
19
17
  dependency check :: {<img src="https://gemnasium.com/saigkill/publican_creators.svg" alt="Dependency Status" />}[https://gemnasium.com/saigkill/publican_creators]
20
18
  documentation quality :: {<img src="http://inch-ci.org/github/saigkill/PublicanCreators.svg?branch=master" alt="Documentation Quality" />}[http://inch-ci.org/github/saigkill/PublicanCreators]
21
19
  donations :: {<img src="https://pledgie.com/campaigns/29306.png?skin_name=chrome" alt="Build Status" />}[https://pledgie.com/campaigns/29306]
22
- donations :: {<img src="http://tsv-neuss.de/cms/upload/News-Bilder/amazon1.png" alt="Build Status" />}[http://www.amazon.de/registry/wishlist/D75HOEQ00BDD]
20
+ donations :: {<img src="https://saigkill.tuxfamily.org/dotclear/public/Amazon.png" alt="Build Status" />}[http://www.amazon.de/registry/wishlist/D75HOEQ00BDD]
23
21
 
24
22
  == DESCRIPTION:
25
23
 
@@ -30,6 +28,11 @@ will replace the default values with your name, your company, your company_divis
30
28
  email address, depending on your chosen environment. Also you can set inside your config file that you want to remove
31
29
  the Title Logo or the Legal Notice. As a feature it ships a build script for each project.
32
30
 
31
+ == INFORMATION:
32
+
33
+ publican_creators (in this case a Rubygem) don't would be updated anymore. The project itself continues with the new
34
+ C#-GNOME-App "PublicanCreators" at https://github.com/saigkill/PublicanCreators.
35
+
33
36
  == FEATURES/PROBLEMS:
34
37
 
35
38
  * GUI to control publican
@@ -69,22 +72,12 @@ You have to run the setup after each gem update.
69
72
 
70
73
  If you like this gem, don't forget to give the GitLab repo a start :-)
71
74
 
72
- == DEVELOPERS:
73
-
74
- After checking out the source, run:
75
-
76
- $ rake newb
77
-
78
- This task will install any missing dependencies, run the tests/specs,
79
- and generate the RDoc.
80
-
81
- Read https://github.com/saigkill/publican_creators/blob/master/CONTRIBUTING.md
82
75
 
83
76
  == LICENSE:
84
77
 
85
78
  (The MIT License)
86
79
 
87
- Copyright (c) 2015-2016 Sascha Manns <samannsml@directbox.com>
80
+ Copyright (c) 2015-2017 Sascha Manns <Sascha.Manns@mailbox.org>
88
81
 
89
82
  Permission is hereby granted, free of charge, to any person obtaining
90
83
  a copy of this software and associated documentation files (the
data/Rakefile CHANGED
@@ -30,7 +30,7 @@ Hoe.plugin :version
30
30
  Hoe.plugin :website
31
31
 
32
32
  Hoe.spec 'publican_creators' do
33
- developer('Sascha Manns', 'samannsml@directbox.com')
33
+ developer('Sascha Manns', 'Sascha.Manns@mailbox.org')
34
34
  license 'MIT' # this should match the license in the README
35
35
  require_ruby_version '>= 2.2.0'
36
36
 
@@ -40,7 +40,7 @@ Hoe.spec 'publican_creators' do
40
40
  self.history_file = 'History.rdoc'
41
41
  self.readme_file = 'README.rdoc'
42
42
  self.extra_rdoc_files = FileList['*.rdoc'].to_a
43
- self.post_install_message = '*** Run rake setup to finish the installation *** Please file bugreports and feature requests on: https://saigkill.myjetbrains.com/youtrack/issues'
43
+ self.post_install_message = '*** Run rake setup to finish the installation *** Please file bugreports and feature requests on: https://github.com/saigkill/latex_curriculum_vitae/issues'
44
44
 
45
45
  dependency 'setup', '~> 5.2'
46
46
  dependency 'nokogiri', '~> 1.6'
@@ -1,7 +1,7 @@
1
1
  #!/usr/bin/env ruby
2
2
  # @author Sascha Manns
3
3
  # @abstract Class RevisionCreator for PublicanCreator
4
- # Copyright (C) 2015 Sascha Manns <samannsml@directbox.com>
4
+ # Copyright (C) 2015 - 2017 Sascha Manns <Sascha.Manns@mailbox.org>
5
5
  # License: GPL-3
6
6
 
7
7
  require File.expand_path(File.join(File.dirname(__FILE__),
@@ -2,7 +2,7 @@
2
2
  # @author Sascha Manns
3
3
  # @abstract Main Class for PublicanCreators
4
4
  #
5
- # Copyright (C) 2015-2016 Sascha Manns <samannsml@directbox.com>
5
+ # Copyright (C) 2015-2017 Sascha Manns <Sascha.Manns@mailbox.org>
6
6
  # License: MIT
7
7
 
8
8
  # Dependencies
@@ -22,7 +22,7 @@ require 'manns_shared'
22
22
  # @return [String] true or false
23
23
  class PublicanCreators
24
24
  # Versionizing
25
- VERSION = '1.1.0'
25
+ VERSION = '1.1.1'
26
26
 
27
27
  my_name = File.basename($PROGRAM_NAME)
28
28
 
@@ -3,7 +3,7 @@
3
3
  # @author Sascha Manns
4
4
  # @abstract Class for all file changes
5
5
  #
6
- # Copyright (C) 2015-2016 Sascha Manns <samannsml@directbox.com>
6
+ # Copyright (C) 2015-2017 Sascha Manns <samannsml@directbox.com>
7
7
  # License: MIT
8
8
 
9
9
  # Dependencies
@@ -2,7 +2,7 @@
2
2
  # @author Sascha Manns
3
3
  # @abstract Class for checking directories and creating them
4
4
  #
5
- # Copyright (C) 2015-2016 Sascha Manns <samannsml@directbox.com>
5
+ # Copyright (C) 2015-2017 Sascha Manns <Sascha.Manns@mailbox.org>
6
6
  # License: MIT
7
7
 
8
8
  # Dependencies
@@ -3,7 +3,7 @@
3
3
  # @author Sascha Manns
4
4
  # @abstract Class for all file changes
5
5
  #
6
- # Copyright (C) 2015-2016 Sascha Manns <samannsml@directbox.com>
6
+ # Copyright (C) 2015-2017 Sascha Manns <Sascha.Manns@mailbox.org>
7
7
  # License: MIT
8
8
 
9
9
  # Dependencies
@@ -2,7 +2,7 @@
2
2
  # @author Sascha Manns
3
3
  # @abstract Class for exporting bash scripts
4
4
  #
5
- # Copyright (C) 2015-2016 Sascha Manns <samannsml@directbox.com>
5
+ # Copyright (C) 2015-2017 Sascha Manns <Sascha.Manns@mailbox.org>
6
6
  # License: MIT
7
7
 
8
8
  # Dependencies
@@ -2,7 +2,7 @@
2
2
  # @author Sascha Manns
3
3
  # @abstract Class for gathering information from config file and user input
4
4
  #
5
- # Copyright (C) 2015-2016 Sascha Manns <samannsml@directbox.com>
5
+ # Copyright (C) 2015-2017 Sascha Manns <Sascha.Manns@mailbox.org>
6
6
  # License: MIT
7
7
 
8
8
  # Dependencies
@@ -3,7 +3,7 @@
3
3
  # @author Sascha Manns
4
4
  # @abstract Notifier Module for latex_curriculum_vitae
5
5
  #
6
- # Copyright (C) 2015-2016 Sascha Manns <samannsml@directbox.com>
6
+ # Copyright (C) 2015-2016 Sascha Manns <Sascha.Manns@mailbox.org>
7
7
  # License: MIT
8
8
 
9
9
  # Dependencies
@@ -2,7 +2,7 @@
2
2
  # @author Sascha Manns
3
3
  # @abstract Class for preparing the configuration
4
4
  #
5
- # Copyright (C) 2015-2016 Sascha Manns <samannsml@directbox.com>
5
+ # Copyright (C) 2015-2017 Sascha Manns <Sascha.Manns@mailbox.org>
6
6
  # License: MIT
7
7
 
8
8
  # Dependencies
@@ -1,7 +1,7 @@
1
1
  # @author Sascha Manns
2
2
  # @abstract Class RevisionCreator for PublicanCreator
3
3
  #
4
- # Copyright (C) 2015-2016 Sascha Manns <samannsml@directbox.com>
4
+ # Copyright (C) 2015-2017 Sascha Manns <Sascha.Manns@mailbox.org>
5
5
  # License: MIT
6
6
  #
7
7
  # Dependencies
@@ -3,7 +3,7 @@
3
3
  # @author Sascha Manns
4
4
  # @abstract Class for all file changes
5
5
  #
6
- # Copyright (C) 2015-2016 Sascha Manns <samannsml@directbox.com>
6
+ # Copyright (C) 2015-2017 Sascha Manns <Sascha.Manns@mailbox.org>
7
7
  # License: MIT
8
8
 
9
9
  # Dependencies
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: publican_creators
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.1.0
4
+ version: 1.1.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-24 00:00:00.000000000 Z
11
+ date: 2017-02-23 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: setup
@@ -94,20 +94,6 @@ dependencies:
94
94
  - - "~>"
95
95
  - !ruby/object:Gem::Version
96
96
  version: '0.2'
97
- - !ruby/object:Gem::Dependency
98
- name: rdoc
99
- requirement: !ruby/object:Gem::Requirement
100
- requirements:
101
- - - "~>"
102
- - !ruby/object:Gem::Version
103
- version: '4.0'
104
- type: :development
105
- prerelease: false
106
- version_requirements: !ruby/object:Gem::Requirement
107
- requirements:
108
- - - "~>"
109
- - !ruby/object:Gem::Version
110
- version: '4.0'
111
97
  - !ruby/object:Gem::Dependency
112
98
  name: coveralls
113
99
  requirement: !ruby/object:Gem::Requirement
@@ -332,6 +318,20 @@ dependencies:
332
318
  - - "~>"
333
319
  - !ruby/object:Gem::Version
334
320
  version: '0.12'
321
+ - !ruby/object:Gem::Dependency
322
+ name: rdoc
323
+ requirement: !ruby/object:Gem::Requirement
324
+ requirements:
325
+ - - "~>"
326
+ - !ruby/object:Gem::Version
327
+ version: '4.0'
328
+ type: :development
329
+ prerelease: false
330
+ version_requirements: !ruby/object:Gem::Requirement
331
+ requirements:
332
+ - - "~>"
333
+ - !ruby/object:Gem::Version
334
+ version: '4.0'
335
335
  description: |-
336
336
  PublicanCreators are a small tool for daily DocBook writers who are using the Redhat publican tool https://fedorahosted.org/publican/. PublicanCreators asks after
337
337
  launching which title, type and environment should be used. Then it starts publican with that settings and works then with the produced files.
@@ -340,7 +340,7 @@ description: |-
340
340
  email address, depending on your chosen environment. Also you can set inside your config file that you want to remove
341
341
  the Title Logo or the Legal Notice. As a feature it ships a build script for each project.
342
342
  email:
343
- - samannsml@directbox.com
343
+ - Sascha.Manns@mailbox.org
344
344
  executables:
345
345
  - publican_creators.rb
346
346
  - revision_creator.rb
@@ -389,12 +389,12 @@ files:
389
389
  - lib/publican_creators/testlib.rb
390
390
  - spec/lib_spec.rb
391
391
  - spec/spec_helper.rb
392
- homepage: http://saigkill.github.io
392
+ homepage: http://saigkill.tuxfamily.org
393
393
  licenses:
394
394
  - MIT
395
395
  metadata: {}
396
396
  post_install_message: "*** Run rake setup to finish the installation *** Please file
397
- bugreports and feature requests on: https://saigkill.myjetbrains.com/youtrack/issues"
397
+ bugreports and feature requests on: https://github.com/saigkill/latex_curriculum_vitae/issues"
398
398
  rdoc_options:
399
399
  - "--main"
400
400
  - README.rdoc