hen 0.0.9.220 → 0.1.0.241

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/ChangeLog CHANGED
@@ -1,5 +1,9 @@
1
1
  = Revision history for hen
2
2
 
3
+ == 0.1.0 [2008-05-21]
4
+
5
+ * Adjust for API change in Rubyforge 1.0.0
6
+
3
7
  == 0.0.9 [2008-02-29]
4
8
 
5
9
  * Handle author vs. authors in Gem hen
data/README CHANGED
@@ -2,7 +2,7 @@
2
2
 
3
3
  == VERSION
4
4
 
5
- This documentation refers to hen version 0.0.9
5
+ This documentation refers to hen version 0.1.0
6
6
 
7
7
 
8
8
  == DESCRIPTION
data/bin/hen CHANGED
File without changes
data/lib/hen/dsl.rb CHANGED
@@ -76,7 +76,7 @@ class Hen
76
76
  def init_rubyforge(login = true)
77
77
  require_rubyforge
78
78
 
79
- rf = RubyForge.new
79
+ rf = RubyForge.new.configure
80
80
  rf.login if login
81
81
 
82
82
  rf
data/lib/hen/version.rb CHANGED
@@ -31,8 +31,8 @@ class Hen
31
31
  module Version
32
32
 
33
33
  MAJOR = 0
34
- MINOR = 0
35
- TINY = 9
34
+ MINOR = 1
35
+ TINY = 0
36
36
 
37
37
  class << self
38
38
 
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.0.9.220
4
+ version: 0.1.0.241
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-02-29 00:00:00 +01:00
12
+ date: 2008-05-21 00:00:00 +02:00
13
13
  default_executable:
14
14
  dependencies:
15
15
  - !ruby/object:Gem::Dependency
@@ -70,13 +70,13 @@ has_rdoc: true
70
70
  homepage: http://prometheus.rubyforge.org/hen
71
71
  post_install_message:
72
72
  rdoc_options:
73
+ - --line-numbers
74
+ - --all
75
+ - --inline-source
73
76
  - --title
74
77
  - hen Application documentation
75
78
  - --main
76
79
  - README
77
- - --line-numbers
78
- - --all
79
- - --inline-source
80
80
  - --charset
81
81
  - UTF-8
82
82
  require_paths:
@@ -96,7 +96,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
96
96
  requirements: []
97
97
 
98
98
  rubyforge_project: prometheus
99
- rubygems_version: 1.0.1
99
+ rubygems_version: 1.1.1
100
100
  signing_key:
101
101
  specification_version: 2
102
102
  summary: Hoe or Echoe? No, thanks! Just a Rake helper that fits my own personal style.