hoe-reek 1.1.5 → 1.1.6

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: 099cda5a281530e3909821fe29417ca6fbb61f16
4
- data.tar.gz: cbec15af1671b847c24fe6e280b857f90061113d
3
+ metadata.gz: 8f29a81d11489f8d4fc0426a9d8712a6a1954bd1
4
+ data.tar.gz: 48ca927df18f8dd98f862bdd8606746d45c12b5d
5
5
  SHA512:
6
- metadata.gz: d41953dc8ea171630998e3d4c427e38682686288618cada8f00b59092793fa7376181de99cd03bcb597a8683f580a906cb4def1df39d5233d89d740a4ff499e5
7
- data.tar.gz: 1a269fa45878c90a165f9fb0156fc463186fac62a878144ecd0ad681bc50ed1c82dd35fa11e68b27ef4fc10649eb6679d26721bfea5abe34269c8111e2761093
6
+ metadata.gz: 4ba77912ef74fe729eb775d8f7df377eabb03b14501c2497128437c39adfa4ed35842c9b8d887fc37034cd2cec76d4b162617f77bec681645de646ac36e5efb8
7
+ data.tar.gz: be9c4922bc45b77a5cccd1a2668e5fe0ddad220cedf82f9e779a046e2df4e24cacfc2508c818cec9c5d5a9a01bc41a31392df637f07ca291ad2ae2662042a479
@@ -1,3 +1,7 @@
1
+ build:
2
+ environment:
3
+ ruby: '2.2.3'
4
+
1
5
  checks:
2
6
  ruby:
3
7
  code_rating: true
@@ -6,6 +6,7 @@ rvm:
6
6
  - 2.2.3
7
7
 
8
8
  dist: trusty
9
+ sudo: required
9
10
 
10
11
  os:
11
12
  - linux
@@ -30,4 +30,4 @@ based on `master` will likely be cherry picked.
30
30
 
31
31
  Need to report an issue? Use that issue tracker:
32
32
 
33
- * https://saigkill.myjetbrains.com/youtrack/issues?q=project%3A+hoe-reek
33
+ * https://saigkill.myjetbrains.com/youtrack/issues
data/Gemfile CHANGED
@@ -5,7 +5,7 @@
5
5
  source "https://rubygems.org/"
6
6
 
7
7
  gem "bundler", "~>1.11"
8
- gem "setup", "~>5.2"
8
+ gem "reek", "~>4.4"
9
9
 
10
10
  gem "hoe-highline", "~>0.2", :group => [:development, :test]
11
11
  gem "rdoc", "~>4.0", :group => [:development, :test]
@@ -14,12 +14,10 @@ gem "hoe-bundler", "~>1.3", :group => [:development, :test]
14
14
  gem "hoe-doofus", "~>1.0", :group => [:development, :test]
15
15
  gem "hoe-git", "~>1.6", :group => [:development, :test]
16
16
  gem "hoe-manns", "~>1.4", :group => [:development, :test]
17
- gem "hoe-reek", "~>1.1", :group => [:development, :test]
18
17
  gem "hoe-rubygems", "~>1.0", :group => [:development, :test]
19
18
  gem "hoe-seattlerb", "~>1.3", :group => [:development, :test]
20
19
  gem "hoe-version", "~>1.2", :group => [:development, :test]
21
20
  gem "rake", "~>11.2", :group => [:development, :test]
22
- gem "reek", "~>4.2", :group => [:development, :test]
23
21
  gem "rspec", "~>3.5", :group => [:development, :test]
24
22
  gem "simplecov", "~>0.12", :group => [:development, :test]
25
23
  gem "hoe", "~>3.15", :group => [:development, :test]
@@ -34,21 +34,15 @@ GEM
34
34
  hoe-highline (0.2.1)
35
35
  highline (~> 1.6)
36
36
  hoe (~> 3.11)
37
- hoe-manns (1.5.0)
37
+ hoe-manns (1.6.0)
38
38
  bundler-audit (~> 0.4)
39
- hoe (~> 3.15)
40
- pandoc-ruby (~> 2.0)
41
39
  parseconfig (~> 1.0)
42
40
  rainbow (~> 2.1)
43
- hoe-reek (1.1.3)
44
- bundler (~> 1.11)
45
- setup (~> 5.2)
46
41
  hoe-rubygems (1.0.0)
47
42
  hoe-seattlerb (1.3.5)
48
43
  hoe-version (1.2.0)
49
44
  ice_nine (0.11.2)
50
45
  json (1.8.3)
51
- pandoc-ruby (2.0.1)
52
46
  parseconfig (1.0.8)
53
47
  parser (2.3.1.2)
54
48
  ast (~> 2.2)
@@ -56,7 +50,7 @@ GEM
56
50
  rake (11.2.2)
57
51
  rdoc (4.2.2)
58
52
  json (~> 1.4)
59
- reek (4.2.3)
53
+ reek (4.4.0)
60
54
  codeclimate-engine-rb (~> 0.3.1)
61
55
  parser (~> 2.3.1, >= 2.3.1.2)
62
56
  rainbow (~> 2.0)
@@ -73,7 +67,6 @@ GEM
73
67
  diff-lcs (>= 1.2.0, < 2.0)
74
68
  rspec-support (~> 3.5.0)
75
69
  rspec-support (3.5.0)
76
- setup (5.2.0)
77
70
  simplecov (0.12.0)
78
71
  docile (~> 1.1.0)
79
72
  json (>= 1.8, < 3)
@@ -102,15 +95,13 @@ DEPENDENCIES
102
95
  hoe-git (~> 1.6)
103
96
  hoe-highline (~> 0.2)
104
97
  hoe-manns (~> 1.4)
105
- hoe-reek (~> 1.1)
106
98
  hoe-rubygems (~> 1.0)
107
99
  hoe-seattlerb (~> 1.3)
108
100
  hoe-version (~> 1.2)
109
101
  rake (~> 11.2)
110
102
  rdoc (~> 4.0)
111
- reek (~> 4.2)
103
+ reek (~> 4.4)
112
104
  rspec (~> 3.5)
113
- setup (~> 5.2)
114
105
  simplecov (~> 0.12)
115
106
 
116
107
  BUNDLED WITH
@@ -1,3 +1,10 @@
1
+ === 1.1.6 / 2016-09-02
2
+
3
+ * 2 minor enhancements
4
+
5
+ * updated dependencies
6
+ * added user docs link
7
+
1
8
  === 1.1.5 / 2016-08-06
2
9
 
3
10
  * 1 minor enhancement
@@ -0,0 +1,11 @@
1
+ # Maintenance Policy
2
+
3
+ I'm following the [Semantic Versioning](http://semver.org/) for its releases: `(Major).(Minor).(Patch)`.
4
+
5
+ - **Major version**: Whenever there is something significant or any backwards incompatible changes.
6
+ - **Minor version**: When new, backwards compatible functionality is introduced a minor feature is introduced, or when a set of smaller features is rolled out.
7
+ - **Patch number**: When backwards compatible bug fixes are introduced that fix incorrect behavior.
8
+
9
+ The current stable release will receive security patches and bug fixes (eg. `5.0` -> `5.0.1`). Feature releases will mark the next supported stable release where the minor version is increased numerically by increments of one (eg. `5.0 -> 5.1`).
10
+
11
+ I encourage everyone to run the latest stable release to ensure that you can easily upgrade to the most secure and feature rich experience. In order to make sure you can easily run the most recent stable release, we are working hard to keep the update process simple and reliable.
@@ -12,8 +12,29 @@ Gemfile
12
12
  Gemfile.lock
13
13
  History.rdoc
14
14
  LICENSE.rdoc
15
+ MAINTENANCE.md
15
16
  Manifest.txt
16
17
  README.rdoc
17
18
  Rakefile
18
19
  config.reek
20
+ docs/Rakefile
21
+ docs/de-DE/Article_Info.xml
22
+ docs/de-DE/Author_Group.xml
23
+ docs/de-DE/Rakefile
24
+ docs/de-DE/Revision_History.xml
25
+ docs/de-DE/hoe-reek.ent
26
+ docs/de-DE/hoe-reek.xml
27
+ docs/de-DE/images/icon.svg
28
+ docs/en-US/Article_Info.mo
29
+ docs/en-US/Article_Info.po
30
+ docs/en-US/Author_Group.po
31
+ docs/en-US/Revision_History.po
32
+ docs/en-US/Revision_History.xml
33
+ docs/en-US/hoe-reek.mo
34
+ docs/en-US/hoe-reek.po
35
+ docs/pot/Article_Info.pot
36
+ docs/pot/Author_Group.pot
37
+ docs/pot/Revision_History.pot
38
+ docs/pot/hoe-reek.pot
39
+ docs/publican.cfg
19
40
  lib/hoe/reek.rb
@@ -2,9 +2,11 @@
2
2
 
3
3
  home :: http://saigkill.github.io
4
4
  code :: http://github.com/saigkill/hoe-reek
5
- docu :: https://saigkill.github.io/docs/hoe-reek/index
5
+ docu (en) :: https://saigkill.github.io/docs/hoe-reek/tmp/en-US/html/index.html
6
+ docu (de) :: https://saigkill.github.io/docs/hoe-reek/tmp/de-DE/html/index.html
6
7
  apidoc :: http://www.rubydoc.info/gems/hoe-reek
7
- bugs :: https://saigkill.myjetbrains.com/youtrack/issues?q=project%3A+hoe-reek
8
+ bugs :: https://saigkill.myjetbrains.com/youtrack/issues
9
+ min. rubyver :: 2.2.0
8
10
  license :: {<img src="http://img.shields.io/:license-mit-blue.svg" />}[https://github.com/saigkill/hoe-reek/blob/master/LICENSE.rdoc]
9
11
  last public version :: {<img src="https://badge.fury.io/rb/hoe-reek.png" alt="Last Version" />}[http://rubygems.org/gems/hoe-reek]
10
12
  downloads latest :: {<img src="https://img.shields.io/gem/dtv/hoe-reek.svg" alt="Downloads latest version" />}[http://rubygems.org/gems/hoe-reek]
@@ -29,7 +31,7 @@ Tasks to integrate the reek code smell engine into your hoe projects. This proje
29
31
  This Gem was programmed and tested for Linux systems. If anyone would like to make the methods also fit for other OS,
30
32
  i'm happy about Pull requests.
31
33
 
32
- For a detailed information please visit: https://saigkill.github.io/docs/hoe-reek/index
34
+ For a detailed information please visit: https://saigkill.github.io/docs/hoe-reek/tmp/en-US/html/index.html (en) or https://saigkill.github.io/docs/hoe-reek/tmp/de-DE/html/index.html (de).
33
35
  If you like this piece of software don't forget to give the gitlab repo a star.
34
36
 
35
37
  == SYNOPSIS:
@@ -47,13 +49,12 @@ Also add hoe-reek to your requirements and recreate your Gemfile.
47
49
  == REQUIREMENTS:
48
50
 
49
51
  * rake
52
+ * reek
50
53
  * hoe
51
54
 
52
55
  == INSTALL:
53
56
 
54
57
  gem install hoe-reek
55
- cd /path/to/gem (In case of using RVM anything like ~/.rvm/gems/ruby-2.2.1/gems/hoe-reek)
56
- rake setup
57
58
 
58
59
  == RUN:
59
60
 
data/Rakefile CHANGED
@@ -45,10 +45,10 @@ Hoe.spec 'hoe-reek' do
45
45
  self.history_file = 'History.rdoc'
46
46
  self.readme_file = 'README.rdoc'
47
47
  self.extra_rdoc_files = FileList['*.rdoc'].to_a
48
- self.post_install_message = 'Please file bugreports and feature requests on: https://saigkill.myjetbrains.com/youtrack/issues?q=project%3A+hoe-reek'
48
+ self.post_install_message = 'Please file bugreports and feature requests on: https://saigkill.myjetbrains.com/youtrack/issues'
49
49
 
50
50
  dependency 'bundler', '~> 1.11'
51
- dependency 'setup', '~> 5.2'
51
+ dependency 'reek', '~> 4.4'
52
52
 
53
53
  extra_dev_deps << ['coveralls', '~> 0.8']
54
54
  extra_dev_deps << ['hoe-bundler', '~> 1.3']
@@ -56,13 +56,10 @@ Hoe.spec 'hoe-reek' do
56
56
  extra_dev_deps << ['hoe-git', '~> 1.6']
57
57
  extra_dev_deps << ['hoe-highline', '~> 0.2']
58
58
  extra_dev_deps << ['hoe-manns', '~> 1.4']
59
- extra_dev_deps << ['hoe-reek', '~> 1.1']
60
59
  extra_dev_deps << ['hoe-rubygems', '~> 1.0']
61
60
  extra_dev_deps << ['hoe-seattlerb', '~> 1.3']
62
61
  extra_dev_deps << ['hoe-version', '~> 1.2']
63
- #extra_dev_deps << ['minitest', '~> 5.8']
64
62
  extra_dev_deps << ['rake', '~> 11.2']
65
- extra_dev_deps << ['reek', '~> 4.2']
66
63
  extra_dev_deps << ['rspec', '~> 3.5']
67
64
  extra_dev_deps << ['simplecov', '~> 0.12']
68
65
  end
@@ -0,0 +1,24 @@
1
+ # -*- ruby -*-
2
+ # encoding: utf-8
3
+ require 'fileutils'
4
+
5
+ task :default do
6
+ puts 'uasge rake [build] [publish]'
7
+ puts
8
+ puts 'Options:'
9
+ puts 'build: builds the publication for de-DE and en-US'
10
+ puts 'publish: copies the publication to the right dir in saigkill.github.io/docs, adds, commits and pushs'
11
+ end
12
+
13
+ task :build do
14
+ system('publican build --formats=html --langs=de-DE,en-US')
15
+ end
16
+
17
+ task :publish do
18
+ system('cp -a * ~/RubymineProjects/saigkill.github.com/docs/hoe-reek')
19
+ FileUtils.cd('~/RubymineProjects/saigkill.github.com/docs/hoe-reek')
20
+ system('git add *')
21
+ system('git commit -m "Updated docs for hoe-reek"')
22
+ system('git push')
23
+ FileUtils.cd('~/RubymineProjects/hoe-reek')
24
+ end
@@ -0,0 +1,24 @@
1
+ <?xml version="1.0" encoding="utf-8"?>
2
+ <!DOCTYPE info [
3
+ <!ENTITY % BOOK_ENTITIES SYSTEM "hoe-reek.ent">
4
+ <!ENTITY % sgml.features "IGNORE">
5
+ <!ENTITY % xml.features "INCLUDE">
6
+ <!ENTITY % DOCBOOK_ENTS PUBLIC "-//OASIS//ENTITIES DocBook Character Entities V4.5//EN" "/usr/share/xml/docbook/schema/dtd/4.5/dbcentx.mod">
7
+ %BOOK_ENTITIES;
8
+ %DOCBOOK_ENTS;
9
+ ]>
10
+ <info xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink" version="5.0" xml:id="info-Documentation-hoe-reek-hoe_reek">
11
+ <title>hoe-reek</title>
12
+ <subtitle>Erweitert hoe um eine Reek Überprüfungsfunktion.</subtitle>
13
+ <productname>Documentation</productname>
14
+ <productnumber>&VERSION;</productnumber>
15
+ <edition>0</edition>
16
+ <abstract>
17
+ <para>
18
+ hoe-reek erweitert die Funktionen der Ruby-Software hoe um einen zusätzlichen Reek Rake-Task.
19
+ </para>
20
+ </abstract>
21
+
22
+ <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="Common_Content/Legal_Notice.xml"/>
23
+ <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="Author_Group.xml"/>
24
+ </info>
@@ -0,0 +1,22 @@
1
+ <?xml version='1.0' encoding='utf-8' ?>
2
+ <!DOCTYPE authorgroup [
3
+ <!ENTITY % BOOK_ENTITIES SYSTEM "hoe-reek.ent">
4
+ %BOOK_ENTITIES;
5
+ <!ENTITY % sgml.features "IGNORE">
6
+ <!ENTITY % xml.features "INCLUDE">
7
+ <!ENTITY % DOCBOOK_ENTS PUBLIC "-//OASIS//ENTITIES DocBook Character Entities V4.5//EN" "/usr/share/xml/docbook/schema/dtd/4.5/dbcentx.mod">
8
+ %DOCBOOK_ENTS;
9
+ ]>
10
+ <authorgroup version="5.0" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
11
+ <author>
12
+ <personname><firstname>Sascha</firstname>
13
+ <surname>Manns</surname>
14
+ </personname>
15
+ <affiliation>
16
+ <orgname></orgname>
17
+ <orgdiv></orgdiv>
18
+ </affiliation>
19
+ <email>samannsml@directbox.com</email>
20
+ </author>
21
+ </authorgroup>
22
+
@@ -0,0 +1,193 @@
1
+ # -*- ruby -*-
2
+ # encoding: utf-8
3
+ require 'fileutils'
4
+
5
+ task :default do
6
+ puts 'usage: rake [export_docx] [export_odt] [export_rtf] [export_wml] [export_pdf] [export_html] [export_man] [export_txt] [export_txt] [export_epub]'
7
+ puts
8
+ puts 'Options:'
9
+ puts 'export_docx : Export DocBook source to DOCX'
10
+ puts ' Example: rake export_docx'
11
+ puts 'export_odt : Export DocBook source to ODT'
12
+ puts ' Example: rake export_odt'
13
+ puts 'export_rtf : Export DocBook source to RTF'
14
+ puts ' Example: rake export_rtf'
15
+ puts 'export_wml: Export DocBook source to WML'
16
+ puts ' Example: rake export_wml'
17
+ puts 'export_pdf: Export Docbook source to PDF'
18
+ puts ' Example: rake export_pdf'
19
+ puts 'export_html: Export DocBook source to HTML'
20
+ puts ' Example: rake export_html'
21
+ puts 'export_man: Export DocBook source to MAN'
22
+ puts ' Example: rake export_man'
23
+ puts 'export_txt: Export DocBook source to TXT'
24
+ puts ' Example: rake export_txt'
25
+ puts 'export_epub: Export DocBook source to EPUB'
26
+ puts ' Example: rake export_epub'
27
+ puts 'export_eclipse: Export DocBook source to Eclipse Help'
28
+ puts ' Example: rake export_eclipse'
29
+ end
30
+
31
+ require 'dir'
32
+ require 'fileutils'
33
+ desc 'Checks if temp dir is available. Otherwise it creates it'
34
+ task :checker do
35
+ todos = "../tmp/de-DE/docx"
36
+ if Dir.exist?(todos)
37
+ puts 'Found directory. Im using it.'
38
+ else
39
+ puts 'No directory found. Im creating it.'
40
+ FileUtils.mkdir_p(todos)
41
+ end
42
+ todos = "../tmp/de-DE/odt"
43
+ if Dir.exist?(todos)
44
+ puts 'Found directory. Im using it.'
45
+ else
46
+ puts 'No directory found. Im creating it.'
47
+ FileUtils.mkdir_p(todos)
48
+ end
49
+ todos = "../tmp/de-DE/rtf"
50
+ if Dir.exist?(todos)
51
+ puts 'Found directory. Im using it.'
52
+ else
53
+ puts 'No directory found. Im creating it.'
54
+ FileUtils.mkdir_p(todos)
55
+ end
56
+ todos = "../tmp/de-DE/wml"
57
+ if Dir.exist?(todos)
58
+ puts 'Found directory. Im using it.'
59
+ else
60
+ puts 'No directory found. Im creating it.'
61
+ FileUtils.mkdir_p(todos)
62
+ end
63
+ end
64
+
65
+ desc 'Convert to DOCX'
66
+ task :export_docx => [:checker] do
67
+ puts 'Resolving all XML-Entities and XI-Includes'
68
+ system("xmllint --noent --dropdtd --xinclude hoe-reek.xml -o hoe-reek-resolved.xml")
69
+ puts 'Formatting XML to XSL-FO'
70
+ system("saxon-xslt -o hoe-reek.fo hoe-reek-resolved.xml /opt/XMLmind/xfc-xcom-stylesheet/xsl/fo/docbook.xsl")
71
+ puts 'Removing temporary resolved file'
72
+ FileUtils.rm('hoe-reek-resolved.xml')
73
+ puts 'Transforming to DOCX'
74
+ system("fo2docx hoe-reek.fo > ../tmp/de-DE/docx/hoe-reek.docx")
75
+ puts 'Launching LibreOffice Writer for Preview'
76
+ system("lowriter ../tmp/de-DE/docx/hoe-reek.docx &")
77
+ end
78
+
79
+ desc 'Convert to ODT'
80
+ task :export_odt => [:checker] do
81
+ puts 'Resolving all XML-Entities and XI-Includes'
82
+ system("xmllint --noent --dropdtd --xinclude hoe-reek.xml -o hoe-reek-resolved.xml")
83
+ puts 'Formatting XML to XSL-FO'
84
+ system("saxon-xslt -o hoe-reek.fo hoe-reek-resolved.xml /opt/XMLmind/xfc-xcom-stylesheet/xsl/fo/docbook.xsl")
85
+ puts 'Removing temporary resolved file'
86
+ FileUtils.rm('hoe-reek-resolved.xml')
87
+ puts 'Transforming to ODT'
88
+ system("fo2odt hoe-reek.fo > ../tmp/de-DE/odt/hoe-reek.odt")
89
+ puts 'Launching LibreOffice Writer for Preview'
90
+ system("lowriter ../tmp/de-DE/odt/hoe-reek.odt &")
91
+ end
92
+
93
+ desc 'Convert to RTF'
94
+ task :export_rtf => [:checker] do
95
+ puts 'Resolving all XML-Entities and XI-Includes'
96
+ system("xmllint --noent --dropdtd --xinclude hoe-reek.xml -o hoe-reek-resolved.xml")
97
+ puts 'Formatting XML to XSL-FO'
98
+ system("saxon-xslt -o hoe-reek.fo hoe-reek-resolved.xml /opt/XMLmind/xfc-xcom-stylesheet/xsl/fo/docbook.xsl")
99
+ puts 'Removing temporary resolved file'
100
+ FileUtils.rm('hoe-reek-resolved.xml')
101
+ puts 'Transforming to RTF'
102
+ system("fo2rtf hoe-reek.fo > ../tmp/de-DE/rtf/hoe-reek.rtf")
103
+ puts 'Launching LibreOffice Writer for Preview'
104
+ system("lowriter ../tmp/de-DE/rtf/hoe-reek.rtf &")
105
+ end
106
+
107
+ desc 'Convert to WML'
108
+ task :export_wml => [:checker] do
109
+ puts 'Resolving all XML-Entities and XI-Includes'
110
+ system("xmllint --noent --dropdtd --xinclude hoe-reek.xml -o hoe-reek-resolved.xml")
111
+ puts 'Formatting XML to XSL-FO'
112
+ system("saxon-xslt -o hoe-reek.fo hoe-reek-resolved.xml /opt/XMLmind/xfc-xcom-stylesheet/xsl/fo/docbook.xsl")
113
+ puts 'Removing temporary resolved file'
114
+ FileUtils.rm('hoe-reek-resolved.xml')
115
+ puts 'Transforming to WML'
116
+ system("fo2wml hoe-reek.fo > ../tmp/de-DE/wml/hoe-reek.wml")
117
+ end
118
+
119
+ desc 'Convert to PDF'
120
+ task :export_pdf do
121
+ FileUtils.cd('..')
122
+ puts 'Cleaning up temp directory'
123
+ system('publican clean')
124
+ puts 'Formatting to PDF'
125
+ system('publican build --langs=de-DE --formats=pdf --allow_network')
126
+ puts 'Launching PDF-Viewer'
127
+ system('/usr/bin/evince tmp/de-DE/pdf/*.pdf &')
128
+ end
129
+
130
+ desc 'Convert to HTML'
131
+ task :export_html do
132
+ FileUtils.cd('..')
133
+ puts 'Cleaning up temp directory'
134
+ system('publican clean')
135
+ puts 'Formatting to PDF'
136
+ system('publican build --langs=de-DE --formats=html --allow_network')
137
+ puts 'Launching Browser'
138
+ system('firefox tmp/de-DE/html/index.html &')
139
+ end
140
+
141
+ desc 'Convert to MAN'
142
+ task :export_man do
143
+ FileUtils.cd('..')
144
+ puts 'Cleaning up temp directory'
145
+ system('publican clean')
146
+ puts 'Formatting to MAN'
147
+ system('publican build --langs=de-DE --formats=man --allow_network')
148
+ end
149
+
150
+ desc 'Convert to TXT'
151
+ task :export_txt do
152
+ FileUtils.cd('..')
153
+ puts 'Cleaning up temp directory'
154
+ system('publican clean')
155
+ puts 'Formatting to TXT'
156
+ system('publican build --langs=de-DE --formats=txt --allow_network')
157
+ puts 'Launching Texteditor'
158
+ system('gedit tmp/de-DE/txt/*.txt &')
159
+ end
160
+
161
+ desc 'Convert to EPUB'
162
+ task :export_epub do
163
+ FileUtils.cd('..')
164
+ puts 'Cleaning up temp directory'
165
+ system('publican clean')
166
+ puts 'Formatting to EPUB'
167
+ system('publican build --langs=de-DE --formats=epub --allow_network')
168
+ if File.exist?('/usr/bin/ebook-viewer')
169
+ puts 'Launching EPUB-Viewer'
170
+ system('ebook-viewer /tmp/de-DE/*.epub &')
171
+ else
172
+ puts 'You have to install calibre for using ebook-viewer for preview'
173
+ end
174
+ end
175
+
176
+ desc 'Convert to ECLIPSE'
177
+ task :export_eclipse do
178
+ FileUtils.cd('..')
179
+ puts 'Cleaning up temp directory'
180
+ system('publican clean')
181
+ puts 'Formatting to ECLIPSE'
182
+ system('publican build --langs=de-DE --formats=eclipse --allow_network')
183
+ end
184
+
185
+ desc 'Run convert to most used formats'
186
+ task :export_most => [:export_docx, :export_odt, :export_rtf, :export_html, :export_pdf] do
187
+ puts 'Successful exported to DOCX, ODT, RTF, HTML and PDF'
188
+ end
189
+
190
+ desc 'Run convert to all formats'
191
+ task :export_all => [:export_most, :export_wml, :export_man, :export_txt, :export_epub, :export_eclipse] do
192
+ puts 'Successfull exported to all formats'
193
+ end
@@ -0,0 +1,29 @@
1
+ <?xml version='1.0' encoding='utf-8' ?>
2
+ <!DOCTYPE appendix [
3
+ <!ENTITY % BOOK_ENTITIES SYSTEM "hoe-reek.ent">
4
+ %BOOK_ENTITIES;
5
+ <!ENTITY % sgml.features "IGNORE">
6
+ <!ENTITY % xml.features "INCLUDE">
7
+ <!ENTITY % DOCBOOK_ENTS PUBLIC "-//OASIS//ENTITIES DocBook Character Entities V4.5//EN" "/usr/share/xml/docbook/schema/dtd/4.5/dbcentx.mod">
8
+ %DOCBOOK_ENTS;
9
+ ]>
10
+ <appendix version="5.0" xml:id="appe-Documentation-hoe-reek-Versionsgeschichte" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
11
+ <title>Versionsgeschichte</title>
12
+ <revhistory>
13
+ <revision>
14
+ <revnumber>1.1.6-0</revnumber>
15
+ <date>Fri Sep 2 2016</date>
16
+ <author>
17
+ <personname><firstname>Sascha</firstname>
18
+ <surname>Manns</surname>
19
+ </personname><email>samannsml@directbox.com</email>
20
+ </author>
21
+ <revdescription>
22
+ <simplelist>
23
+ <member>Initial creation</member>
24
+ </simplelist>
25
+ </revdescription>
26
+ </revision>
27
+ </revhistory>
28
+ </appendix>
29
+
@@ -0,0 +1,5 @@
1
+ <!ENTITY PRODUCT "Documentation">
2
+ <!ENTITY BOOKID "hoe-reek">
3
+ <!ENTITY YEAR "2016">
4
+ <!ENTITY HOLDER "Sascha Manns">
5
+ <!ENTITY VERSION "1.1.6" >
@@ -0,0 +1,83 @@
1
+ <?xml version='1.0' encoding='utf-8' ?>
2
+ <!DOCTYPE article [
3
+ <!ENTITY % BOOK_ENTITIES SYSTEM "hoe-reek.ent">
4
+ %BOOK_ENTITIES;
5
+ <!ENTITY % sgml.features "IGNORE">
6
+ <!ENTITY % xml.features "INCLUDE">
7
+ <!ENTITY % DOCBOOK_ENTS PUBLIC "-//OASIS//ENTITIES DocBook Character Entities V4.5//EN" "/usr/share/xml/docbook/schema/dtd/4.5/dbcentx.mod">
8
+ %DOCBOOK_ENTS;
9
+ ]>
10
+ <article version="5.0" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
11
+ <xi:include href="Article_Info.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
12
+ <info>
13
+ <title>hoe-reek</title>
14
+ </info>
15
+ <section>
16
+ <info>
17
+ <title>Einführung</title>
18
+ </info>
19
+ <para>hoe-reek ist eine Erweiterung der Ruby-Projektsoftware hoe (siehe <link xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="https://github.com/seattlerb/hoe"/> ). Es erweitert die Standard Rake-Tasks der Software um einen weiteren.</para>
20
+ <para>Die Benutzung erfordert eine installierte Ruby Version (Höher oder gleich 2.2.0), reek, sowie ein installiertes und eingerichtetes hoe.</para>
21
+ </section>
22
+ <section>
23
+ <info>
24
+ <title>Installierung</title>
25
+ </info>
26
+ <para>Die Installation erfolgt in der Konsole via: <command>gem install hoe-reek</command>.</para>
27
+ </section>
28
+ <section>
29
+ <info>
30
+ <title>Einbindung</title>
31
+ </info>
32
+ <para>Zum Einbinden von hoe-reek öffnen Sie das Rakefile Ihres Projektes und schreiben folgendes
33
+ oberhalb der hoe spec Zeile:</para>
34
+ <para><code>Hoe.plugin :reek </code></para>
35
+ <para><code>Hoe.spec 'yourproject' do ... </code></para>
36
+ <para><code>end</code></para>
37
+ <para>Selbstverständlich tragen Sie hoe-reek auch als Abhängigkeit in Ihr Rakefile ein, und
38
+ generieren ein neues Gemfile. Anschließend steht Ihnen hoe-reek zur Verfügung.</para>
39
+ </section>
40
+ <section>
41
+ <info>
42
+ <title>Benutzung</title>
43
+ </info>
44
+ <para>hoe-reek integriert den zusätzlichen Rake-Task: <itemizedlist>
45
+ <listitem>
46
+ <para><command>rake reek</command></para>
47
+ </listitem>
48
+ </itemizedlist></para>
49
+ <para><command>rake reek</command> startet reek mit den folgenden Parametern:
50
+ <itemizedlist>
51
+ <listitem>config_file: config.reek</listitem>
52
+ <listitem>source_files = 'lib/**/*.rb'</listitem>
53
+ <listitem>reek_opts = ''</listitem>
54
+ <listitem>fail_on_error = false</listitem>
55
+ <listitem>verbose = true</listitem>
56
+ </itemizedlist>
57
+ So erwartet Reek das Configfile "config.reek" im Haupt-Projektverzeichnis und untersucht alle Dateien unterhalb 'lib'. Es werden keine weiteren Optionen übergeben und Reek bricht bei einem gefundenen Fehler nicht gleich ab. Zusätzlich wurde die Option "Verbose" gewählt, um weiteren Output zu erhalten.
58
+ </para>
59
+ <para>Die Spezifikation des "config.reek" Files entnehmen Sie hier: <link xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="https://github.com/troessner/reek#configuration-file">https://github.com/troessner/reek#configuration-file</link></para>
60
+ </section>
61
+ <section>
62
+ <title>Weitere Informationen</title>
63
+ <para>Die API-Dokumentation von hoe-reek liegt hier: <link
64
+ xmlns:xlink="http://www.w3.org/1999/xlink"
65
+ xlink:href="http://www.rubydoc.info/gems/hoe-reek"
66
+ >http://www.rubydoc.info/gems/hoe-reek</link>.</para>
67
+ <para>Bugreports und Feature Requests können gerne hier eingereicht werden: <link
68
+ xmlns:xlink="http://www.w3.org/1999/xlink"
69
+ xlink:href="https://saigkill.myjetbrains.com/youtrack/issues"
70
+ >https://saigkill.myjetbrains.com/youtrack/issues</link>.</para>
71
+ <para>
72
+ <caution>
73
+ <para>Diese Software wurde auf einem Linux-System mit RVM als Rubymanager entworfen
74
+ und getestet. Sollte jemand eine Idee haben, wie man die Software auch unter
75
+ anderen Betriebssystemen oder Rubymanagern lauffähig macht, kann er gerne einen
76
+ Pull-Request im Github Projekt einreichen.</para>
77
+ </caution>
78
+ </para>
79
+ </section>
80
+ <xi:include href="Revision_History.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
81
+ <index />
82
+ </article>
83
+
@@ -0,0 +1,19 @@
1
+ <?xml version="1.0" encoding="UTF-8" standalone="no"?>
2
+ <svg xmlns:svg="http://www.w3.org/2000/svg" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.0" width="32" height="32" id="svg3017">
3
+ <defs id="defs3019">
4
+ <linearGradient id="linearGradient2381">
5
+ <stop id="stop2383" style="stop-color:#ffffff;stop-opacity:1" offset="0"/>
6
+ <stop id="stop2385" style="stop-color:#ffffff;stop-opacity:0" offset="1"/>
7
+ </linearGradient>
8
+ <linearGradient x1="296.4996" y1="188.81061" x2="317.32471" y2="209.69398" id="linearGradient2371" xlink:href="#linearGradient2381" gradientUnits="userSpaceOnUse" gradientTransform="matrix(0.90776,0,0,0.90776,24.35648,49.24131)"/>
9
+ </defs>
10
+ <g transform="matrix(0.437808,-0.437808,0.437808,0.437808,-220.8237,43.55311)" id="g5089">
11
+ <path d="m 8.4382985,-6.28125 c -0.6073916,0 -4.3132985,5.94886271 -4.3132985,8.25 l 0,26.71875 c 0,0.846384 0.5818159,1.125 1.15625,1.125 l 25.5625,0 c 0.632342,0 1.125001,-0.492658 1.125,-1.125 l 0,-5.21875 0.28125,0 c 0.49684,0 0.906249,-0.409411 0.90625,-0.90625 l 0,-27.9375 c 0,-0.4968398 -0.40941,-0.90625 -0.90625,-0.90625 l -23.8117015,0 z" transform="translate(282.8327,227.1903)" id="path5091" style="fill:#5c5c4f;stroke:#000000;stroke-width:3.23021388;stroke-miterlimit:4;stroke-dasharray:none"/>
12
+ <rect width="27.85074" height="29.369793" rx="1.1414107" ry="1.1414107" x="286.96509" y="227.63805" id="rect5093" style="fill:#032c87"/>
13
+ <path d="m 288.43262,225.43675 25.2418,0 0,29.3698 -26.37615,0.0241 1.13435,-29.39394 z" id="rect5095" style="fill:#ffffff"/>
14
+ <path d="m 302.44536,251.73726 c 1.38691,7.85917 -0.69311,11.28365 -0.69311,11.28365 2.24384,-1.60762 3.96426,-3.47694 4.90522,-5.736 0.96708,2.19264 1.83294,4.42866 4.27443,5.98941 0,0 -1.59504,-7.2004 -1.71143,-11.53706 l -6.77511,0 z" id="path5097" style="fill:#a70000;fill-opacity:1;stroke-width:2"/>
15
+ <rect width="25.241802" height="29.736675" rx="0.89682275" ry="0.89682275" x="290.73544" y="220.92249" id="rect5099" style="fill:#809cc9"/>
16
+ <path d="m 576.47347,725.93939 6.37084,0.41502 0.4069,29.51809 c -1.89202,-1.31785 -6.85427,-3.7608 -8.26232,-1.68101 l 0,-26.76752 c 0,-0.82246 0.66212,-1.48458 1.48458,-1.48458 z" transform="matrix(0.499065,-0.866565,0,1,0,0)" id="rect5101" style="fill:#4573b3;fill-opacity:1"/>
17
+ <path d="m 293.2599,221.89363 20.73918,0 c 0.45101,0 0.8141,0.3631 0.8141,0.81411 0.21547,6.32836 -19.36824,21.7635 -22.36739,17.59717 l 0,-17.59717 c 0,-0.45101 0.3631,-0.81411 0.81411,-0.81411 z" id="path5103" style="opacity:0.65536726;fill:url(#linearGradient2371);fill-opacity:1"/>
18
+ </g>
19
+ </svg>
@@ -0,0 +1,29 @@
1
+ msgid ""
2
+ msgstr ""
3
+ "Project-Id-Version: 0\n"
4
+ "POT-Creation-Date: 2016-09-02 09:43+0200\n"
5
+ "PO-Revision-Date: 2016-09-02 09:51+0200\n"
6
+ "Language-Team: None\n"
7
+ "MIME-Version: 1.0\n"
8
+ "Content-Type: text/plain; charset=UTF-8\n"
9
+ "Content-Transfer-Encoding: 8bit\n"
10
+ "X-Generator: Poedit 1.8.7.1\n"
11
+ "Last-Translator: \n"
12
+ "Plural-Forms: nplurals=2; plural=(n != 1);\n"
13
+ "Language: en_US\n"
14
+
15
+ msgid "hoe-reek"
16
+ msgstr "hoe-reek"
17
+
18
+ msgid "Erweitert hoe um eine Reek Überprüfungsfunktion."
19
+ msgstr "Extends hoe with a new Reek checker task."
20
+
21
+ msgid "Documentation"
22
+ msgstr ""
23
+
24
+ msgid ""
25
+ "hoe-reek erweitert die Funktionen der Ruby-Software hoe um einen "
26
+ "zusätzlichen Reek Rake-Task."
27
+ msgstr ""
28
+ "hoe-reek extends the standard functions of the Ruby-Software hoe "
29
+ "with a new Reek Rake-Task."
@@ -0,0 +1,19 @@
1
+ msgid ""
2
+ msgstr ""
3
+ "Project-Id-Version: 0\n"
4
+ "POT-Creation-Date: 2016-09-02 09:43+0200\n"
5
+ "PO-Revision-Date: 2016-09-02 09:43+0200\n"
6
+ "Last-Translator: Automatically generated\n"
7
+ "Language-Team: None\n"
8
+ "Language: de-DE \n"
9
+ "MIME-Version: 1.0\n"
10
+ "Content-Type: application/x-publican; charset=UTF-8\n"
11
+ "Content-Transfer-Encoding: 8bit\n"
12
+ "X-Generator: Publican v4.3.2\n"
13
+
14
+ msgid "Sascha"
15
+ msgstr ""
16
+
17
+ msgid "Manns"
18
+ msgstr ""
19
+
@@ -0,0 +1,25 @@
1
+ msgid ""
2
+ msgstr ""
3
+ "Project-Id-Version: 0\n"
4
+ "POT-Creation-Date: 2016-09-02 09:43+0200\n"
5
+ "PO-Revision-Date: 2016-09-02 09:43+0200\n"
6
+ "Last-Translator: Automatically generated\n"
7
+ "Language-Team: None\n"
8
+ "Language: de-DE \n"
9
+ "MIME-Version: 1.0\n"
10
+ "Content-Type: application/x-publican; charset=UTF-8\n"
11
+ "Content-Transfer-Encoding: 8bit\n"
12
+ "X-Generator: Publican v4.3.2\n"
13
+
14
+ msgid "Versionsgeschichte"
15
+ msgstr ""
16
+
17
+ msgid "Sascha"
18
+ msgstr ""
19
+
20
+ msgid "Manns"
21
+ msgstr ""
22
+
23
+ msgid "Initial creation"
24
+ msgstr ""
25
+
@@ -0,0 +1,29 @@
1
+ <?xml version='1.0' encoding='utf-8' ?>
2
+ <!DOCTYPE appendix [
3
+ <!ENTITY % sgml.features "IGNORE">
4
+ <!ENTITY % xml.features "INCLUDE">
5
+ <!ENTITY % DOCBOOK_ENTS PUBLIC "-//OASIS//ENTITIES DocBook Character Entities V4.5//EN" "/usr/share/xml/docbook/schema/dtd/4.5/dbcentx.mod">
6
+ %DOCBOOK_ENTS;
7
+ ]>
8
+ <appendix version="5.0" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
9
+ <title>Revision History</title>
10
+ <simpara>
11
+ <revhistory>
12
+ <revision>
13
+ <revnumber>1.1.6-0.1</revnumber>
14
+ <date>Fri Sep 2 2016</date>
15
+ <author>
16
+ <firstname>Sascha</firstname>
17
+ <surname>Manns</surname>
18
+ <email>Sascha.Manns@bdvb.de</email>
19
+ </author>
20
+ <revdescription>
21
+ <simplelist>
22
+ <member>Translation files synchronised with XML sources 1.1.6-0</member>
23
+ </simplelist>
24
+ </revdescription>
25
+ </revision>
26
+ </revhistory>
27
+ </simpara>
28
+ </appendix>
29
+
Binary file
@@ -0,0 +1,75 @@
1
+ msgid ""
2
+ msgstr ""
3
+ "Project-Id-Version: 0\n"
4
+ "POT-Creation-Date: 2016-09-02 09:43+0200\n"
5
+ "PO-Revision-Date: 2016-09-02 10:03+0200\n"
6
+ "Last-Translator: Automatically generated\n"
7
+ "Language-Team: None\n"
8
+ "Language: de_DE\n"
9
+ "MIME-Version: 1.0\n"
10
+ "Content-Type: text/plain; charset=UTF-8\n"
11
+ "Content-Transfer-Encoding: 8bit\n"
12
+ "X-Generator: Poedit 1.8.7.1\n"
13
+
14
+ msgid "hoe-reek"
15
+ msgstr ""
16
+
17
+ msgid "Einführung"
18
+ msgstr "Introduction"
19
+
20
+ msgid "hoe-reek ist eine Erweiterung der Ruby-Projektsoftware hoe (siehe <link xlink:href=\"https://github.com/seattlerb/hoe\" xmlns:xlink=\"http://www.w3.org/1999/xlink\"></link> ). Es erweitert die Standard Rake-Tasks der Software um einen weiteren."
21
+ msgstr "hoe-reek is a extension (plugin) for the Ruby-Projectsoftware hoe (see <link xlink:href=\"https://github.com/seattlerb/hoe\" xmlns:xlink=\"http://www.w3.org/1999/xlink\"></link> ). It extends the standard Rake-Tasks with a new one."
22
+
23
+ msgid "Die Benutzung erfordert eine installierte Ruby Version (Höher oder gleich 2.2.0), reek, sowie ein installiertes und eingerichtetes hoe."
24
+ msgstr "To use that software you need a installed Ruby version (higher or equal 2.2.0), reek, and a running hoe."
25
+
26
+ msgid "Installierung"
27
+ msgstr "Installation"
28
+
29
+ msgid "Die Installation erfolgt in der Konsole via: <command>gem install hoe-reek</command>."
30
+ msgstr "The installation works in the console/terminal via: <command>gem install hoe-reek</command>."
31
+
32
+ msgid "Einbindung"
33
+ msgstr "Setup"
34
+
35
+ msgid "Zum Einbinden von hoe-reek öffnen Sie das Rakefile Ihres Projektes und schreiben folgendes oberhalb der hoe spec Zeile:"
36
+ msgstr "You have to add the following line to your projects Rakefile:"
37
+
38
+ msgid "<code>Hoe.plugin :reek </code>"
39
+ msgstr ""
40
+
41
+ msgid "<code>Hoe.spec 'yourproject' do ... </code>"
42
+ msgstr ""
43
+
44
+ msgid "<code>end</code>"
45
+ msgstr ""
46
+
47
+ msgid "Selbstverständlich tragen Sie hoe-reek auch als Abhängigkeit in Ihr Rakefile ein, und generieren ein neues Gemfile. Anschließend steht Ihnen hoe-reek zur Verfügung."
48
+ msgstr "Sure, you have to add hoe-reek as dependency into your Rakefile and also generate a new Gemfile. Then hoe-reek is ready to work with you."
49
+
50
+ msgid "Benutzung"
51
+ msgstr "Usage"
52
+
53
+ msgid "hoe-reek integriert den zusätzlichen Rake-Task:"
54
+ msgstr "hoe-reek integrates that new Rake-Task:"
55
+
56
+ msgid "<command>rake reek</command>"
57
+ msgstr ""
58
+
59
+ msgid "<command>rake reek</command> startet reek mit den folgenden Parametern: <itemizedlist> <listitem>config_file: config.reek</listitem> <listitem>source_files = 'lib/**/*.rb'</listitem> <listitem>reek_opts = ''</listitem> <listitem>fail_on_error = false</listitem> <listitem>verbose = true</listitem> </itemizedlist> So erwartet Reek das Configfile \"config.reek\" im Haupt-Projektverzeichnis und untersucht alle Dateien unterhalb 'lib'. Es werden keine weiteren Optionen übergeben und Reek bricht bei einem gefundenen Fehler nicht gleich ab. Zusätzlich wurde die Option \"Verbose\" gewählt, um weiteren Output zu erhalten."
60
+ msgstr "<command>rake reek</command> starts reek with the following parameters: <itemizedlist> <listitem>config_file: config.reek</listitem> <listitem>source_files = 'lib/**/*.rb'</listitem> <listitem>reek_opts = ''</listitem> <listitem>fail_on_error = false</listitem> <listitem>verbose = true</listitem> </itemizedlist> So reek expects a config file \"config.reek\" in the main project directory and checks all ruby files in 'lib'. No additional options will be given to reek. Reek doesn't break by a found error and gives out a verbose output."
61
+
62
+ msgid "Die Spezifikation des \"config.reek\" Files entnehmen Sie hier: <link xlink:href=\"https://github.com/troessner/reek#configuration-file\" xmlns:xlink=\"http://www.w3.org/1999/xlink\">https://github.com/troessner/reek#configuration-file</link>"
63
+ msgstr "The specification of \"config.reek\" can found there: <link xlink:href=\"https://github.com/troessner/reek#configuration-file\" xmlns:xlink=\"http://www.w3.org/1999/xlink\">https://github.com/troessner/reek#configuration-file</link>"
64
+
65
+ msgid "Weitere Informationen"
66
+ msgstr "Additional Information"
67
+
68
+ msgid "Die API-Dokumentation von hoe-reek liegt hier: <link xlink:href=\"http://www.rubydoc.info/gems/hoe-reek\" xmlns:xlink=\"http://www.w3.org/1999/xlink\">http://www.rubydoc.info/gems/hoe-reek</link>."
69
+ msgstr "The API-Documentation from hoe-reek can found there: <link xlink:href=\"http://www.rubydoc.info/gems/hoe-reek\" xmlns:xlink=\"http://www.w3.org/1999/xlink\">http://www.rubydoc.info/gems/hoe-reek</link>."
70
+
71
+ msgid "Bugreports und Feature Requests können gerne hier eingereicht werden: <link xlink:href=\"https://saigkill.myjetbrains.com/youtrack/issues\" xmlns:xlink=\"http://www.w3.org/1999/xlink\">https://saigkill.myjetbrains.com/youtrack/issues</link>."
72
+ msgstr "You can drop a Bugreport or Feature request there: <link xlink:href=\"https://saigkill.myjetbrains.com/youtrack/issues\" xmlns:xlink=\"http://www.w3.org/1999/xlink\">https://saigkill.myjetbrains.com/youtrack/issues</link>."
73
+
74
+ msgid "Diese Software wurde auf einem Linux-System mit RVM als Rubymanager entworfen und getestet. Sollte jemand eine Idee haben, wie man die Software auch unter anderen Betriebssystemen oder Rubymanagern lauffähig macht, kann er gerne einen Pull-Request im Github Projekt einreichen."
75
+ msgstr "This Software was developed and tested on a Linux system with RVM as Rubymanager. If anyone knows, how to make it better, i'm pleased to recieve a Pull-Request."
@@ -0,0 +1,25 @@
1
+ msgid ""
2
+ msgstr ""
3
+ "Project-Id-Version: 0\n"
4
+ "POT-Creation-Date: 2016-09-02 09:43+0200\n"
5
+ "PO-Revision-Date: 2016-09-02 09:43+0200\n"
6
+ "Last-Translator: Automatically generated\n"
7
+ "Language-Team: None\n"
8
+ "Language: de-DE \n"
9
+ "MIME-Version: 1.0\n"
10
+ "Content-Type: application/x-publican; charset=UTF-8\n"
11
+ "Content-Transfer-Encoding: 8bit\n"
12
+ "X-Generator: Publican v4.3.2\n"
13
+
14
+ msgid "hoe-reek"
15
+ msgstr ""
16
+
17
+ msgid "Erweitert hoe um eine Reek Überprüfungsfunktion."
18
+ msgstr ""
19
+
20
+ msgid "Documentation"
21
+ msgstr ""
22
+
23
+ msgid "hoe-reek erweitert die Funktionen der Ruby-Software hoe um einen zusätzlichen Reek Rake-Task."
24
+ msgstr ""
25
+
@@ -0,0 +1,19 @@
1
+ msgid ""
2
+ msgstr ""
3
+ "Project-Id-Version: 0\n"
4
+ "POT-Creation-Date: 2016-09-02 09:43+0200\n"
5
+ "PO-Revision-Date: 2016-09-02 09:43+0200\n"
6
+ "Last-Translator: Automatically generated\n"
7
+ "Language-Team: None\n"
8
+ "Language: de-DE \n"
9
+ "MIME-Version: 1.0\n"
10
+ "Content-Type: application/x-publican; charset=UTF-8\n"
11
+ "Content-Transfer-Encoding: 8bit\n"
12
+ "X-Generator: Publican v4.3.2\n"
13
+
14
+ msgid "Sascha"
15
+ msgstr ""
16
+
17
+ msgid "Manns"
18
+ msgstr ""
19
+
@@ -0,0 +1,25 @@
1
+ msgid ""
2
+ msgstr ""
3
+ "Project-Id-Version: 0\n"
4
+ "POT-Creation-Date: 2016-09-02 09:43+0200\n"
5
+ "PO-Revision-Date: 2016-09-02 09:43+0200\n"
6
+ "Last-Translator: Automatically generated\n"
7
+ "Language-Team: None\n"
8
+ "Language: de-DE \n"
9
+ "MIME-Version: 1.0\n"
10
+ "Content-Type: application/x-publican; charset=UTF-8\n"
11
+ "Content-Transfer-Encoding: 8bit\n"
12
+ "X-Generator: Publican v4.3.2\n"
13
+
14
+ msgid "Versionsgeschichte"
15
+ msgstr ""
16
+
17
+ msgid "Sascha"
18
+ msgstr ""
19
+
20
+ msgid "Manns"
21
+ msgstr ""
22
+
23
+ msgid "Initial creation"
24
+ msgstr ""
25
+
@@ -0,0 +1,76 @@
1
+ msgid ""
2
+ msgstr ""
3
+ "Project-Id-Version: 0\n"
4
+ "POT-Creation-Date: 2016-09-02 09:43+0200\n"
5
+ "PO-Revision-Date: 2016-09-02 09:43+0200\n"
6
+ "Last-Translator: Automatically generated\n"
7
+ "Language-Team: None\n"
8
+ "Language: de-DE \n"
9
+ "MIME-Version: 1.0\n"
10
+ "Content-Type: application/x-publican; charset=UTF-8\n"
11
+ "Content-Transfer-Encoding: 8bit\n"
12
+ "X-Generator: Publican v4.3.2\n"
13
+
14
+ msgid "hoe-reek"
15
+ msgstr ""
16
+
17
+ msgid "Einführung"
18
+ msgstr ""
19
+
20
+ msgid "hoe-reek ist eine Erweiterung der Ruby-Projektsoftware hoe (siehe <link xlink:href=\"https://github.com/seattlerb/hoe\" xmlns:xlink=\"http://www.w3.org/1999/xlink\"></link> ). Es erweitert die Standard Rake-Tasks der Software um einen weiteren."
21
+ msgstr ""
22
+
23
+ msgid "Die Benutzung erfordert eine installierte Ruby Version (Höher oder gleich 2.2.0), reek, sowie ein installiertes und eingerichtetes hoe."
24
+ msgstr ""
25
+
26
+ msgid "Installierung"
27
+ msgstr ""
28
+
29
+ msgid "Die Installation erfolgt in der Konsole via: <command>gem install hoe-reek</command>."
30
+ msgstr ""
31
+
32
+ msgid "Einbindung"
33
+ msgstr ""
34
+
35
+ msgid "Zum Einbinden von hoe-reek öffnen Sie das Rakefile Ihres Projektes und schreiben folgendes oberhalb der hoe spec Zeile:"
36
+ msgstr ""
37
+
38
+ msgid "<code>Hoe.plugin :reek </code>"
39
+ msgstr ""
40
+
41
+ msgid "<code>Hoe.spec 'yourproject' do ... </code>"
42
+ msgstr ""
43
+
44
+ msgid "<code>end</code>"
45
+ msgstr ""
46
+
47
+ msgid "Selbstverständlich tragen Sie hoe-reek auch als Abhängigkeit in Ihr Rakefile ein, und generieren ein neues Gemfile. Anschließend steht Ihnen hoe-reek zur Verfügung."
48
+ msgstr ""
49
+
50
+ msgid "Benutzung"
51
+ msgstr ""
52
+
53
+ msgid "hoe-reek integriert den zusätzlichen Rake-Task:"
54
+ msgstr ""
55
+
56
+ msgid "<command>rake reek</command>"
57
+ msgstr ""
58
+
59
+ msgid "<command>rake reek</command> startet reek mit den folgenden Parametern: <itemizedlist> <listitem>config_file: config.reek</listitem> <listitem>source_files = 'lib/**/*.rb'</listitem> <listitem>reek_opts = ''</listitem> <listitem>fail_on_error = false</listitem> <listitem>verbose = true</listitem> </itemizedlist> So erwartet Reek das Configfile \"config.reek\" im Haupt-Projektverzeichnis und untersucht alle Dateien unterhalb 'lib'. Es werden keine weiteren Optionen übergeben und Reek bricht bei einem gefundenen Fehler nicht gleich ab. Zusätzlich wurde die Option \"Verbose\" gewählt, um weiteren Output zu erhalten."
60
+ msgstr ""
61
+
62
+ msgid "Die Spezifikation des \"config.reek\" Files entnehmen Sie hier: <link xlink:href=\"https://github.com/troessner/reek#configuration-file\" xmlns:xlink=\"http://www.w3.org/1999/xlink\">https://github.com/troessner/reek#configuration-file</link>"
63
+ msgstr ""
64
+
65
+ msgid "Weitere Informationen"
66
+ msgstr ""
67
+
68
+ msgid "Die API-Dokumentation von hoe-reek liegt hier: <link xlink:href=\"http://www.rubydoc.info/gems/hoe-reek\" xmlns:xlink=\"http://www.w3.org/1999/xlink\">http://www.rubydoc.info/gems/hoe-reek</link>."
69
+ msgstr ""
70
+
71
+ msgid "Bugreports und Feature Requests können gerne hier eingereicht werden: <link xlink:href=\"https://saigkill.myjetbrains.com/youtrack/issues\" xmlns:xlink=\"http://www.w3.org/1999/xlink\">https://saigkill.myjetbrains.com/youtrack/issues</link>."
72
+ msgstr ""
73
+
74
+ msgid "Diese Software wurde auf einem Linux-System mit RVM als Rubymanager entworfen und getestet. Sollte jemand eine Idee haben, wie man die Software auch unter anderen Betriebssystemen oder Rubymanagern lauffähig macht, kann er gerne einen Pull-Request im Github Projekt einreichen."
75
+ msgstr ""
76
+
@@ -0,0 +1,8 @@
1
+ # Config::Simple 4.59
2
+ # Fri Sep 2 08:25:19 2016
3
+
4
+ type: Article
5
+ dtdver: "5.0"
6
+ brand: manns
7
+ xml_lang: "de-DE"
8
+
@@ -1,4 +1,4 @@
1
- #!/usr/bin/env ruby
1
+ # encoding: UTF-8
2
2
  # @encoding: utf-8
3
3
  # @author: Sascha Manns
4
4
  # @abstract: hoe-reek is a small reek integration into hoe
@@ -11,7 +11,7 @@
11
11
  # Main module for hoe-reek
12
12
  module Hoe::Reek
13
13
  # Versionizing the gem
14
- VERSION = '1.1.5'
14
+ VERSION = '1.1.6'
15
15
 
16
16
  #attr_accessor :reek
17
17
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: hoe-reek
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.1.5
4
+ version: 1.1.6
5
5
  platform: ruby
6
6
  authors:
7
7
  - Sascha Manns
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2016-08-06 00:00:00.000000000 Z
12
+ date: 2016-09-02 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: bundler
@@ -26,19 +26,19 @@ dependencies:
26
26
  - !ruby/object:Gem::Version
27
27
  version: '1.11'
28
28
  - !ruby/object:Gem::Dependency
29
- name: setup
29
+ name: reek
30
30
  requirement: !ruby/object:Gem::Requirement
31
31
  requirements:
32
32
  - - "~>"
33
33
  - !ruby/object:Gem::Version
34
- version: '5.2'
34
+ version: '4.4'
35
35
  type: :runtime
36
36
  prerelease: false
37
37
  version_requirements: !ruby/object:Gem::Requirement
38
38
  requirements:
39
39
  - - "~>"
40
40
  - !ruby/object:Gem::Version
41
- version: '5.2'
41
+ version: '4.4'
42
42
  - !ruby/object:Gem::Dependency
43
43
  name: hoe-highline
44
44
  requirement: !ruby/object:Gem::Requirement
@@ -137,20 +137,6 @@ dependencies:
137
137
  - - "~>"
138
138
  - !ruby/object:Gem::Version
139
139
  version: '1.4'
140
- - !ruby/object:Gem::Dependency
141
- name: hoe-reek
142
- requirement: !ruby/object:Gem::Requirement
143
- requirements:
144
- - - "~>"
145
- - !ruby/object:Gem::Version
146
- version: '1.1'
147
- type: :development
148
- prerelease: false
149
- version_requirements: !ruby/object:Gem::Requirement
150
- requirements:
151
- - - "~>"
152
- - !ruby/object:Gem::Version
153
- version: '1.1'
154
140
  - !ruby/object:Gem::Dependency
155
141
  name: hoe-rubygems
156
142
  requirement: !ruby/object:Gem::Requirement
@@ -207,20 +193,6 @@ dependencies:
207
193
  - - "~>"
208
194
  - !ruby/object:Gem::Version
209
195
  version: '11.2'
210
- - !ruby/object:Gem::Dependency
211
- name: reek
212
- requirement: !ruby/object:Gem::Requirement
213
- requirements:
214
- - - "~>"
215
- - !ruby/object:Gem::Version
216
- version: '4.2'
217
- type: :development
218
- prerelease: false
219
- version_requirements: !ruby/object:Gem::Requirement
220
- requirements:
221
- - - "~>"
222
- - !ruby/object:Gem::Version
223
- version: '4.2'
224
196
  - !ruby/object:Gem::Dependency
225
197
  name: rspec
226
198
  requirement: !ruby/object:Gem::Requirement
@@ -275,6 +247,7 @@ extra_rdoc_files:
275
247
  - CONTRIBUTING.md
276
248
  - History.rdoc
277
249
  - LICENSE.rdoc
250
+ - MAINTENANCE.md
278
251
  - Manifest.txt
279
252
  - README.rdoc
280
253
  files:
@@ -292,16 +265,37 @@ files:
292
265
  - Gemfile.lock
293
266
  - History.rdoc
294
267
  - LICENSE.rdoc
268
+ - MAINTENANCE.md
295
269
  - Manifest.txt
296
270
  - README.rdoc
297
271
  - Rakefile
298
272
  - config.reek
273
+ - docs/Rakefile
274
+ - docs/de-DE/Article_Info.xml
275
+ - docs/de-DE/Author_Group.xml
276
+ - docs/de-DE/Rakefile
277
+ - docs/de-DE/Revision_History.xml
278
+ - docs/de-DE/hoe-reek.ent
279
+ - docs/de-DE/hoe-reek.xml
280
+ - docs/de-DE/images/icon.svg
281
+ - docs/en-US/Article_Info.mo
282
+ - docs/en-US/Article_Info.po
283
+ - docs/en-US/Author_Group.po
284
+ - docs/en-US/Revision_History.po
285
+ - docs/en-US/Revision_History.xml
286
+ - docs/en-US/hoe-reek.mo
287
+ - docs/en-US/hoe-reek.po
288
+ - docs/pot/Article_Info.pot
289
+ - docs/pot/Author_Group.pot
290
+ - docs/pot/Revision_History.pot
291
+ - docs/pot/hoe-reek.pot
292
+ - docs/publican.cfg
299
293
  - lib/hoe/reek.rb
300
294
  homepage: http://saigkill.github.io
301
295
  licenses:
302
296
  - MIT
303
297
  metadata: {}
304
- post_install_message: 'Please file bugreports and feature requests on: https://saigkill.myjetbrains.com/youtrack/issues?q=project%3A+hoe-reek'
298
+ post_install_message: 'Please file bugreports and feature requests on: https://saigkill.myjetbrains.com/youtrack/issues'
305
299
  rdoc_options:
306
300
  - "--main"
307
301
  - README.rdoc