yard_klippstein_template 0.0.20 → 0.0.21

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
data/README.rdoc CHANGED
@@ -19,7 +19,7 @@ Put this in your .yardopts file:
19
19
 
20
20
  == More Info
21
21
  * *Documentation*: {http://bklippstein.github.com/yard_klippstein_template/frames.html github.com/yard_klippstein_template}
22
- * *Source* *code*: {https://github.com/bklippstein/yard_klippstein_template github.com/bklippstein/yard_klippstein_template}
22
+ * *Source* *code*: {https://github.com/bklippstein/yard_klippstein_template github.com/bklippstein}
23
23
  * *License*: {http://creativecommons.org/licenses/by-sa/3.0/de/deed.en cc-by-sa Creative Commons Attribution-Share Alike 3.0 Germany}
24
24
  * *Autor*: {mailto:klippstein@klippstein.com Björn Klippstein}
25
25
 
data/Rakefile.rb CHANGED
@@ -17,15 +17,15 @@ Drumherum.github_username = 'bklippstein'
17
17
  #
18
18
  $hoe = Hoe.spec Drumherum.project_name do |p|
19
19
 
20
- # self.rubyforge_name = 'yourgemx' # if different than 'yourgem'
21
-
22
- p.developer('Bjoern Klippstein', 'klippstein@klippstein.com')
23
20
  p.summary = 'Klippstein Template for Ruby YARD'
24
- p.description = 'Clear visual grouping, some infos shown as table, source code is always visible'
25
- p.extra_dev_deps << ['drumherum', '>= 0.1.26']
21
+ p.description = 'Klippstein Template for Ruby YARD: Clear visual grouping, some infos shown as table, source code is always visible'
22
+ p.extra_deps << ['yard', '>= 0.8.3']
23
+ p.extra_dev_deps << ['drumherum', '>= 0.1.27']
26
24
 
25
+
26
+ p.developer('Bjoern Klippstein', 'klippstein@klippstein.com')
27
27
  p.remote_rdoc_dir = '' # Release to root only one project
28
- p.urls = ["http://bklippstein.github.com/yard_klippstein_template/index.html", Drumherum.url_source]
28
+ p.urls = ["http://bklippstein.github.com/yard_klippstein_template/index.html", 'https://github.com/bklippstein']
29
29
 
30
30
 
31
31
  end
@@ -123,7 +123,6 @@
123
123
  padding: 1px 10px;
124
124
  border-bottom: 1px #c6c6c6 dotted;
125
125
  white-space:nowrap;
126
- font-family:monospace;
127
126
  font-weight: normal !important;
128
127
 
129
128
  }
data/version.rb CHANGED
@@ -1,7 +1,7 @@
1
1
 
2
2
  module YardKlippsteinTemplate
3
3
 
4
- VERSION = '0.0.20'
4
+ VERSION = '0.0.21'
5
5
 
6
6
  end
7
7
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: yard_klippstein_template
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.20
4
+ version: 0.0.21
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -11,6 +11,22 @@ bindir: bin
11
11
  cert_chain: []
12
12
  date: 2012-10-26 00:00:00.000000000 Z
13
13
  dependencies:
14
+ - !ruby/object:Gem::Dependency
15
+ name: yard
16
+ requirement: !ruby/object:Gem::Requirement
17
+ none: false
18
+ requirements:
19
+ - - ! '>='
20
+ - !ruby/object:Gem::Version
21
+ version: 0.8.3
22
+ type: :runtime
23
+ prerelease: false
24
+ version_requirements: !ruby/object:Gem::Requirement
25
+ none: false
26
+ requirements:
27
+ - - ! '>='
28
+ - !ruby/object:Gem::Version
29
+ version: 0.8.3
14
30
  - !ruby/object:Gem::Dependency
15
31
  name: rdoc
16
32
  requirement: !ruby/object:Gem::Requirement
@@ -34,7 +50,7 @@ dependencies:
34
50
  requirements:
35
51
  - - ! '>='
36
52
  - !ruby/object:Gem::Version
37
- version: 0.1.26
53
+ version: 0.1.27
38
54
  type: :development
39
55
  prerelease: false
40
56
  version_requirements: !ruby/object:Gem::Requirement
@@ -42,7 +58,7 @@ dependencies:
42
58
  requirements:
43
59
  - - ! '>='
44
60
  - !ruby/object:Gem::Version
45
- version: 0.1.26
61
+ version: 0.1.27
46
62
  - !ruby/object:Gem::Dependency
47
63
  name: hoe
48
64
  requirement: !ruby/object:Gem::Requirement
@@ -59,8 +75,8 @@ dependencies:
59
75
  - - ~>
60
76
  - !ruby/object:Gem::Version
61
77
  version: '3.1'
62
- description: Clear visual grouping, some infos shown as table, source code is always
63
- visible
78
+ description: ! 'Klippstein Template for Ruby YARD: Clear visual grouping, some infos
79
+ shown as table, source code is always visible'
64
80
  email:
65
81
  - klippstein@klippstein.com
66
82
  executables: []