hoe-manns 1.0.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (67) hide show
  1. checksums.yaml +7 -0
  2. checksums.yaml.gz.sig +0 -0
  3. data/.autotest +25 -0
  4. data/.gemnasium.yml +5 -0
  5. data/.idea/hoe-manns.iml +91 -0
  6. data/.idea/misc.xml +14 -0
  7. data/.idea/modules.xml +8 -0
  8. data/.idea/vcs.xml +6 -0
  9. data/.idea/workspace.xml +795 -0
  10. data/.index +173 -0
  11. data/.rspec +2 -0
  12. data/.rubocop.yml +39 -0
  13. data/.scrutinizer.yml +17 -0
  14. data/.travis.yml +28 -0
  15. data/CODE_OF_CONDUCT.md +17 -0
  16. data/CONTRIBUTING.md +33 -0
  17. data/Gemfile +37 -0
  18. data/Gemfile.lock +186 -0
  19. data/History.rdoc +7 -0
  20. data/LICENSE.rdoc +24 -0
  21. data/Manifest.txt +62 -0
  22. data/README.rdoc +114 -0
  23. data/Rakefile +104 -0
  24. data/VERSION +1 -0
  25. data/config.reek +111 -0
  26. data/etc/hoe-manns.cfg +1 -0
  27. data/lib/hoe/manns.rb +128 -0
  28. data/manual/layouts/default.erb +87 -0
  29. data/manual/lib/api-filter.rb +96 -0
  30. data/manual/lib/editorial-filter.rb +59 -0
  31. data/manual/lib/examples-filter.rb +230 -0
  32. data/manual/lib/links-filter.rb +111 -0
  33. data/manual/resources/css/manual.css +764 -0
  34. data/manual/resources/css/reset.css +112 -0
  35. data/manual/resources/fonts/GraublauWeb.otf +0 -0
  36. data/manual/resources/fonts/GraublauWebBold.otf +0 -0
  37. data/manual/resources/fonts/Inconsolata.otf +0 -0
  38. data/manual/resources/images/arrow_225_small.png +0 -0
  39. data/manual/resources/images/arrow_315_small.png +0 -0
  40. data/manual/resources/images/arrow_skip.png +0 -0
  41. data/manual/resources/images/cc-by.png +0 -0
  42. data/manual/resources/images/dialog-error.png +0 -0
  43. data/manual/resources/images/dialog-information.png +0 -0
  44. data/manual/resources/images/dialog-warning.png +0 -0
  45. data/manual/resources/images/emblem-important.png +0 -0
  46. data/manual/resources/images/help.png +0 -0
  47. data/manual/resources/images/information.png +0 -0
  48. data/manual/resources/images/magnifier.png +0 -0
  49. data/manual/resources/images/magnifier_left.png +0 -0
  50. data/manual/resources/images/page_white_code.png +0 -0
  51. data/manual/resources/images/page_white_copy.png +0 -0
  52. data/manual/resources/images/printer.png +0 -0
  53. data/manual/resources/images/question.png +0 -0
  54. data/manual/resources/images/scripts_code.png +0 -0
  55. data/manual/resources/images/wrap.png +0 -0
  56. data/manual/resources/images/wrapping.png +0 -0
  57. data/manual/resources/js/jquery-1.4.4.min.js +167 -0
  58. data/manual/resources/js/manual.js +30 -0
  59. data/manual/resources/js/sh.js +580 -0
  60. data/manual/resources/swf/clipboard.swf +0 -0
  61. data/manual/src/apidocs.page +17 -0
  62. data/manual/src/index.page +70 -0
  63. data/test/manns_spec.rb +54 -0
  64. data/test/spec_helper.rb +16 -0
  65. data.tar.gz.sig +0 -0
  66. metadata +542 -0
  67. metadata.gz.sig +0 -0
data/.index ADDED
@@ -0,0 +1,173 @@
1
+ ---
2
+ revision: 2013
3
+ type: ruby
4
+ sources:
5
+ - VERSION
6
+ - Index.yml
7
+ authors:
8
+ - name: Sascha Manns
9
+ email: samannsml@directbox.com
10
+ organizations: []
11
+ requirements:
12
+ - name: setup
13
+ - name: notifier
14
+ - name: parseconfig
15
+ - groups:
16
+ - build
17
+ development: true
18
+ name: bundler
19
+ - groups:
20
+ - build
21
+ development: true
22
+ name: gem-release
23
+ - groups:
24
+ - build
25
+ development: true
26
+ name: hoe
27
+ - groups:
28
+ - build
29
+ development: true
30
+ name: hoe-bundler
31
+ - groups:
32
+ - build
33
+ development: true
34
+ name: hoe-deveiate
35
+ - groups:
36
+ - build
37
+ development: true
38
+ name: hoe-doofus
39
+ - groups:
40
+ - build
41
+ development: true
42
+ name: hoe-gemspec
43
+ - groups:
44
+ - build
45
+ development: true
46
+ name: hoe-git
47
+ - groups:
48
+ - build
49
+ development: true
50
+ name: hoe-highline
51
+ - groups:
52
+ - build
53
+ development: true
54
+ name: hoe-manifest
55
+ - groups:
56
+ - build
57
+ development: true
58
+ name: hoe-manns
59
+ - groups:
60
+ - build
61
+ development: true
62
+ name: hoe-manualgen
63
+ - groups:
64
+ - build
65
+ development: true
66
+ name: hoe-reek
67
+ - groups:
68
+ - build
69
+ development: true
70
+ name: hoe-rubocop
71
+ - groups:
72
+ - build
73
+ development: true
74
+ name: hoe-rubygems
75
+ - groups:
76
+ - build
77
+ development: true
78
+ name: hoe-seattlerb
79
+ - groups:
80
+ - build
81
+ development: true
82
+ name: hoe-travis
83
+ - groups:
84
+ - build
85
+ development: true
86
+ name: hoe-version
87
+ - groups:
88
+ - build
89
+ development: true
90
+ name: hoe-yard
91
+ - groups:
92
+ - build
93
+ development: true
94
+ name: indexer
95
+ - groups:
96
+ - build
97
+ development: true
98
+ name: rubocop
99
+ - groups:
100
+ - build
101
+ development: true
102
+ name: rake
103
+ - groups:
104
+ - build
105
+ development: true
106
+ name: rdoc
107
+ - groups:
108
+ - build
109
+ development: true
110
+ name: rspec
111
+ - groups:
112
+ - build
113
+ development: true
114
+ name: reek
115
+ - groups:
116
+ - build
117
+ development: true
118
+ name: simplecov
119
+ - groups:
120
+ - test
121
+ development: true
122
+ name: coveralls
123
+ - groups:
124
+ - test
125
+ development: true
126
+ name: test
127
+ - groups:
128
+ - test
129
+ development: true
130
+ name: ZenTest
131
+ conflicts: []
132
+ alternatives: []
133
+ resources:
134
+ - type: home
135
+ uri: http://saigkill.github.io
136
+ label: Homepage
137
+ - type: docs
138
+ uri: http://saigkill.github.io/docs/hoemanns/output/index.html
139
+ label: Documentation
140
+ - type: code
141
+ uri: https://github.com/saigkill/hoe-manns
142
+ label: Source Code
143
+ - type: bugs
144
+ uri: http://saigkill-bugs.myjetbrains.com/youtrack
145
+ label: Issue Tracker
146
+ - type: issues
147
+ uri: http://saigkill-bugs.myjetbrains.com/youtrack
148
+ label: Issue Tracker
149
+ repositories:
150
+ - name: upstream
151
+ scm: git
152
+ uri: https://github.com/saigkill/hoe-manns.git
153
+ categories:
154
+ - hoe
155
+ - packaging
156
+ - gem release
157
+ - metadata
158
+ copyrights:
159
+ - holder: Sascha Manns
160
+ year: '2015'
161
+ license: MIT
162
+ customs: []
163
+ paths:
164
+ lib:
165
+ - lib
166
+ version: 1.0.0
167
+ name: hoe-manns
168
+ title: hoe-manns
169
+ summary: hoe-manns is a small collection of my personal used rake tasks for using
170
+ with hoe
171
+ description: hoe-manns is a small collection of my personal used rake tasks for using
172
+ with hoe. See README.rdoc for more information.
173
+ date: '2015-09-30'
data/.rspec ADDED
@@ -0,0 +1,2 @@
1
+ --color
2
+ --format progress
data/.rubocop.yml ADDED
@@ -0,0 +1,39 @@
1
+ AllCops:
2
+
3
+ Include:
4
+ - 'lib/**/*.rb'
5
+ - 'test/**/*.rb'
6
+
7
+ Exclude:
8
+ - 'Rakefile'
9
+
10
+ DisplayCopNames: true
11
+
12
+ Metrics/LineLength:
13
+ Enabled: true
14
+ Max: 80
15
+
16
+ Metrics/CyclomaticComplexity:
17
+ Severity: warning
18
+
19
+ Style/PerlBackrefs:
20
+ AutoCorrect: true
21
+
22
+ Metrics/ParameterLists:
23
+ Max: 10
24
+ CountKeywordArgs: true
25
+
26
+ Metrics/ClassLength:
27
+ CountComments: false # count full line comments?
28
+ Max: 150
29
+
30
+ Metrics/ModuleLength:
31
+ CountComments: false # count full line comments?
32
+ Max: 190
33
+
34
+ Metrics/MethodLength:
35
+ CountComments: false # count full line comments?
36
+ Max: 20
37
+
38
+ Style/RedundantReturn:
39
+ Enabled: false
data/.scrutinizer.yml ADDED
@@ -0,0 +1,17 @@
1
+ checks:
2
+ ruby:
3
+ code_rating: true
4
+ duplicate_code: true
5
+ style_while_until_do: true
6
+ style_signal_exception:
7
+ enforced_style: semantic
8
+ style_redundant_exception: true
9
+ style_raise_args:
10
+ enforced_style: exploded
11
+ style_predicate_name: true
12
+ style_comment_annotation: true
13
+ rails_output: true
14
+
15
+ filter:
16
+ excluded_paths:
17
+ - 'test/*'
data/.travis.yml ADDED
@@ -0,0 +1,28 @@
1
+ language: ruby
2
+ rvm:
3
+ - 2.2.0
4
+ - 2.2.1
5
+ - 2.2.2
6
+
7
+ dist: trusty
8
+
9
+ os:
10
+ - linux
11
+
12
+ env:
13
+ global:
14
+ - JRUBY_OPTS=-Xcext.enabled=true
15
+ - CI=true
16
+ - TRAVIS=true
17
+ - LANG=en_US.UTF-8
18
+ - LC_ALL=en_US.UTF-8
19
+
20
+ before_install:
21
+ - gem install bundler
22
+
23
+ after_success:
24
+ - CI=true TRAVIS=true coveralls --verbose
25
+
26
+ notifications:
27
+ email:
28
+ - samannsml@directbox.com
@@ -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/)
data/CONTRIBUTING.md ADDED
@@ -0,0 +1,33 @@
1
+ # Contributing
2
+
3
+ ## Branches
4
+
5
+ ### `master` branch
6
+
7
+ The master branch is the current stable released version.
8
+
9
+ ### `develop` branch
10
+
11
+ The develop branch is the current edge of development.
12
+
13
+ ## Forking
14
+
15
+ 1. Fork it
16
+ 2. Create your feature branch (`git checkout -b my-new-feature`)
17
+ 3. Commit your changes (`git commit -am 'Add some feature'`)
18
+ 4. Push to the branch (`git push origin my-new-feature`)
19
+ 5. Create new Pull Request
20
+
21
+ ## Pull requests
22
+
23
+ * https://github.com/saigkill/hoe-manns/pulls
24
+
25
+ Please base all pull requests off the `develop` branch. Merges to
26
+ `master` only occur through the `develop` branch. Pull requests
27
+ based on `master` will likely be cherry picked.
28
+
29
+ ## Issues
30
+
31
+ Need to report an issue? Use that issue tracker:
32
+
33
+ * http://saigkill-bugs.myjetbrains.com/youtrack/issues
data/Gemfile ADDED
@@ -0,0 +1,37 @@
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 "setup", "~>5.2"
8
+ gem "parseconfig", "~>1.0"
9
+
10
+ gem "hoe-highline", "~>0.2", :group => [:development, :test]
11
+ gem "hoe-manualgen", "~>0.3.0", :group => [:development, :test]
12
+ gem "hoe-yard", ">=0.1.2", :group => [:development, :test]
13
+ gem "coveralls", "~>0.8", :group => [:development, :test]
14
+ gem "gem-release", "~>0.7", :group => [:development, :test]
15
+ gem "hoe-bundler", "~>1.2", :group => [:development, :test]
16
+ gem "hoe-deveiate", "~>0.7", :group => [:development, :test]
17
+ gem "hoe-doofus", "~>1.0", :group => [:development, :test]
18
+ gem "hoe-gemspec", "~>1.0", :group => [:development, :test]
19
+ gem "hoe-git", "~>1.6", :group => [:development, :test]
20
+ gem "hoe-manifest", "~>0.1", :group => [:development, :test]
21
+ gem "hoe-manns", "~>1.0", :group => [:development, :test]
22
+ gem "hoe-reek", "~>1.0", :group => [:development, :test]
23
+ gem "hoe-rubocop", "~>0.1", :group => [:development, :test]
24
+ gem "hoe-rubygems", "~>1.0", :group => [:development, :test]
25
+ gem "hoe-seattlerb", "~>1.3", :group => [:development, :test]
26
+ gem "hoe-travis", "~>1.2", :group => [:development, :test]
27
+ gem "hoe-version", "~>1.2", :group => [:development, :test]
28
+ gem "indexer", "~>0.3", :group => [:development, :test]
29
+ gem "rake", "~>10.0", :group => [:development, :test]
30
+ gem "reek", "~>3.3", :group => [:development, :test]
31
+ gem "rspec", "~>3.2", :group => [:development, :test]
32
+ gem "rubocop", "~>0.34", :group => [:development, :test]
33
+ gem "simplecov", "~>0.10", :group => [:development, :test]
34
+ gem "ZenTest", "~>4.11", :group => [:development, :test]
35
+ gem "hoe", "~>3.14", :group => [:development, :test]
36
+
37
+ # vim: syntax=ruby
data/Gemfile.lock ADDED
@@ -0,0 +1,186 @@
1
+ GEM
2
+ remote: https://rubygems.org/
3
+ specs:
4
+ RedCloth (4.2.9)
5
+ RubyInline (3.12.4)
6
+ ZenTest (~> 4.3)
7
+ ZenTest (4.11.0)
8
+ abstract_type (0.0.7)
9
+ adamantium (0.2.0)
10
+ ice_nine (~> 0.11.0)
11
+ memoizable (~> 0.4.0)
12
+ ast (2.1.0)
13
+ astrolabe (1.3.1)
14
+ parser (~> 2.2)
15
+ concord (0.1.5)
16
+ adamantium (~> 0.2.0)
17
+ equalizer (~> 0.0.9)
18
+ coveralls (0.8.2)
19
+ json (~> 1.8)
20
+ rest-client (>= 1.6.8, < 2)
21
+ simplecov (~> 0.10.0)
22
+ term-ansicolor (~> 1.3)
23
+ thor (~> 0.19.1)
24
+ diff-lcs (1.2.5)
25
+ docile (1.1.5)
26
+ domain_name (0.5.24)
27
+ unf (>= 0.0.5, < 1.0.0)
28
+ equalizer (0.0.11)
29
+ gem-release (0.7.4)
30
+ hashr (0.0.22)
31
+ highline (1.7.7)
32
+ hoe (3.14.2)
33
+ rake (>= 0.8, < 11.0)
34
+ hoe-bundler (1.2.0)
35
+ hoe (>= 2.2.0)
36
+ hoe-deveiate (0.7.0)
37
+ hoe (~> 3.13)
38
+ hoe-highline (~> 0.2)
39
+ hoe-mercurial (~> 1.4)
40
+ mail (~> 2.6)
41
+ rdoc (~> 4.2)
42
+ rspec (~> 3.2)
43
+ hoe-doofus (1.0.0)
44
+ hoe-gemspec (1.0.0)
45
+ hoe (>= 2.2.0)
46
+ hoe-git (1.6.0)
47
+ hoe-highline (0.2.1)
48
+ highline (~> 1.6)
49
+ hoe (~> 3.11)
50
+ hoe-manifest (0.1.0)
51
+ hoe-manns (1.0.0)
52
+ parseconfig (~> 1.0)
53
+ setup (~> 5.2)
54
+ hoe-manualgen (0.3.0)
55
+ RedCloth (~> 4.2)
56
+ hoe (~> 3.0)
57
+ rcodetools (~> 0.8)
58
+ hoe-mercurial (1.4.1)
59
+ hoe (~> 3.9)
60
+ hoe-reek (1.0.0)
61
+ hoe
62
+ reek
63
+ hoe-rubocop (0.1.1)
64
+ RubyInline (~> 3.9)
65
+ setup (~> 5.2)
66
+ hoe-rubygems (1.0.0)
67
+ hoe-seattlerb (1.3.4)
68
+ hoe-travis (1.2)
69
+ hoe (~> 3.0)
70
+ travis-lint (~> 1.2)
71
+ hoe-version (1.2.0)
72
+ hoe-yard (0.1.2)
73
+ yard (>= 0.2.3.1)
74
+ http-cookie (1.0.2)
75
+ domain_name (~> 0.5)
76
+ ice_nine (0.11.1)
77
+ indexer (0.3.1)
78
+ json (1.8.3)
79
+ mail (2.6.3)
80
+ mime-types (>= 1.16, < 3)
81
+ memoizable (0.4.2)
82
+ thread_safe (~> 0.3, >= 0.3.1)
83
+ mime-types (2.6.2)
84
+ netrc (0.10.3)
85
+ parseconfig (1.0.6)
86
+ parser (2.2.2.6)
87
+ ast (>= 1.1, < 3.0)
88
+ powerpack (0.1.1)
89
+ private_attr (1.1.0)
90
+ procto (0.0.2)
91
+ rainbow (2.0.0)
92
+ rake (10.4.2)
93
+ rcodetools (0.8.5.0)
94
+ rdoc (4.2.0)
95
+ reek (3.5.0)
96
+ parser (~> 2.2.2.5)
97
+ private_attr (~> 1.1)
98
+ rainbow (~> 2.0)
99
+ unparser (~> 0.2.2)
100
+ rest-client (1.8.0)
101
+ http-cookie (>= 1.0.2, < 2.0)
102
+ mime-types (>= 1.16, < 3.0)
103
+ netrc (~> 0.7)
104
+ rspec (3.3.0)
105
+ rspec-core (~> 3.3.0)
106
+ rspec-expectations (~> 3.3.0)
107
+ rspec-mocks (~> 3.3.0)
108
+ rspec-core (3.3.2)
109
+ rspec-support (~> 3.3.0)
110
+ rspec-expectations (3.3.1)
111
+ diff-lcs (>= 1.2.0, < 2.0)
112
+ rspec-support (~> 3.3.0)
113
+ rspec-mocks (3.3.2)
114
+ diff-lcs (>= 1.2.0, < 2.0)
115
+ rspec-support (~> 3.3.0)
116
+ rspec-support (3.3.0)
117
+ rubocop (0.34.2)
118
+ astrolabe (~> 1.3)
119
+ parser (>= 2.2.2.5, < 3.0)
120
+ powerpack (~> 0.1)
121
+ rainbow (>= 1.99.1, < 3.0)
122
+ ruby-progressbar (~> 1.4)
123
+ ruby-progressbar (1.7.5)
124
+ safe_yaml (0.9.7)
125
+ setup (5.2.0)
126
+ simplecov (0.10.0)
127
+ docile (~> 1.1.0)
128
+ json (~> 1.8)
129
+ simplecov-html (~> 0.10.0)
130
+ simplecov-html (0.10.0)
131
+ term-ansicolor (1.3.2)
132
+ tins (~> 1.0)
133
+ thor (0.19.1)
134
+ thread_safe (0.3.5)
135
+ tins (1.6.0)
136
+ travis-lint (1.8.0)
137
+ hashr (~> 0.0.22)
138
+ safe_yaml (~> 0.9.0)
139
+ unf (0.1.4)
140
+ unf_ext
141
+ unf_ext (0.0.7.1)
142
+ unparser (0.2.4)
143
+ abstract_type (~> 0.0.7)
144
+ adamantium (~> 0.2.0)
145
+ concord (~> 0.1.5)
146
+ diff-lcs (~> 1.2.5)
147
+ equalizer (~> 0.0.9)
148
+ parser (~> 2.2.2)
149
+ procto (~> 0.0.2)
150
+ yard (0.8.7.6)
151
+
152
+ PLATFORMS
153
+ ruby
154
+
155
+ DEPENDENCIES
156
+ ZenTest (~> 4.11)
157
+ coveralls (~> 0.8)
158
+ gem-release (~> 0.7)
159
+ hoe (~> 3.14)
160
+ hoe-bundler (~> 1.2)
161
+ hoe-deveiate (~> 0.7)
162
+ hoe-doofus (~> 1.0)
163
+ hoe-gemspec (~> 1.0)
164
+ hoe-git (~> 1.6)
165
+ hoe-highline (~> 0.2)
166
+ hoe-manifest (~> 0.1)
167
+ hoe-manns (~> 1.0)
168
+ hoe-manualgen (~> 0.3.0)
169
+ hoe-reek (~> 1.0)
170
+ hoe-rubocop (~> 0.1)
171
+ hoe-rubygems (~> 1.0)
172
+ hoe-seattlerb (~> 1.3)
173
+ hoe-travis (~> 1.2)
174
+ hoe-version (~> 1.2)
175
+ hoe-yard (>= 0.1.2)
176
+ indexer (~> 0.3)
177
+ parseconfig (~> 1.0)
178
+ rake (~> 10.0)
179
+ reek (~> 3.3)
180
+ rspec (~> 3.2)
181
+ rubocop (~> 0.34)
182
+ setup (~> 5.2)
183
+ simplecov (~> 0.10)
184
+
185
+ BUNDLED WITH
186
+ 1.10.6
data/History.rdoc ADDED
@@ -0,0 +1,7 @@
1
+ === 1.0.0 / 2015-09-28
2
+
3
+ * 1 major enhancement
4
+
5
+ * Birthday!
6
+ * Implemented my project rake tasks
7
+
data/LICENSE.rdoc ADDED
@@ -0,0 +1,24 @@
1
+ = LICENSE:
2
+
3
+ (The MIT License)
4
+
5
+ Copyright (c) 2015 Sascha Manns <samannsml@directbox.com>
6
+
7
+ Permission is hereby granted, free of charge, to any person obtaining
8
+ a copy of this software and associated documentation files (the
9
+ 'Software'), to deal in the Software without restriction, including
10
+ without limitation the rights to use, copy, modify, merge, publish,
11
+ distribute, sublicense, and/or sell copies of the Software, and to
12
+ permit persons to whom the Software is furnished to do so, subject to
13
+ the following conditions:
14
+
15
+ The above copyright notice and this permission notice shall be
16
+ included in all copies or substantial portions of the Software.
17
+
18
+ THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND,
19
+ EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
20
+ MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
21
+ IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
22
+ CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
23
+ TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
24
+ SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
data/Manifest.txt ADDED
@@ -0,0 +1,62 @@
1
+ .autotest
2
+ .gemnasium.yml
3
+ .idea/hoe-manns.iml
4
+ .idea/misc.xml
5
+ .idea/modules.xml
6
+ .idea/vcs.xml
7
+ .idea/workspace.xml
8
+ .index
9
+ .rspec
10
+ .rubocop.yml
11
+ .scrutinizer.yml
12
+ .travis.yml
13
+ CODE_OF_CONDUCT.md
14
+ CONTRIBUTING.md
15
+ Gemfile
16
+ Gemfile.lock
17
+ History.rdoc
18
+ LICENSE.rdoc
19
+ Manifest.txt
20
+ README.rdoc
21
+ Rakefile
22
+ VERSION
23
+ config.reek
24
+ etc/hoe-manns.cfg
25
+ lib/hoe/manns.rb
26
+ manual/layouts/default.erb
27
+ manual/lib/api-filter.rb
28
+ manual/lib/editorial-filter.rb
29
+ manual/lib/examples-filter.rb
30
+ manual/lib/links-filter.rb
31
+ manual/resources/css/manual.css
32
+ manual/resources/css/reset.css
33
+ manual/resources/fonts/GraublauWeb.otf
34
+ manual/resources/fonts/GraublauWebBold.otf
35
+ manual/resources/fonts/Inconsolata.otf
36
+ manual/resources/images/arrow_225_small.png
37
+ manual/resources/images/arrow_315_small.png
38
+ manual/resources/images/arrow_skip.png
39
+ manual/resources/images/cc-by.png
40
+ manual/resources/images/dialog-error.png
41
+ manual/resources/images/dialog-information.png
42
+ manual/resources/images/dialog-warning.png
43
+ manual/resources/images/emblem-important.png
44
+ manual/resources/images/help.png
45
+ manual/resources/images/information.png
46
+ manual/resources/images/magnifier.png
47
+ manual/resources/images/magnifier_left.png
48
+ manual/resources/images/page_white_code.png
49
+ manual/resources/images/page_white_copy.png
50
+ manual/resources/images/printer.png
51
+ manual/resources/images/question.png
52
+ manual/resources/images/scripts_code.png
53
+ manual/resources/images/wrap.png
54
+ manual/resources/images/wrapping.png
55
+ manual/resources/js/jquery-1.4.4.min.js
56
+ manual/resources/js/manual.js
57
+ manual/resources/js/sh.js
58
+ manual/resources/swf/clipboard.swf
59
+ manual/src/apidocs.page
60
+ manual/src/index.page
61
+ test/manns_spec.rb
62
+ test/spec_helper.rb