hen 0.1.3 → 0.1.4
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 +6 -4
- data/lib/hen/version.rb +1 -1
- data/lib/hens/gem.rake +2 -2
- metadata +3 -3
data/README
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
|
|
3
3
|
== VERSION
|
|
4
4
|
|
|
5
|
-
This documentation refers to hen version 0.1.
|
|
5
|
+
This documentation refers to hen version 0.1.4
|
|
6
6
|
|
|
7
7
|
|
|
8
8
|
== DESCRIPTION
|
|
@@ -12,9 +12,11 @@ TODO: well, the description... ;-)
|
|
|
12
12
|
|
|
13
13
|
== LINKS
|
|
14
14
|
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
15
|
+
<b></b>
|
|
16
|
+
Documentation:: <http://prometheus.rubyforge.org/hen>
|
|
17
|
+
Source code (old):: <http://prometheus.rubyforge.org/svn/scratch/hen>
|
|
18
|
+
Source code:: <http://github.com/blackwinter/hen>
|
|
19
|
+
Rubyforge project:: <http://rubyforge.org/projects/prometheus>
|
|
18
20
|
|
|
19
21
|
|
|
20
22
|
== AUTHORS
|
data/lib/hen/version.rb
CHANGED
data/lib/hens/gem.rake
CHANGED
|
@@ -43,8 +43,8 @@ Hen :gem => :rdoc do
|
|
|
43
43
|
gem_options[:rubyforge_project] ||= rf_config[:project]
|
|
44
44
|
|
|
45
45
|
if rf_project = gem_options[:rubyforge_project]
|
|
46
|
-
rdoc_dir =
|
|
47
|
-
|
|
46
|
+
rdoc_dir = rf_config[:rdoc_dir] == :package ?
|
|
47
|
+
rf_config[:package] || gem_options[:name] : RDOC_OPTIONS[:rdoc_dir]
|
|
48
48
|
|
|
49
49
|
gem_options[:homepage] ||= "#{rf_project}.rubyforge.org/#{rdoc_dir}"
|
|
50
50
|
end
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: hen
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.1.
|
|
4
|
+
version: 0.1.4
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Jens Wille
|
|
@@ -9,7 +9,7 @@ autorequire:
|
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
11
|
|
|
12
|
-
date: 2008-12-
|
|
12
|
+
date: 2008-12-19 00:00:00 +01:00
|
|
13
13
|
default_executable:
|
|
14
14
|
dependencies:
|
|
15
15
|
- !ruby/object:Gem::Dependency
|
|
@@ -69,7 +69,7 @@ files:
|
|
|
69
69
|
- example/project/README
|
|
70
70
|
- example/.henrc
|
|
71
71
|
has_rdoc: true
|
|
72
|
-
homepage: http://prometheus.rubyforge.org/
|
|
72
|
+
homepage: http://prometheus.rubyforge.org/hen
|
|
73
73
|
post_install_message:
|
|
74
74
|
rdoc_options:
|
|
75
75
|
- --inline-source
|